Hooks, Actions and Filters
Hooks, Actions and Filters Hooks are provided by WordPress to allow your plugin to ‘hook into’ the rest of WordPress; that is, to call functions in your plugin at specific times, and thereby set your plugin in motion. There are two kinds of hooks: Actions: Actions are the hooks that the WordPress core launches at specific points during execution, or when specific events occur. Your plugin can specify that one or more of its PHP functions are executed at these points, using the Action API. Filters: Filters are the hooks that WordPress launches to modify text of various...
read moreWordPress Showcase
http://deopatiala.org htpp://infosagar.in http://csntoursus.com http://himachaltoursindia.com http://aryaschoolnabha.com
read moreTheme decoding thread
Seriously, READ THAT THREAD BEFORE POSTING HERE. That thread will give you details on how to decrypt these sort of things yourself. Almost everything posted here has been something that could have been easily decrypted by simply reading that post. We recommend that you do not use encrypted themes. Encryption is often used to insert malicious code. Decoding part of an encrypted theme does not mean that it is all clean. If you choose to use an encrypted theme, it is at your own risk. If your theme has been posted under a non-GPL license, it may be against the terms of the theme to attempt to...
read morePlugins
Introduction Plugins are tools to extend the functionality of WordPress. This article contains a list of plugins by category, and links to other plugin repositories. The core of WordPress is designed to be lean, to maximize flexibility and minimize code bloat. Plugins offer custom functions and features so that each user can tailor their site to their specific needs. For instructions and information on downloading, installing, upgrading, troubleshooting, and managing your WordPress Plugins, see Managing Plugins. If you want to develop your own plugin, there is a comprehensive list of...
read moreWriting Posts
Posts are the entries that display in reverse chronological order on your home page. In contrast to pages, posts usually have comments fields beneath them and are included in your site’s RSS feed. To write a post: 1. Log in to your WordPress Administration Panel (Dashboard). 2. Click the Posts tab. 3. Click the Add New Sub Tab 4. Start filling in the blanks. 5. As needed, select a category, add tags, and make other selections from the sections below the post. Each of these sections is explained below. 6. When you are ready, click Publish. Contents [hide] * 1...
read more