Hello,
Some of my posts appear on page 2 of my “blog page” and the same posts appear on page 3 for example. How can I make it appear only once? Thanks
Hello,
Some of my posts appear on page 2 of my “blog page” and the same posts appear on page 3 for example. How can I make it appear only once? Thanks
Hi @StephanieBelec,
They should not appear on your page 2. Do you have any custom code under functions.php
file locates in your child theme?
Please try testing a plugin conflict. You can do this by deactivating all third-party plugins, and see if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
If it doesn’t help, please provide us with login credentials(by clicking on the Secure Note button at the bottom) so we can take a closer look? To do this, you can make a post with the following info:
Thanks.
I’m using “The Post Grid” plugin for my Blog pages. But even when deactivating it, some of my posts appear twice on different pages.
Here are the 2 codes I have in my function.php file.
add_filter( ‘x_enqueue_parent_stylesheet’, ‘__return_true’ );
// Additional Functions
// =============================================================================
add_action(‘x_before_view_global__slider-below’, ‘custom_blog_header01’);
function custom_blog_header01(){
if (is_single()) {
echo do_shortcode(’[cs_gb id=9205]’);
}
}
Hi There,
Would you mind providing us with login credentials(by clicking on the Secure Note button at the bottom) so we can take a closer look? To do this, you can make a post with the following info:
Thanks.
Sure.Here it is
Hello Stephanie,
I have checked your blog page and I could not replicate the issue. All post items were unique and no duplicates in [age 2 and page 3.
Could you please provide a screenshot or point us which of the items were repeating?
Thank you in advance.
Here are 2 screens shots. The first one is page 1 of my blog page. The second one is page 2. As you can see, 4 posts from page 1 also appear on page 2:
On page 2:
First row, first post on the left (the one with the person standing on the scale)
First row, middle spot
First row right spot,
Second row, middle spot (the one with the woman eating something).
They are all both on page 1 and page 2 of my blog.
Hi Stephanie,
I checked and can see you have set your grid to display 10 posts per page but it is showing 25 posts in the front end.
This seems to be a bug with your third party plugin. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.
Thank you for your understanding.
Thank you for your time
You’re welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.