• Resolved creativeartworks

    (@creativeartworks)


    Hi there
    first of all, amazing plugin. good work.

    Im facing a kinda strange issue, when presing the button to load more content. the plugin is setup as Pagination Type : Load More Button and the Item Selector : article.post

    so it does actually load the next content, but it keeps hiding the post/article category (everything else is showing up)

    the layout of every single post in the loop is like

    [article]
    [header]
    [post_category]
    [post_title]
    [/header]
    [content]
    [/article]

    but when the load more button is pressed, the layout that it shows is like

    [article]
    [header]
    [post_title]
    [/header]
    [content]
    [/article]

    so, is there any way to get this to work ?

    thank you in advance

    Jan

Viewing 1 replies (of 1 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    Hi @creativeartworks,
    I’d need to see your repeater template but you likely need to declare global $post; at the top of your template.

    
    <?php 
       global $post;
    ?>
    [article]
      [header]
        [post_title]
      [/header]
      [content]
    [/article]
Viewing 1 replies (of 1 total)
  • The topic ‘Article/Post Category not Showing when pressing ‘Load more’’ is closed to new replies.