Preoload Posts and Seo
-
Hi Darren I have several questions cause I’m struggling to archive the desired results.
Basically I want to use different of the premium addons together the get a great usability and performance.
1 try: Seo + Pagination + Preload
The docs told me that pagination and preload won’t work together at the current state. That’s not nice, but ok. So after seeing that i tried another thing…2 try: Seo + Preload
I’m having some weird issues with preoloading the wrong amount of items and instant changing the url to page 2, which causes the plugin to load more items. Basically I want to preload 9 posts (1 page) and have a button to let the user load additional items (9 each request, so 1 page). I don’t want an auto request, I want the user to click the button.Here is my shortcode:
[ajax_load_more preloaded="true" preloaded_amount="9" seo="true" post_type="post" scroll="false" transition="slide" images_loaded="true"]
Cause I now know that the seo plugin gets it’s posts per page from the settings -> read, I’ve set that also to 9 posts per page.
If i now load the page it instantly loads 18 posts (not desired), changes the url to “page/2” and scrolls to page 2 (not desired). If i press my load more button it loads another 9 posts (desired behaviour), but scrolls to page 2 (not desired).
What am I doing wrong or do these 2 addons don’t work together too?
Hope you can help me out.Tobias
- The topic ‘Preoload Posts and Seo’ is closed to new replies.