Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Dear Michael,

    I have tried this, but can not get the wp_dropdown_users to navigate to a user’s author page once an author is selected.

    I have managed to make it work with wp_get_archives like so:
    `<select name=”archive-dropdown” onChange=’document.location.href=this.options[this.selectedIndex].value;’>
    <option value=””><?php echo attribute_escape(__(‘Select Month’)); ?></option>
    <?php wp_get_archives(‘type=monthly&format=option&show_post_count=0’); ?> </select> `

    How can I do the same with the wp_dropdown_users, so that viewers can browse archives both chronologically and by author, using just two dropdown lists??

    Many thanks!

    Thread Starter diederikmeijer

    (@diederikmeijer)

    Hi Samboll, note #2:

    I found the .htaccess and renamed it to “[.htaccess]namechanged.”

    Then I changed permalink structure to “Default,” then back to “Day and name,” which it was and should be.

    It did not help, clicking on “Archive” now opens the following page: feed://www.theblacksnapper.net/archive

    Would you know of anything else to do??

    Many thanks!!

    diederik

    Thread Starter diederikmeijer

    (@diederikmeijer)

    Hi Samboll, many thanks for your quick response. My apologies for responding late, it was 02:00 AM when I posted, I needed a couple of hours of sleep.

    A silly question: Where do I find the wordpress .htaccess??

    Thanks again!

    diederik

Viewing 3 replies - 1 through 3 (of 3 total)