• Anyone know why my ‘Older Posts’ no longer works? It has been working for the last 6 months, but all of a sudden it stopped. Clicking ‘Older Posts’ just shows the same posts again. Recently, I added a menu using the wordpress Dashboard, and changed the main link to be “GiGi’s Home”. It uses the following template:

    [code moderated - please follow the forum guidelines for posting code]

    Did that break it? My blog is https://www.goodgamesbydesign.com.

    Gigi.

Viewing 2 replies - 1 through 2 (of 2 total)
  • when you use a custom query, make sure to include the ‘paged’ parameter;

    example:

    <?php query_posts('cat=-6&post_status=publish&paged='.get_query_var('paged'));?>
    Thread Starter gigiwoo

    (@gigiwoo)

    I’m completely stuck! I have been trying to fix this for days. But have not had any luck. My wife says I’m getting grumpy. It’s New Year’s Eve – time for a break!

    My goal – Remove a category from the home page.
    Details: I’ve found 10 ways (thanks WordPress community!) but the ‘Older Posts’ link ALWAYS shows the same 5 posts. ‘Older Posts’ only works if I set: “Front Page Posts” to ‘Your Posts’ OR Use a ‘Static Page’ but select it as a ‘Posts Page’. Neither lets me remove a category from the home page.

    Here is the template (9 lines). What am I doing wrong?

    The code is here on pastebin (thanks moderators).

    Happy New Year all!
    Gigi.

    PS – My blog is here if you want to see the problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘'Older Posts' link doesn't work anymore’ is closed to new replies.