Loop categories, how to set the code in Gridly theme?
-
Hello,
my brain is fried at the moment, I have googled myself to depression and need help, hehe.
This problem must be pretty simple, but I cant solve it myself.
Anyway, I want to loop all my categories so when looking at every post and press next it will stay in the same category. Now it switches to the next category. (If you know any easier whay to do this, please tell me! I have tried plugins without any solution..)
Im using the theme Gridly, and what I know I need to change the Loop and use the code
in_same_cat
in some how?I have looked at this link: https://codex.www.ads-software.com/Function_Reference/next_post_link#Examples
And also this: https://codex.www.ads-software.com/The_Loop
The file I’m supposed to change is single.php right? Or is it the index.php? In the single.php I found this, and it must be right to put the
in_same_cat
code there? So how do I write the code to make it work?<div class="post-prev"><?php previous_post_link('%link'); ?> </div> <div class="post-next"><?php next_post_link('%link'); ?></div>
Just tell me if you need any more info or so, thanks!
- The topic ‘Loop categories, how to set the code in Gridly theme?’ is closed to new replies.