I'm wanting to create a custom post type that can upload 2 images to display on the home page of a website. How would I attempt this? The images needs to be displayed underneath each other.
Thanks!
|
I'm wanting to create a custom post type that can upload 2 images to display on the home page of a website. How would I attempt this? The images needs to be displayed underneath each other. Thanks! |
|||||
|
|
Use this plugin http://wordpress.org/extend/plugins/types/ Add two custom fields to upload image. Assign this custom fields to custom post. Use short code to display it. Other simple solution is to use custom fields for images.And display them where you want. |
|||
|
|
Unless hacked, all post types have upload capabilities. This kind of doubt are easily solved reading the documentation.
.
|
|||
|
|
|
You will need a meta box in a custom post type in which case this tutorial will come handy http://wptheming.com/2010/08/custom-metabox-for-post-type/ |
|||
|
|