Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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!

    #1106129

    Hey julieott,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. 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 ).
    5. Click ” Submit “.
    6. 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,
    Victoria

    #1106507
    This reply has been marked as private.
    #1106962

    Hi julieott,

    Please try the checking the issue now.

    Best regards,
    Victoria

    #1107298

    Hi Victoria,

    The issue persists. I’ll provide a link in the private section.

    Thanks!

    #1109182

    Hi 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,
    Victoria

    #1110165

    Hi 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!

    #1110414

    Hi 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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.