Advertisement

This is about Me?

Do not read this

    Thanks To

    Related sites

    Community

    Syndication

    You can grab our news as an Atom feed.

    > <
    Last updated: Mon, 1 Mar 2010

    view this page in


    WP Dropdown Posts Plugins

    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.

    WP Dropdown Posts
    Author: takien
    Contributors: takien
    Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=BL7ERUY46HPL8&lc=ID&item_name=WP%20Dropdown%20Posts%20Plugin&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
    Tags: post, dropdown, jump, menu
    Tested up to: 0.1
    Stable tag: 0.1

    This plugin will show post list as dropdown

    Description

    This plugin will show post list as dropdown just like wp_dropdown_pages, most parameter wp_dropdown_pages are accepted too.

    Screenshot

    Dropdown Posts

    WP Dropdown Posts

    Installation

    1. Upload the 'wp-dropdown-posts.php' file to the '/wp-content/plugins/' directory
    2. Activate the plugin through the 'Plugins' menu in WordPress
    3. Paste the following code to your theme file, e.g in your sidebar.php

    WP Dropdown Posts

    <?php
    wp_dropdown_posts
    ('sort_column=post_date&sort_order=DESC&number=5');
    <
    p>?>

    That will show latest 5 posts in dropdown.

    Incoming search terms:

    Tags: , ,


    Leave a Reply

    To post php code, wrap your code between [php] and [/php].
    Outer <?php and ?> tags will be added automatically. Added that tags in the middle of code is fine.

    Subscribe without commenting


    News Archive