WordPress

WordPress is an open source blog tool and publishing platform powered by PHP and MySQL. It's often customized into a Content Management System (CMS). It has many features including a plug-in architecture and a template system.

WordPress

WordPress: force https using .htaccess

19 May, 2017
Since Google says https gives websites a small ranking benefit and Let's Encrypt gives free certs, more and more sites have been converted. This is a more thurral snippet of https redirection. It has...
WordPress

Add your css stylesheet to TinyMCE at admin panel in WordPress

1 Jun, 2011
Adding your css stylesheet to TinyMCE editor in WordPress admin panel.
WordPress

Remove RSS feed from head tag in WordPress

30 May, 2011
How to remove RSS feed from head tag in your template.
WordPress

How to create a widget in WordPress

23 May, 2011
How to make a widget that has one textbox and custom html output in WordPress.
WordPress

get_posts multiple categories in WordPress

12 May, 2011
How to get posts from multiple categories using get_posts function.
WordPress

Getting Base URL in WordPress

26 Apr, 2011
This example shows you how to get base URL of your wordpress powered website. It takes the value from your site information which can be modified and was set during the installation of WordPress.