• Resolved johnegg

    (@johnegg)


    Hi there

    Having a strange issue when I enable the plugin. It seems to cause mu custom posts (jobs) to repeat after every 10 posts.

    Stranger again im not even using the plugin for these post types, only standard post in the blog.

    John

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Content Views

    (@pt-guy)

    Hi John,
    Thank you for contacting us.
    I’m sorry about the issue!

    Please add this code to file functions.php in the theme’s folder:

    
    // Content Views - Fix compatible issue since 2.3.0
    add_filter( 'pt_cv_pagination_text', 'cvp_theme_pagination_text_remove_links', 100, 1 );
    function cvp_theme_pagination_text_remove_links( $args ) {
    	unset( $args[ 'links' ] );
    	return $args;
    }
    

    Then clear/flush the cache of WP Fastest Cache.

    Does it resolve the issue?

    Best regards,

    Thread Starter johnegg

    (@johnegg)

    Hi guys, no luck. It seems to be staying on page 1 even though the url changes https://engagepeople.ie/

    Thread Starter johnegg

    (@johnegg)

    Hi guys any update on this? Very urgent as teh blog is unusable!

    Plugin Author Content Views

    (@pt-guy)

    Hi John,
    I’ve checked your page https://engagepeople.ie/job_category/jobs/ and didn’t see the jobs are repeating.
    Page 1 shows different posts from page 2, page 3, page 4, so on.

    Didn’t you see the same?

    As you are using Pro plugin, you can access to Pro support here.

    Best regards,

    Thread Starter johnegg

    (@johnegg)

    Hi there, yeah i reverted back to an old version of the plugin. Ill contact pro support

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘repeating custom posts issue’ is closed to new replies.