Advertisement

This is about Me?

Do not read this

    Thanks To

    Related sites

    Community

    Syndication

    You can grab our news as an Atom feed.


    WordPress Search Filter Plugins

    [27-Mar-2010]

    May be you just wondering how to filter the WordPress search result by category. It's possible by adding some function to your wordpress, but if you don't familiar with PHP, I just write a plugin for you called WP Search Filter.

    This plugin is simply add a dropdown categories next to the search form. If one of the category is selected, then it will only search on that category.

    Actually it's also possible to filter the search result by custom field , but I will do it later :D

    Installation
    Just install the plugin and activate. Make sure your search form is called from:

    <?php
    get_search_form
    ();
    <
    p>?>

    Demo:
    Please see the live demo at the top right of this website.

    Incoming search terms:


    WP Dropdown Posts Plugins

    [1-Mar-2010]

    Sometime you want to display WordPress Posts list in a dropdown style just like WordPress Page does. Unfortunately this feature is not available in WordPress. But dont' worry guys, I have created a plugin for this purpose. WP Dropdown Posts will shows posts list in dropdown and if you click on an item, you will be redirected to that post. Read the rest of this entry »

    Incoming search terms:


    News Archive