• On my site, all the links seem to be working in the categories. However when you scroll down to the bottom of the home page and click “older entries” to get to page 2,3,4 and so on, it appears to be a broken link..

    I have tried re-saving the permalink settings..that fixed the problem last time. However failed this time. Can anyone help?

    The website is http://www.hahafunnyshit.com/ [NSFW]

Viewing 11 replies - 1 through 11 (of 11 total)
  • Try the default theme and see if it works.

    Thread Starter derpderp123

    (@derpderp123)

    Changing the theme doesn’t work. :/

    Would need to know the PHP code for “older entries”

    Thread Starter derpderp123

    (@derpderp123)

    where would i go to find the code? (I are noob)lol

    You would need to look in the directory for your CURRENT Theme for “older entries” should be using the next_posts_link function.

    Thread Starter derpderp123

    (@derpderp123)

    i feel incredibly dumb..sorry

    I have been looking all through the admin pages, searched on google for “directory for current theme wordpress” i found something about a plugin for theme directory but when i searched to install it didn’t show up

    am i on the right path?

    Thread Starter derpderp123

    (@derpderp123)

    wait i think i found it
    Edit themes fucntions

    Okay..now what am i looking for?

    Thread Starter derpderp123

    (@derpderp123)

    <?php next_posts_link(‘Older Entries →’) ?>

    It says this

    Thread Starter derpderp123

    (@derpderp123)

    <h5 class=”float-right”>
    <?php next_posts_link(‘Older Entries →’) ?>
    </h5>
    <div class=”clear”></div>
    </div>
    <?php else : ?>

    <div class=”post”>
    <h2 class=”post_header”>Not Found</h2>
    <div class=”post_line”></div>
    <div class=”post_content”>
    <p class=”center”><?php _e(“Sorry, but you are looking for something that isn’t here.”); ?></p>
    <p>

    </div>

    <?php endif; ?>

    This is the bullshit i need tog et rid of…
    how do i make this go back to regular pages?

    All looks fine. Don’t worry about the “Something isn’t here” line. Notice the “else” above it.

    If you have permalinks enabled, try disabling.
    Also try disabling plugins and see if that fixes it.

    Thread Starter derpderp123

    (@derpderp123)

    webjunk thank you so much for your help!

    It is fixed! Please feel free to enjoy some funny videos and pictures! πŸ™‚ Cheers!

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Please help me [NSFW]’ is closed to new replies.