-
Author
-
June 27, 2017 at 13:46 #165368vasikgreifParticipant
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>
June 27, 2017 at 13:49 #165369vasikgreifParticipantSorry, here’s the code again
COPY CODE$ids = array_map( 'absint', (array) $featured_ids ); return apply_filters('kleo_featured_content_ids',$ids);
June 29, 2017 at 00:50 #165598LauraModeratorHello, 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 solutionLaura 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 🙂
July 3, 2017 at 17:25 #166008RaduModeratorHi,
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 solutionJuly 5, 2017 at 15:09 #166365RaduModeratorYou’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 -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.