• code012

    (@code012)


    I have a blog with hundreds of post coming in our way.
    For easy navigation, I want a dropdown list for certain category and offset. The reason I need an offset is to divide dropdown list menu in hundreds. Say, if I have 300 posts, I can use offset to make 3 separate dropdown list menu.

    I’ve tried many other plugins to make it happen and so far WP Dropdown Posts plugin is the closest I can find. But I don’t know how to filter out the category.

    I’m also thinking maybe wp_get_archives have similar parameter options but I don’t know how to make dropdown menu + categories + offset from it.

    Any help would be appreciate it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • jedwards-kcbt

    (@jedwards-kcbt)

    Any luck on this? I’m hunting for the same thing.

    Thread Starter code012

    (@code012)

    No, still no luck.
    If you find anything, please let me know!

    I did something like that with

    $allsearch = &new WP_Query(“category_name=”.$_SESSION[“category”].”&offset=”.$_GET[“offset”]);

    foreach($allsearch->posts as $post)?>



    etc..

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I need dropdown list with certain category and offset’ is closed to new replies.