Use get_post_format()
inside your loop:
if (have_posts()) :
while (have_posts()) :
the_post();
$format = get_post_format();
if (false === $format) {
get_template_part('content', get_post_format());
}
endwhile;
twentyfourteen_paging_nav();
else :
get_template_part('content', 'none');
endif;
Related Posts:
- How to get URL of current page displayed?
- What is This esc_html_e() i wordpress php?
- Display only text to WordPress loop without loosing the text formatting
- How to change post count in wordpress loop?
- How can I loop into two different DIVS without repeating the DIVs
- Store loop into array
- Looping through WP_Post Object
- WordPress loop specific thumbnail size
- get understrap pagination to work with custom query
- Woocommerce – How to get products which have a sale between 20% to 40%? [closed]
- Displaying Only Certain Tags in Loop
- Show Custom Taxonomy Title
- How to exclude specific category from the get_the_category(); array
- Way to display “Yesterday”, “Today”
- How can i display post loop in table format?
- multiple if statements [closed]
- How to select WooCommerce products by post_meta and order them
- How to Display a Single Post Excerpt
- have_posts() execution failure
- How does the ternary operator work in the wordpress loop post?
- Cannot display or echo alt text on featured image
- Using Advanced Custom Fields to create a per page slider
- WordPress Search Results for Multiple Post Types
- Changing layout with wp_customise
- Using loop pagination on single.php
- Why my filterable portfolio page work not perfectly between slug button and slug output WORDRPESS?
- get author_name from queried post
- How to set variable, pass it to a partial file and remove it after?
- how to refresh div on template part?
- Display category name only once inside loop
- Can’t find infinite loop cause
- How Can I use WP_Query to Only Display 1 Post from Custom Post Type if Query Returns Posts with Matching ID in Custom Field
- post thumbnail, conditions, else wont work
- Changing the_posts_navigation() html output
- WP_Query fails despite having 1 post
- wp_query get the 2nd post
- Loop stopped working
- How to loop through all the attached images in a post, and get their url one by one
- Store post content in a php variable and output them using for loop
- How to add div blocks after certain set of post
- Why in my theme I can’t see all the statics content under the posts?
- How do I remove a category from a wordpress loop>
- Show recent posts starting at a specific number archive
- How to get the last category name of a child category?
- WordPress query undefined offset in loop
- How to unlink all posts from tracking same amount of views
- Issue with custom loop in Archive page
- WordPress loop by meta key that is an array? and how loop multiple arrays
- WP Query Leads to 502 Bad Gateway (Timeout Because Query Takes Too Long)
- home.php show blog posts as grid view
- Problem with custom loop and wp_list_pluck [closed]
- WordPress call post-ID in jquery
- How to extract information from a wp_query result?
- Echo array value
- List all anchor links on a page
- Strip from or something better?
- How to break up php code to avoid echo
- Products listing check if meta checkbox is checked
- in_array not working on dev server but works on localhost
- How to Create Carousel Indicators in PHP Loop using wp_get_attachment_url function?
- Get title of page containing post grid within the posts
- update_user_meta as multiple value but with same meta key
- Responsive loop with 3 columns inside row then 2 columns
- Foreach Loop Of Post Types With Nested If Else If Not Completing Process
- cURL needing to loop through all “next_page”
- Display page content in different sections – based on page break block?
- Filtering custom posts by using checkboxes for taxonomy in an ajax loop always gives server 500 error
- Show the subcategory name based on current product
- How can I get my pagination loop to display the correct number of total pages?
- How do if all posts has this category ID then do this
- ERR_TOO_MANY_REDIRECTS / To Force SSL Logins and SSL Admin Access
- Date of last blog update for specific authors only?
- View tag description on page
- Get current_post in reverse order with pagination
- PHP for loop not working as intended
- Insert div after every three posts in home.php [duplicate]
- Display product attributes for current product
- For each 3 posts, show a different post type
- Div Missing In Custom Loop Query
- Using page template to fetch posts in page
- Create Customization Controls from Array
- ACF loop and php formatting
- How to display thumbnail if post is assigned one otherwise not
- How to have post count after each listed category
- How can I put a custom field as the link of a button shortcode?
- Pagenav Not appearing on custom Template
- Transient Loop Not working as expected
- Remove the_content From Loop
- Custom Meta Box If Else Statement
- Adding if statement to content for homepage
- Tables not showing divs and loop/php items
- Conditional in foreach loop is outputting content twice
- Alternative loop syntax error [closed]
- Pagination in category.php not functioning
- is there away to hide php code in wordpress not to show in PAGES
- How to handle parent and child pages?
- How to create a loop that will display one post and stop?
- Woocommerce linking variations
- How to use a conditional statement in a post loop but not count towards the “posts_per_page” if false
- Saving meta box data from selected option’s value in database is not working