archives

Introduction This page talks about the API documentation (Application Programming Interface) available for WordPress plugin developers, shows how developers of […]

Continue Reading  

Plugins are tools to extend the functionality of WordPress. The core of WordPress is designed to be lean, to maximize […]

Continue Reading  

Introduction WordPress Plugins allow easy modification, customization, and enhancement of a WordPress site. Instead of changing the core programming of […]

Continue Reading  

WordPress Plugins are composed of PHP scripts that extend the functionality of WordPress. They offer new additions to your blog […]

Continue Reading  

A child theme is a theme that inherits the functionality and styling of another theme, called the parent theme. Child […]

Continue Reading  

Basics of WordPress Theme Design First Steps With WordPress Using WordPress Themes Theme Development FAQ Themes, Layout and Design WordPress […]

Continue Reading  

User:Moshu/Upgrading Themes for 2.3.x Since the majority of themes have been created before the release of WordPress versions 2.1.x and […]

Continue Reading  

WARNING: The upgrade process will affect all files and folders included in the main WordPress installation. This includes all the […]

Continue Reading  

Permalinks are the permanent URLs to your individual weblog posts, as well as categories and other lists of weblog postings. […]

Continue Reading  

Pagination WordPress has the ability to split lists of posts or a single post into multiple pages for “paged” navigation. […]

Continue Reading