bdtop.in
xtblog post links contain many strings after main thread url ex:
[code]http://xtgem.com/__xtblog_entry/10244119-some-post?__xtblog_search=orbit&Search=&__xtblog_tags=Epic&__xt_page=5&__xtblog_block_id=1[/code]
I want it removed from post links only, not from pagination links. I ...
Continue reading »
#
14 06 03 - 07:54:28
(edited 14 06 03 - 07:59:04)
(
)
dipoo
Hai @bdtop.in,
My suggestion is you have to use blog twig.
Find <a class=„xt_blog_title_link“ href=„{{ entry.url }}“>, and replace it with <a class=„xt_blog_title_link“ href=„{{ entry.url|split('?')[0] }}“>.
Hopefully you can get a clean URL.
#
20 09 02 - 12:11:36
(
)