This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Ajax Dropdowns

Description

Add content from multiple post types on one page with a dropdown to switch between them. Dropdowns are displayed on the frontend of your site and can query posts via Ajax, inline, or redirection.

Features

  • Create unlimited dropdowns
  • Display on any post or page using the included shortcode
  • Drag and drop posts to reorder them within a dropdown
  • Decrease page load by dynamically querying posts via Ajax
  • Use inline dropdowns to quickly switch between posts
  • Redirection method also available

Get Involved

Developers can contribute via the Ajax Dropdowns GitHub Repository.

Translators can contribute new languages to Ajax Dropdowns and our other WordPress plugins through Transifex.

Screenshots

  • Manage dropdowns in admin.
  • Posts in the dropdown can be reordered via drag and drop.
  • Available posts are grouped by post type and can be added to the dropdown.
  • Post query method can be set to Ajax, inline, or redirect.
  • Copy and paste the shortcode into any post or page.
  • A dropdown is displayed on the frontend to swap the content below it.

Installation

Minimum Requirements

  • WordPress 3.0 or greater
  • PHP version 5.2.4 or greater
  • MySQL version 5.0 or greater

Automatic Installation

Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t even need to leave your web browser. To do an automatic install of Ajax Dropdown, log in to your WordPress admin panel, navigate to the Plugins menu and click Add New.

In the search field type “Ajax Dropdown” and click Search Plugins. Once you’ve found the plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking Install Now. After clicking that link you will be asked if you’re sure you want to install the plugin. Click yes and WordPress will automatically complete the installation.

Manual Installation

The manual installation method involves downloading the plugin and uploading it to your webserver via your favorite FTP application.

  1. Download the plugin file to your computer and unzip it
  2. Using an FTP program, or your hosting control panel, upload the unzipped plugin folder to your WordPress installation’s wp-content/plugins/ directory.
  3. Activate the plugin from the Plugins menu within the WordPress admin.

Upgrading

Automatic updates should work like a charm; as always though, ensure you backup your site just in case.

Reviews

januar 12, 2018
It solved my problem easily! It is great! However, here are some problems: 1. By the time I installed this plugin, it has not been updated for a year. And seems no one replied the support for long time already. 2. It can easily select page or post to add as dropdown item. The dropdown item text must be the post or page title. It will be great if I can rename the dropdown item text without affect the page or post title. 3. It can only select the first item as default selected item. It would be great if I can set the default selected item. 4. Also, I am using WPML for multi-language (Chinese and English). The dropdown selection shows all pages in both Chinese and English. I got few pages which titled in "2018" for both chinese and english pages. It makes me hard to select only the Chinese 2018 or only the English 2018. Thanks, Alex
januar 14, 2017
If it would come with a complete menu, would it be perfect!
Read all 14 reviews

Contributors & Developers

“Ajax Dropdowns” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Ajax Dropdowns” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.9.8

  • Fix – Automatically display content of first option in widget.

0.9.7

  • Feature – Enable shortcode to be used in text widgets.

0.9.6

  • Fix – Explicitly load jQuery.
  • Localization – Use ajax-dropdowns textdomain. Props @suifengtec
  • Localization – Update translations.

0.9.5

  • Feature – Add no content option to display dropdown only in redirect mode.

0.9.4

  • Feature – Enable bulk adding all posts of a post type.

0.9.3

  • Tweak – Order posts by title in admin.

0.9.2

  • Feature – Add URL parameter method to dropdown options.
  • Refactor – Change behavior or redirect method to link directly to post.

0.9.1

  • Feature – Grey out duplicate posts in dropdown.
  • Feature – Display number of posts available in each post type.
  • Fix – Posts limited to 5 per post type in dropdown.

0.9

  • Beta release.