Client: daeka
Date: November 19, 2015
Categories: PHP / Wordpress
Project Description:
QUICK SIMPLE WORDPRESS ADMIN PLUGIN
I want a plugin with an admin interface to sit in the settings menu of wordpress admin
Call it “Developers functions” doesn’t really matter what you call it
The plugin should have
– an admin page
– A form with a text input box and 1 button
The input box will hold the name of a tag that I want to find
And the button will perform a function to find all posts with that tag (so that I can perform actions on found posts)
So just create the function that will allow me to loop through each found post
Also I want an area below the above to echo the results to on each passing of the loop function – AJAX?
To test this for yourself just list all the titles of found posts
PLEASE NOTE THIS DOES NOT HAVE TO LOOK GOOD
BUT THIS IS CRITICAL
– That all the relevant includes are available for me to perform various database actions
I WILL CONSIDER THIS PLUGIN IT DONE WHEN
– I can enter a tag name
– I can click a button to find all posts with this tag
– and I can see that their titles have been echoed to screen under the form
AS ALREADY STATED >>>> LOOKS DON’T MATTER