Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1306838
    MB
    Participant

    Hi,

    On our “Mountain” category archive page https://mbguiding.ca/mountain/ the featured post slider is displaying a post not in that category. Is there a solution to only display featured posts in that slider that belong to that specific category?

    Thanks, MB

    Vancouver Island Hiking Guide

    #1306841
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can set Most Commented, Featured or just Random posts. You can’t define category for them rather you will need to make the post featured individually.

    Cheers!

    #1306855
    MB
    Participant

    Featured post slider on archive pages will always display posts that are not in the same category as archive page?

    Is it possible to have multiple featured posts and have it work so only the appropriate posts are displayed on each archive page?

    Is it possible to hide featured posts from specific archive pages?

    #1306864
    Christopher
    Moderator

    Hi there,

    Is it possible to have multiple featured posts and have it work so only the appropriate posts are displayed on each archive page?

    Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.

    Is it possible to hide featured posts from specific archive pages?

    Yes, please add following code :

    body.archive.category-mountain .x-flexslider.x-post-slider {
        display: none;
    }

    Hope it helps.

    #1307423
    MB
    Participant

    Ok thanks, we will try the CSS solution.

    #1307467
    Rupok
    Member

    Great. Let us know if you need any other assistance.

  • <script> jQuery(function($){ $("#no-reply-1306838 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>