Pages
(Move to ...)
Home
About us
Contact us
Download
Wordpress Plugins
Wordpress Themes
Prestashop Help
▼
Saturday, 21 November 2015
Examples WordPress of Hooks in Action
›
More than 200 hooks exist in WordPress. Below you will find a few examples of common hooks in use. Register a Custom Menu in the Admin
How to Add and Remove Your Own Functions
›
If you would like to hook in your own functions, the process is quite simple. You first need to know a few pieces of information. For act...
Types of Action and Filter Hooks
›
The WordPress Codex has two important pages that can help you orient yourself with what hooks are available in WordPress.
1 comment:
WordPress Action Hooks and Filter Hooks
›
Introduction This page documents the API (Application Programming Interface) hooks available to WordPress plugin developers, and how to ...
Monday, 31 August 2015
Does Contact Form 7 support HTML5 input types?
›
Yes. Contact Form 7 3.4 and higher support form-tags corresponding to these HTML5 input types: email , tel , url , number , range and date...
1 comment:
How to add a contact form into my post content?
›
Open the settings page for Contact Form 7, and then open the contact form you want to add. Each contact form has its own tag (shortcode...
How to Hide WooCommerce "Free" Price Label
›
A common WooCommerce question lately has been how to hide the “Free” price label in the product/category/shop pages. Thanks to WooCommer...
4 comments:
Friday, 12 June 2015
How to Set default thumbnails size & creating multiple thumbnail sizes?
›
Registers a new image size. This means WordPress will create a copy of the image with the specified dimensions when a new image is uploade...
How to set different thumbnail sizes per custom post type?
›
Registers a new image size. This means WordPress will create a copy of the image with the specified dimensions when a new image is uploade...
How to Display Featured Post with Thumbnails Without Plugin in Homepage
›
On home page, we generally show a fixed number of recent posts with summary. Although, WordPress provides Sticky Posts functionality but n...
1 comment:
‹
›
Home
View web version