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
Limit Post Title Length
Here is how to limit the post title length. Replace your post title with the snippet above.
Get Custom Post Type Posts
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'…
Advanced Custom Fields Options If Statement
This is an if statement for ACF options page. Only show this content if the field exists
Advanced Custom Fields if Statement
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…
- Go to the previous page
- 1
- …
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- …
- 30
- Go to the next page