Author: Fumito MIZUNO Related WordPress Plugins

php snippet for theme designers

This plugin diplays a is_page()/is_category()/is_tag() snippet for page/category/tag list. You can go to the page/category/tag list in the admin area, and you can copy one (and paste it to a theme file)....

Preset Admin Email for Multisite

In a multisite, you can create child sites. When you create a new child site, you fill in the title and the slug. And, you have to fill in your e-mail address, even if you are the network administrator. If you enter an e-mail by hand, you may mistype. But, you can avoid such a risk. This code, show.........

Custom Field Snippet

This plugin creates and shows the snippets which display your custom field data. You can display your custom field data, by pasting these codes to your theme. This plugin saves the time for theme developers/designers writing codes. When you are using ACF, tab fields for ACF is displayed. The defau.........

Source View

This plugin outputs a source code of the function/class you specified. This plugin uses Syntaxhighlighter http://alexgorbatchev.com/SyntaxHighlighter/...

ShowID for Post/Page/Category/Tag/Comment

This plugin shows post/page/category/tag/comment/media/user IDs on admin's edit post/page/category/tag/comment/media/user pages. You can see the ID when you visit an edit post/page/category/tag/comment/media/user page. Since this plugin hooks on 'edit' link, only users with priviledges can see IDs..........

Your Posts on Dashboard

If you are writing a blog with others, the number of the posts on the dashboard is the posts of all users’ posts. If you want to see the number of your posts, this plugin is useful. If you activate this plugin, the number of your posts is added to your dashboard’s Right Now....

Debugging Translation

This plugin enables to see the source and the target of each translation word/phrase/sentence. When you use other than English locale, all messages that are translated via gettext will be shown in both the source language and the target language. For example, "error" will be shown as "error" + "erru.........

Advanced Custom Field: Shortcode Field

When you enter a shortcode, it will be executed and outputted, by using the_field('FIELD_NAME_HERE') in your theme. You need Advanced Custom Fields plugin by Elliot Condon....

Select Category to Post

This plugin shows the list of the categories of your blog. When you click one of the categories, you will jump to post-new.php, where the category you clicked is selected. Usually you go to post-new.php and write a post, then you select the category of the new post. This flow may result in publishi.........

Featured Image on Edit.php

When you visit edit.php, you will see the list of posts. WordPress 3.0 has a nice feature called featured image, but not shown on edit.php. This plugin diplays featured images in the list of posts....