Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1413513

    nicolaticola
    Participant

    Hi Support,

    I’m after some guidance if possible…

    I’m trying to set up a featured posts only grid, using The Grid, on my homepage. I’m sure there is a really easy solution for this, but I’m running around in circles not getting anywhere. I already have the grid set up, but with all posts opposed to just feature selected ones.

    I’m using the Integrity stack.

    Are you able to point me in the right direction, please?

    Thanks, Nikki

    #1413724

    Lely
    Moderator

    Hi Nikki,

    We can create a category Featured. Then add all post you want to be featured on this category. Then on THE GRID > Source Tab > Category/Taxonomy terms : Select Featured.

    Hope this helps.

    #1413734

    nicolaticola
    Participant

    Hi Lely,

    Thanks…

    I’ve already tried using this method. Only issue is that the word ‘Featured’ now shows up under all of the category tags on the grid which we don’t want (image attached).

    Is there another way to go about this so that ‘Featured’ doesn’t become a category tag?

    Thanks again for all the help, Nikki

    #1413827

    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1413853

    nicolaticola
    Participant
    This reply has been marked as private.
    #1414647

    Lely
    Moderator

    Hi Nikki,

    Thank you for the credentials.
    We can add the following CSS on Appearance > Customize > Custom > Edit Global CSS to hide Featured from category list:

    #grid-87 .tg-item-content-holder>span:first-child a[data-term-id="10"], #grid-87 .tg-item-content-holder>span:first-child a[data-term-id="10"]+span {
        display: none;
    }

    Hope this helps.

    #1414708

    nicolaticola
    Participant

    Hi Lely,

    Brilliant… worked perfectly, of course.

    Thank you for all your help 🙂

    #1414998

    Joao
    Moderator

    Glad to hear we managed to help!