Programming-7

Cached Twitter Follower Count

The following WordPress snippets will cached Twitter follower count

Add the first section of code to the functions.php of your WordPress theme. This code will cache your Twitter follower number for 1 hour and display the count within your template.

Source: Snipplr

Share wp-articles on Twitter

The following snippet will share wp-articles on Twitter

Remove Personal Options from Profile Menu

The following snippet will allow you to remove personal options from personal menu

Source: Snipplr

Get Posts By Term and Sort Them

The following snippet will get posts by term and even sort them

Source: Snipplr

Remove or Hide Admin Menu Links for Certain or Specific Users or Roles

The following snippet will let you remove as well as hide admin menu links for certain users or role.

Source: Snipplr

Add featured image thumbnail to admin columns

The following snippet will add featured image thumbnail to admin columns

Source: TCBarrett.com