Programming-2

How To Limit WordPress the_content By Words

With the help of snippet below, you will be able to limit WordPress the_content by words.

Snippet Source/Credit: StackExchange

How To List Author Comments On Author Page

Using the following snippet, you will be able to list all the author comments on authors page.

Snippet Source/Credit: StachExchange

How To No-Follow WordPress Tag Cloud

Simply add the snippet to your theme’s functions.php file and you will be able to no-follow WordPress tag cloud in your website.

Snippet Source/Credit: Snipplr

How To Paginate WordPress Posts

Adding the following snippet to your theme’s functions.php file, you will be able to paginate WordPress posts.

Snippet Source/Credit: Design-Ninja

How To Remove WordPress Version Meta

Using the following snippet in your theme’s functions.php file, you will be able to remove WordPress version meta.

How To Render Your Twitter Followers Count In Your WordPress Blog

Adding the following snippet to your theme’s functions.php file, you will be able to render your Twitter followers count. Also, remember to replace “planetabhi” with your own Twitter screen name.

Snippet Source/Credit: Snipplr