Shortcode with micro formatted loop, meta, category, pagination
Here’s a neat little wordpress shortcode that allows posting of individual blog posts based on ID, latest number of blogposts from a certain category or all categories, optional pagination, optional excerpt or full content showing and optional meta.
read moreRemove parentheses from category counts
Adding this snippet to your wordpress template will remove the parentheses surrounding the category count when using wp_list_categories.
read moreChange “select category” name within category dropdown widget
Adding this snippet to the functions.php of your wordpress theme will let you change the name displayed within the select menu category dropdown widget.
read morethis months featured snippets
Exclude categories from RSS feed with functions.php
Adding this snippet to the functions.php of your wordpress theme will exclude specified categories from RSS feed.
read moreRemove title attribute from wp_list_categories
Adding this snippet to the functions.php of your wordpress theme will remove the title=”" attribute from the anchor tag when using wp_list_categories().
read moreOrder categories by most recently updated
Adding this snippet to your wordpress theme will display a list of categories ordered by the most recently updated category first.
read moreAdd bookmark links to the wp_nav_menu
Adding this snippet to the functions.php of your wordpress theme will add bookmarks from a specified category to the wp_nav_menu. This also supports the sub-menu class so you can create pure css dropdown menus.
read moreTruncate description within categories admin panel
Adding this snippet to the functions.php of your wordpress theme will truncate the description displayed within the categories admin panel to 150 characters. Change the number 150 on line 09 to adjust the number of characters for the category description.
read more













