Programming-6

How To Get The Root Page ID In WordPress

The following snippet will let you get the root page id in WordPress.

Snippet Source/Credit: WordPress.org

How To Have Browser Detection Function In WordPress

Adding the following snippet in your theme’s functions.php file will let you have browser detection function in WordPress.

Snippet Source/Credit: afj176.com

How To Have Custom CSS Per Post In WordPress

One-to-many times we do wish to have custom styling in each and every post in WordPress. While such thing didn’t come in-built but with the help of snippet below, one can achieve that.

Snippet Source/Credit: digwp.com

How To Have WordPress Login Outside Blog Folder

The following snippet will let you have WordPress login outside blog folder.

Snippet Source/Credit: Snipplr