Paging and Seo Addon wrong URL rewrite
-
Hi Darren,
I’ve found an issue while using the Paging Addon (v. 1.2) in combination with the SEO Addon (v. 1.5). ALM is on Version 2.10.1 (all Versions are the latest releases) My page has the following structure:
https://www.example.com/news/(The WordPress page were ALM is used, this page is configured as the blog page)
If i use the pagination of your Paging Adon to get to page 2 the following URL gets opened:
https://www.example.com/page/2/ (The news is stripped out)
This makes it impossible for users to use the Browser Back Button while they reach page 2 and want to go back to page 1 since the “news” part is stripped out and there is no /page/2/ on the home page.
Here are the used shortcode parameters:
$news['ajax_load_more'] = array( 'paging' => 'true', 'paging_controls' => 'true', 'paging_show_at_most' => 7, 'seo' => 'true', 'post_type' => 'post', 'post__not_in' => $sticky_post_ids, 'scroll' => 'false', 'transition' => 'slide', 'images_loaded' => 'true', 'cache' => 'true', 'cache_id' => '5653326482-' . $lang, 'css_classes' => 'slider-center', 'theme_repeater' => 'loop-post-archive.php' );
Unfortunately I can’t provide a link cause I’m still developing on localhost. Any help is appreciated ??
Thanks.
- The topic ‘Paging and Seo Addon wrong URL rewrite’ is closed to new replies.