Show a Post’s Categories
The following snippet will display the categories in a list for the post. The comma in the parenthesis separates each category with a comma.
The following snippet will display the categories in a list for the post. The comma in the parenthesis separates each category with a comma.
The following will show you how to create simple "share to" links for social media accounts.
Here is how to show the excerpt with a custom length of characters that will not cutoff the word. You also do not need to add anything to fucntions.php for…
Here is how to remove the p tag from automatically generating when you use the_content. In the template file you want to strip the p tag from simply add the…
Here is how to add custom icons to your custom post types in the Wordpress Admin area. These are also know as Dashicons. For this we will be using icons…
The following snippet will display all the Wordpress posts in a dropdown list. <form action="<? bloginfo('url'); ?>" method="get"><select id="page_id" name="page_id"><!--?php global $post; $args = array( 'numberposts' =--> -1); $posts =…