Get values of a custom field belonging to the category or tag posts in WordPress
This is an example how to get the values of a custom field belonging to the category or tag posts in WordPress: <?php function get_custom_field_values($custom_field,$term_id){ global $wpdb; $query...
View ArticleWordPress plugin “Quick Navigation Panel” new 1.1 version
The new version of WordPress plugin “Quick Navigation Panel” 1.1 is created. The following updates have been done in this version: 1. Added new option “Exclude”. 2. Now you can set an external CSS for...
View ArticleWordPress plugin “Outbound Link Manager” new 1.2 version
The new version of WordPress plugin “Outbound Link Manager” 1.2 is created. The following updates have been done in this version: 1. Blacklist / whitelist functions added. 2. Ignore function added. 3....
View ArticleGet post next and previous attached images in WordPress
Here is an example of functions to get next and previous attached images of the post: <?php function get_post_next_attached_image( $attachment_id ) { global $wpdb; $attachment = get_post(...
View ArticleWordPress plugin “Useful Banner Manager” new 1.2 version
The new version of WordPress plugin “Useful Banner Manager” 1.2 is created. The following updates have been done in this version: 1. Now you can select all banners in the shortcodes and PHP functions...
View ArticleWordPress plugin “Useful Video Player”
Useful Video Player allows you to embed videos to your WordPress powered website without hassle. Among the basic features other plugins might offer you, Useful Video Player will enable you to create...
View ArticleWordPress plugin “Useful Banner Manager” new 1.3 version
The new version of WordPress plugin “Useful Banner Manager” 1.3 is created. The following updates have been done in this version: 1. Added new options for banners – “Wrapper ID” (ID of the tag “div”...
View ArticleWordPress plugin “Useful Banner Manager” new 1.4 version
The new version of WordPress plugin “Useful Banner Manager” 1.4 is created. The following updates have been done in this version: 1. Spanish and French translations are added. Translations Español –...
View ArticleWordPress plugin “Useful Banner Manager” new 1.5 version
The new version of WordPress plugin “Useful Banner Manager” 1.5 is created. The following updates have been done in this version: 1. The conflict with qTranslate plugin is solved. 2. Fixed some bugs....
View ArticleWordPress plugin “Useful Banner Manager” new 1.6 version
The new version of WordPress plugin “Useful Banner Manager” 1.6 is created. The following updates have been done in this version: 1. The image banners can be displayed without “width” and “height”...
View Article