Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #488884

    When i open a category (installed in the sidebar as a widget) I see the articles of this category
    I see also on the left and right sides of the screen 2 arrows giving me the access to the previous and next articles of all my 3 categories
    The subjects of these categories are all different
    How may i delete or filter this functiunality i found uncomfortable for the user ?
    Thanks

    #489032

    Hi joseph!

    Perhaps this plugin will work for you, https://wordpress.org/plugins/ultimate-category-excluder/.

    Best regards,
    Elliott

    #489174

    Well Your suggestion does not appear easy to use
    joseph

    #489540

    Hey!

    Is it working ok?

    Regards,
    Elliott

    #490460

    I tried , but it does not work as i should want
    When i clic in the right sidebar on a post belonging to one category, I would like to have only the previous and next posts of this category
    All the posts appear in my different settings of this plugin
    So , what ?
    JJJAF

    #490975

    Hey!

    This customization is kind of bordering on custom work but perhaps there is another plugin out there you can try.

    Best regards,
    Elliott

    #492413

    This functionality of readng only the posts of one catagory when you clic on this catagory seems normal, Doing otherwise is non-sense
    Kries cannot forget this function in a next and soon version
    Joseph

    #492702

    Hi!

    If you want to exclude different categories from the post navigation, add this in the functions.php file:

    add_filter('avia_post_nav_settings','avia_same_category_filter', 10, 1);
    function avia_same_category_filter($settings)
    {
    $settings['same_category'] = true;
    return $settings;
    }

    Best regards,
    Ismael

    #506462

    I added your abobe suggestions lines in functions.php (not in functions_enfold.php)

    I introduced your above suggestions in functions.php (not functions_rn
    I received this message

    Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in C:\Users\Joseph\Sites_PM_ENF\ENF\InstantWP_4.4.2\iwpserver\htdocs\wordpress\wp-content\themes\enfold\functions.php on line 518

    what does it mean ? moreover my system is blocked

    #506472

    Hi!

    Please go to C:\Users\Joseph\Sites_PM_ENF\ENF\InstantWP_4.4.2\iwpserver\htdocs\wordpress\wp-content\themes\enfold\functions.php file and remove your code. Please do not copy the code from email but copy from the forum instead

    Cheers!
    Yigit

    #507057

    It works I have only the posts of the category
    Thanks

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Use of category’ is closed to new replies.