• stellaktran

    (@stellaktran)


    Hello everybody,

    I hope you’re having a wonderful night/day.

    I am building a website of the free Cumulus theme:
    https://www.purethemes.org/cumulus.php

    Here is the link to the demo for your convenience:
    https://www.duepayer.com/thelife/

    According to the demo, if you go to the “Portfolio” page and click “next”, or if using the fancy page number plug-in thingamajig, “2”, “3”, so on and so forth, you should be able to see the next posts after. Any posts that are categorized as “Portfolio” should show up on that page.

    My site is https://djcinnaminh.com/site/. Instead of “Portfolio”, I use “Media” to organize all my music and photos. For whatever reason, when I click page “2”/”Next post”… nothing happens. I’ve tried changing my permalink structure, building a fresh copy of the theme, etc but to no avail.

    Here is the link for your convenience:
    https://djcinnaminh.com/site/media/

    Any help would be wonderful. Thank you for your time!

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter stellaktran

    (@stellaktran)

    This removed the get_query_var error:

    <?php  $page = (get_query_var('page')) ? get_query_var('page') : 1;
    query_posts('category_name=Media&page='.$page);
    global $more;
    $more = 0;?>

    But I’m still getting the same posts on page 2

    Thread Starter stellaktran

    (@stellaktran)

    Grant, no luck! Tell me if you have any other ideas…

    Thanks a lot

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘When I click "Next" or "Previous", it renders the same page of posts’ is closed to new replies.