-
AuthorPosts
-
July 12, 2021 at 1:26 pm #1309764
Hi There,
I need a solution for one problem. I have lots of post categories and i use the Navigator arrows on the side of the screen to switch between post items. The problem is that this arrows switching between all post items. Is it possible to switch between posts in the same category?
I found and script on this support form from an old thread, but thats not working.
add_filter('avia_post_nav_categories', 'use_same_category_filter'); function use_same_category_filter($same_category) { $same_category = true; return $same_category; }
July 12, 2021 at 3:00 pm #1309805Hey GrafitecSon,
Can you try the solution posted on this thread: https://kriesi.at/support/topic/nextprevious-post-arrow-same-category-content-only/#post-818822
Hope it helps.Best regards,
NikkoJuly 21, 2021 at 8:33 am #1311061Hi Nikko,
I tried this solution, but it still not works. I use the post element in pages with a different category per page.
What can be the problem? In the private content i placed a demo link
July 22, 2021 at 1:59 am #1311279Hi GrafitecSon,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoJuly 22, 2021 at 8:31 am #1311370This reply has been marked as private.July 24, 2021 at 12:13 am #1311999Hi GrafitecSon,
Thanks for giving us admin access.
After checking the posts and the categories, it seems to be working as it should, for example, the post in private content has post nav items of the same category and skips other posts that are not of the same category.Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.