Programming-6

How To Get An RSS Feed And Display Items With A Loop

Use of the following snippet will let you get an RSS feed and display items with a loop.

Snippet Source/Credit: DanGayle.com

How To Get Attachments For Post Or Page

Using the following snippet below will let you get attachments for posts or pages.

Snippet Source/Credit: Stack Overflow

How To Have Custom Menus For Different Category/Page/Post

The following snippet will let you have custom menus for different category, page or post respectively.

Snippet Source/Credit: WordPress Code 1, 2, 3, 4

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 Have WordPress Domain Check

Using the following snippet will let you have your WordPress domain check.

Snippet Source/Credit: Snipplr