• Resolved intcon

    (@intcon)


    Hi all..

    Originally, the next and previous buttons on my site http://www.romancewritersrevenge.com were on the bottom of every single post. Now they’re at the bottom of every post on the FRONT page, but not anywhere else, even though the coding is on single.php. Since it was working last week, it’s entirely possible I’ve done something ….stupid. =)

    any help would be kindly appreciated!

    thanks!

    carrie

Viewing 2 replies - 1 through 2 (of 2 total)
  • the (empty) html structure of the links is still in the single posts:

    <div class="navigation">
    				<div class="alignleft"></div>
    				<div class="alignright"></div>
    			</div>

    check in single.php if the code is

    next_post_link('somestuff')
    and
    previous_post_link('somestuff')

    (not next_posts_link('something') etc)

    Thread Starter intcon

    (@intcon)

    seriously????? all because of the letter “s”????

    *off to shoot myself*

    I’ve been working on that for TWO days!!!auuuughhhh!!!!!

    thanks again alcyhymth, you’ve been my savior the past week!

    =)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Single post php not posting prev and next’ is closed to new replies.