[wp-hackers] fixed posting format for a travelogue blog
Eric Marden
wp at xentek.net
Thu Nov 19 09:26:14 UTC 2009
On Nov 19, 2009, at 3:24 AM, aneeskA wrote:
> I am looking for a way to create a travelogue blog such a way that
> all the
> posts have the same format. Like this:
>
> Place
> Location
> Map
> Pics
> Summary
> Major Attraction
> etc
There are two ways to do this:
Use Custom Fields, and output the contents in your theme: http://codex.wordpress.org/Custom_Fields
Write a plugin that adds metaboxes to the Write Panel and output those
values to your theme (this is really just adding a custom UI to custom
fields, anyway, but requires more effort to implement): http://codex.wordpress.org/Function_Reference/add_meta_box
- Eric Marden
__________________________________
http://xentek.net/code/wordpress/
tw: @xentek
More information about the wp-hackers
mailing list