Show only if there are comments
The following snippet will allow you to show content only if a comment exists for the current post or page. //Comments do not exist // Comments Exist
The following snippet will allow you to show content only if a comment exists for the current post or page. //Comments do not exist // Comments Exist
Here is how to limit the post title length. Replace your post title with the snippet above.
The following code will display the posts from a specific custom post type. <?php $options = array( 'post_type' => 'post_type_name', 'posts_per_page' => -1, 'orderby' => 'date', 'order' => 'ASC', 'paged'…
This is an if statement for ACF options page. Only show this content if the field exists
This will show the content enclosed in the if statement only if the custom field exists. Only show this content if the field exists Show if field exists Show if…
Here is a great website explaining how to setup an instagram feed into a website: http://instafeedjs.com/