• esferapublica

    (@esferapublica)


    I’m using the Smarter Navigation Plugin and I actually love it.

    I’m a total coding newby, so it’s not easy for me to modify anything in the code. So I hope you can help me.

    The plugin works perfectly if I click on a category and navigate from one to the next post within the category. When I’m on the index page, click there on a post in one specific category and then click »next« he doesn’t go to the post in the same category. He just goes to some next post. How can I fix this?

    I would be happy if somebody could help me.

    Thanks in advance. Karina

Viewing 9 replies - 1 through 9 (of 9 total)
  • scribu

    (@scribu)

    This should be fixed in version 1.2.1.

    Thread Starter esferapublica

    (@esferapublica)

    Hello scribu,

    Thank you for your reply. I’m sorry, I just updated to 1.2.1 and it still doesn’t seem to work. I’m clicking on a post on the index page, when I click on »next post« he still doesn’t stay in the same category. Just after I clicked on a category once and then click on a post.

    Is there a way to fix this? Maybe using Conditional Tags for my three categories?

    Thanks for your help again, Karina

    scribu

    (@scribu)

    Try this: just under the line with next_post_smart(), add this line, for comparison:

    next_post_link('« %link', '%title', true);

    After doing this, tell me what you get. Paste the two lines of code back here, to make sure you did it right.

    Also, it would be helpful if you posted a link to your site.

    Thread Starter esferapublica

    (@esferapublica)

    Hello scribu,

    thanks again, wow, super fast.
    these are the lines i coded:

    <?php next_post_smart('%link', 'NEXT >', TRUE); ?>
    <?php next_post_link('&laquo; %link', '%title', true); ?>

    he’s actually giving me the exact same link.

    you can see our site here. If you click on the startpage on the first big picture, you get to the single post. if you scroll down there, on the right lower corner you can find the links.

    thank you! karina

    Thread Starter esferapublica

    (@esferapublica)

    just to give some details:

    »design« is the parent category. the subcategories within i want to navigate can be seen in the sidebar. it works, if i click on them. but coming from the startpage, he just navigates in the parent category, not within the subcategory.

    bye, ka

    scribu

    (@scribu)

    Well, you should put the post in the subcategory, then.

    Thread Starter esferapublica

    (@esferapublica)

    hello scribu.

    I’m not sure if I understand what you mean, the post actually IS in the subcategory.

    bye, ka

    Thread Starter esferapublica

    (@esferapublica)

    is there any solution to this? any ideas?

    scribu

    (@scribu)

    Note that when viewing a post from the home page, Smarter Navigation internally calls next_post_link().

    Try disabling all plugins (including Smarter Navigation).

    If that doesn’t help, try switching to the default theme.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Smarter Navigation from index page’ is closed to new replies.