This topic has 5 replies, 3 voices, and was last updated 6 years by Radu.

  • Author
  • #165368
     vasikgreif
    Participant

    Hello,

    I have a request from my client to always display 2 posts as featured, even if nothing is tagged as featured.

    Could you please add a filter for getting the featured posts ID’s?

    What I did was as bellow

    Thanks!

    COPY CODE
    <span style="color: #9876aa;background-color: #232525">$ids </span><span style="background-color: #232525">=  array_map( </span><span style="color: #6a8759;background-color: #232525">'absint'</span><span style="color: #cc7832;background-color: #232525">, </span><span style="background-color: #232525">(array) </span><span style="color: #9876aa;background-color: #232525">$featured_ids </span><span style="background-color: #232525">)</span><span style="color: #cc7832;background-color: #232525">;
    </span>   <span style="color: #cc7832;background-color: #232525;font-weight: bold">return </span><span style="background-color: #232525">apply_filters(</span><span style="color: #6a8759;background-color: #232525">'kleo_featured_content_ids'</span><span style="color: #cc7832;background-color: #232525">,</span><span style="color: #9876aa;background-color: #232525">$ids</span><span style="background-color: #232525">)</span><span style="color: #cc7832;background-color: #232525">;
    </span>
    #165369
     vasikgreif
    Participant

    Sorry, here’s the code again

    COPY CODE
    $ids = array_map( 'absint', (array) $featured_ids ); 
    return apply_filters('kleo_featured_content_ids',$ids);
    #165598
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #166008
     Radu
    Moderator

    Hi,

    This will be included in next theme update that will be released at night

    File: wp-content/themes/kleo/lib/featured-content/featured-content.php : 252

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #166054
     vasikgreif
    Participant

    Very cool, thanks!

    #166365
     Radu
    Moderator

    You’re welcome

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?