-
AuthorPosts
-
May 31, 2019 at 7:14 pm #1105811
Hi,
I have a custom post type with a custom taxonomy. On the singles for this post type, I’m using a bit of custom code to cycle through posts only of the same taxonomy term.
add_filter('avia_post_nav_settings', 'avia_post_nav_settings_mod'); function avia_post_nav_settings_mod($settings) { if(is_singular('project')) { $settings['same_category'] = true;} $settings['taxonomy'] = 'location'; return $settings; }
This code works for linking prev/next buttons only to posts with the same taxonomy term, but for some reason only 3 posts are available to browse through even if there are dozens of posts with that taxonomy term. I’m going to provide a link in the private content section so you can see what I mean.
Thanks!
June 1, 2019 at 4:43 pm #1106129Hey julieott,
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
( do 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,
VictoriaJune 3, 2019 at 12:55 am #1106507This reply has been marked as private.June 4, 2019 at 9:59 am #1106962Hi julieott,
Please try the checking the issue now.
Best regards,
VictoriaJune 4, 2019 at 11:12 pm #1107298Hi Victoria,
The issue persists. I’ll provide a link in the private section.
Thanks!
June 11, 2019 at 3:25 pm #1109182Hi julieott,
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
Best regards,
VictoriaJune 14, 2019 at 3:27 am #1110165Hi Victoria,
I deactivated all the plugins except Toolset Types, which is the plugin responsible for that custom post type and custom taxonomies. Sadly, the issue persists. Any other ideas?
Thanks!
June 14, 2019 at 6:37 pm #1110414Hi julieott,
This is functionality is not ruled by the theme, you might want to check the general WordPress forums and the Toolset Types support and forums.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.