If you’ve forgotten your WordPress admin password then you can usually easily reset it by going to the normal login
Continue readingAuthor: steve
WordPress Functions and the functions.php File
WordPress has 100s of built in php functions called core functions. However if you want to modify WordPress, create Plugins
Continue readingUnderstanding WordPress Shortcodes
Shortcodes were introduced in WordPress 2.5 and are used for adding macros to a page or post. There are several
Continue readingSetting Up Email Accounts on 1and1 Hosting
Like many other web hosting providers 1and1 offer email hosting as part of their web hosting package. Hosting email and
Continue readingUnderstanding the WordPress Query-Beginners Guide
WordPress stores pages and posts in a MYSQL database. When you request a web page or post from a WordPress
Continue readingWordPress File And Directory Structure Explained
The WordPress software package contains many different files and directories. Although you don’t normally need to download the package from
Continue readingPHP Callbacks and Callback Functions
I only encountered callbacks recently, and spent many hours surfing the web for a nice simple explanation. Eventually I think
Continue readingCreating New Custom WordPress Page Templates
Most WordPress themes will come with several page templates by default. Templates are used to display posts, archives,categories etc and
Continue readingBeginners Guide to WordPress Templates
WordPress Themes come with multiple templates for displaying pages,posts,archives etc. Each page type can, and often does have, its own
Continue readingBeginners Guide to the WordPress Loop
There are many articles and tutorials on the web that cover the WordPress loop, the aim of this tutorial is
Continue reading