Changing WordPress Post Wording to Article Wording

15 May 2011 By Code Snippets 1 Comment 938 views
15
May

Have you ever wished you could change the wording of a built-in menu item or notification? This code snippet demonstrates how to achieve this by hooking into WordPress translation filters.

How to exclude a category from RSS Feed

03 Mar 2011 By Code Snippets No Comments 374 views
03
Mar

This simple code snippet demonstrates how to exclude a certain category from being displayed in the RSS feed.

How to Display an Advert after the first Post

01 Mar 2011 By Code Snippets No Comments 355 views
01
Mar

This code snippet demonstrates how to display a selected advertisement of your choice are the first post.

Easily display post titles with a custom length

18 Feb 2011 By Code Snippets No Comments 419 views
18
Feb

This code snippet demonstrates how o display post titles with a custom length in WordPress.

How to redirect your homepage to the first post

18 Feb 2011 By Code Snippets No Comments 431 views
18
Feb

This code snippet displays how to redirect your WordPress powered blog homepage to the first post.

How to set a maximum word count on post titles

16 Feb 2011 By Code Snippets 1 Comment 672 views
16
Feb

This WordPress code snippet demonstrates how to set a maximum word count on post titles.