Home > PHP, Wordpress > New Wordpress Plugin 2

New Wordpress Plugin 2

November 26th, 2009

Hi !

I need for Plugin for Wordpress so the user
and admin could choose a city for the posts.

1.
I need an admin-module where i could manage
(add, edit, delete) citys.
It’s only one field.
I need this as a form like the catgeories from
from wordpress. Left hand the input field and
the buttons, right hand the list of already
added cities and links to edit/delete them.

2. I need a widget where the user could select
a city with an select box from the existing
cities.
The widget-admin should have a title and a
textbox where i could place some small text.
The widget should be done with the new (wp 2.8)
Widget API.

3. I need a meta-box for posts where i could
assign a post to a city. I think this should
also be a select box.
Please use a fieldname with a beginning
underscore, so the field isn’t displayed at the

4. If the user selects a city, the city have to
be stored at $_SESSION. The session value have to be
used by all filter functions.

5. And add last i need filters, so only post
for the selected city would displayed at the
front-end. (for all query_posts and have_posts)
This means also that the pagination would be
displayed correctly depending on the user-choice.

Example :

id add the cities : new york, los angeles, washington.

i assign my posts to the cities.

If the user don’t select a city, all posts should
be displayed at the front-end.

Full OO-Design.
Only Escrow Payment.

I would do this in about 2-4 hours.
So don’t place any bids over 50USD.


New Wordpress Plugin 2

Categories: PHP, Wordpress Tags: , , , , , ,