nick1985
05-17-2009, 11:47 PM
Hi all,
This is my first post, I would really appreciate if somebody could help me out.
I am building a wordpress blog that posts daily movie times, sorted into columns with headings like "location", "time", etc.
My question: is there a plugin or shortcut to make it easy to revise and post the list every day, rather that copying, editing by hand??
PLEASE AND THANKS!
Nick
nick1985
05-17-2009, 11:54 PM
A blog post would look something like this:
TIME TITLE LOCATION
9:00 STAR TREK SILVERCITY RICHPIONT
10:00 X MEN SILVERCITY RICHPIONT
Jay August
05-18-2009, 03:06 AM
Where are you getting your information from? Do they provide a RSS feed?
You can have a dynamic sidebar with a RSS widget or a TEXT widget, in the RSS widget you just provide an RSS feed and the RSS feed is listed in the sidebar.
With the text widget you can hand write the list into the text box.
You need to get the info from somewhere, and it needs to be in the correct format as well, so if you tell us the source of this info we can give better info.
nick1985
05-18-2009, 09:35 AM
Is there a way to make the list the actual post, instead of having it appear in the sidebar? The info would come from different internet sources, not an rss feed, and I'd be hand editing the list.
Thanks
roamfox
05-20-2009, 11:37 AM
You can use wp template function
wp_get_archives('type=daily');
get a daily article list in your template.
is it helpful?
if this can not fulfill your needs and you can afford a extra payment,may be i can write such a plugin for you.
contact me:roamfox@gmail.com
nick1985
05-20-2009, 05:40 PM
What I'm really looking for is a simple plugin or piece of code that will allow me to create a daily list that is easy to fill in each day.
Please see the following example:
presalepasswordticket.com
Thanks to anyone that can help!
foobic
05-20-2009, 07:26 PM
It seems like you're looking for a simple generic database plugin that will allow you to store non-wordpress data in its own tables and display it in a fixed format. I suspect you'll find you need a custom development to really suit your exact needs but a quick Google provides this (http://wordpress.org/support/topic/222660), which may give you a start.