media-gallery

Creating Default WordPress Post Thumbnail or Featured Image

While developing Super Post plugin, I stacked into a situation on how to creat a default post thumbnail if the post has no post thumbnail set from the editing post screen. In that case, we will need to provide one media ID (image type) for the default image and WP will uses the ID to … continue reading

tag-tooltip

Get the List of Supported or Registered WordPress Post Formats

A way for checking if the current WordPress theme supports post format is with the current_theme_supports( ‘post-formats’ )[1]. If we want to register or add post formats to the current theme, we can use the add_theme_support[2] function. add_theme_support( ‘post-formats’, array( ‘aside’, ‘image’, ‘link’ ) ); Let’s say we have added the post formats to the … continue reading

Linkimage

Linkimage – Easy Image Linking Plugin for WordPress

This plugin gives you all the controls for every attached images to a widget and give the link to it. Every image can be dragged easily, add and delete it with single click. Key Features & options Dragable images* Ajax powered panel Easy custom style for each image Powerful widget options Multi-instance widget Supports shortcodes … continue reading

wpColorPicker

How to Use WP Color Picker in Widgets

Since WP 3.5, a new CSS gradient-based color picker called Iris was added. At my first glance, this tool provides more features and have good interface. I do not know what will happen to the Farbtastic Color Picker in the future. In my experiences, the wpColorPicker gives more than Farbtastic. Easy to use and we … continue reading

plugin-links

Get and Sort WordPress Posts by Post Ids Order

To obtain multiple posts in accordance with the criteria that we give becomes easier with WP Query class. WP Query can be used to get the latest posts, based on post meta value, number of comments, post types, and so on.There is also a function to get posts by using get_posts() that have same parameters … continue reading

Taxography – WordPress Graphical Taxonomy

Taxography – WordPress Graphical Taxonomy

Perhaps you want to use category image? This plugin gives you total control over the output of your taxonomies. Displays a list of selected taxonomy as links with thumbnail and it’s short description. This plugin comes with several options as a post/page content or as a widget with similiar functionality. Support multiwidget easy to customize … continue reading

Super Post – A WordPress Plugin For Displaying Posts

Super Post – A WordPress Plugin For Displaying Posts

This plugin gives you all the controls for any post queries, for any post type and any other extended options for displaying your very important post, recent, popular sticky, or related posts. Can be used to display spesific post from categories or post tags. Build with shortcode for content section. Showing the posts in a … continue reading

tag-tooltip

Customizing The WordPress Tag Count Tooltip

WordPress wp_tag_cloud function will returns selected tag, category or custom taxonomy terms with cloud style if we use the smallest and the largest parameter. We will get the output in the same size if we set the same size to the parameters. And of course, with the tag tooltip. By default, the function will return … continue reading

Add a PayPal donation with shortcode in your content body or a sidebar widget. The options menu lets you setup you PayPal ID and a few other optional settings. You can create a partition of donation type for your users. Each partition will be counted in total donation automatically. You can also set an optional … continue reading

Jet Tweet

Jet Tweet – A Twitter Feed Plugin For WordPress

This plugin is not only for displaying tweets, but also bring Twitter to your site. Since version 2.0 and Twitter API v.1.1 has a set of changes to the features. This plugin comes with lots of visual options and easy to customize. Uses the powerful Twitter api such as mentions timeline, user timeline, and home … continue reading