Exclude Post Format from next_post and prev_post
Is there a way to exclude a specific Post Format from next_post and prev_post? I want my asides to show up in the … Read more
Is there a way to exclude a specific Post Format from next_post and prev_post? I want my asides to show up in the … Read more
I’m currently using a version of this function – post formats – how to switch meta boxes when changing format? which hides all … Read more
I am trying to remove the shortcode from a specific post type, in this case link. I used this code on my functions.php … Read more
I am creating a video-archive page for all the posts_format with video. Currently, I have: <?php $format = has_post_format(‘video’, $post_id); ?> <?php if($layout … Read more
I want to get the first blockquote from the post (even if the user writes only one, or more than one) in the … Read more
I have a metabox that allows me to add videos from Youtube and Vimeo on posts with video post format. I am now … Read more
When I make a post with a theme that supports (all) post formats, WordPress will suggest the format type it thinks best fits … Read more
I have a blog where all the posts had the post format Image. This morning I see that somehow they have all been … Read more
In opposite to get_post_format, the conditional has_post_format() function returns a boolean value and should be the perfect function for a conditional check like: … Read more
The title says it all. I need working pagination, correct post count etc. Basically a new page for posts but with a filter … Read more