featured_posts
-
Hello All!
I have a site with slider on homepage
<?php foreach( $featured_posts as $featured_post ): $permalink = get_permalink( $featured_post->ID ); $title = get_the_title( $featured_post->ID ); $custom_field = get_field( 'field_name', $featured_post->ID ); $featured_img_url = get_the_post_thumbnail_url($featured_post->ID); $postdate = get_the_date('M d, Y', $featured_post->ID); ?>
But i can’t see – how i can set post featured.I can’t see any option’s at featured posts – https://prnt.sc/pxOIo9JVmUUkCan anybody help – how to set ordynary post as featured?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘featured_posts’ is closed to new replies.