Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Admin Custom Fields WordPress

  • SOLVED

I'm actually working on a website for an art gallery and need to add some informations.
In the admin panel of "articles/posts" I would like to add custom fields :

1. Set a period of time for an event : day/month/year > front end to be display > 07 NOVEMBER 2013 - 08 DECEMBER 2013
2. Set an Exhibition Title
3. Three fields to Upload three different pdf (three languages). The front end will show : Press release : FR - NL - ENG

Then admin should be able to set the format of the post (see image attach) he can choose from :

UPCOMING
CURRENT

Infos from custom fields 1 and 2 should be display on the "Article" AND on this page :
http://www.c-o-m-p-o-s-i-t-e.com/web/archives-alternate/
As follow :
Front end : Dates (1st custom field) + Artist name (php the_title) + Exhibition Title (2nd custom field)

Here is the actual php code :


<li>
<h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
<span class="date"><?php echo get_the_date(); ?></span>
</li>


These custom fields should use CSS in order to style them.

Answers (2)

2013-11-11

phppoet answers:

I can create small plugin which fullfills your requirement . Please contact me on my skype .

my skype is phppoet

regards


phppoet comments:

hello admin side work has been completed . check the attached image .

here is the code for admin side http://pastebin.com/aj5PU0XG

Will soon complete and paste full code or mini plugin here

regards