Single Page Addon Not Rewriting
-
I’m working locally so I can’t show the site. I am loading stories with Ajax Load More with the every add on available, but it’s not rewriting the URL to the story names. It is showing page/2/ instead of the new story name:
* = Some data removed for client privacy.
https://localhost/***clientfolder***/stories/****StoryTitle*****/page/2/
instead of
https://localhost/***clientfolder***/stories/****NewStoryTitle*****/Here is my shortcode:
echo do_shortcode('[ajax_load_more id="story-loader" container_type="div" seo="true" repeater="template_6" post_type="stories" taxonomy="story-market" taxonomy_terms="' . $market . '" taxonomy_operator="IN" scroll_distance="-500" posts_per_page="1" single_post_id="'.get_the_ID().'" single_post_order="latest" single_post_target="#ajax-target" ]');
Any clue why?
- The topic ‘Single Page Addon Not Rewriting’ is closed to new replies.