Ajax Content Filter

0

Now you can simply filter your content Using Ajax Post Content Filter. Ajax Post Content Filter allows you to filter your content with dropdown box. Just install the plugin, activate an

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

Now you can simply filter your content Using Ajax Post Content Filter. Ajax Post Content Filter allows you to filter your content with dropdown box. Just install the plugin, activate and open the ACF Posts located in the left side menu bar. You need to add new ACF posts by filling up the post title and placing your content in the editor then publish it. Simply put the shortcode [ACF] in a page or post in admin or you can put the shortcode ajax_content_filter(); in your template file . You will got the simple dropdown box on your page at front side. Just select your post created in the plugin’s post and you’ll get the content of your particular post.

Shortcode

Our free plugin comes with short code support, so the following two short codes will get the same result.
Want a shortcode in wordpress admin ? Use the following shortcode.
[ACF]
and to use shortcode in a template file, Use this
ajax_content_filter();