About this topic

  • Posted by manuela68 1 year ago. There are 2 posts. The latest reply is from byron.
  • This topic is not resolved

No tags yet.

  1. Hi,

    Having problems with showing images sorted by Post categories in Wordpress.
    Tags_link are shown but not working either.
    I want to be able to show images with these information:
    1- The Image is linked to a WP-post (post URL)
    2- Link to the Author
    3- Link to the Post Category
    4- Link to Tag
    5- Is that possible to add a price field under each image to show what the product or image cost. (Special gallery)

    My second question is if it is possible to have Post Index in Word press shown using Photo Smash.
    I want the Index show even Thumb nails images in addition to the Post index.

    Regards
    Manuela

  2. Hi Manuela,

    I don't think there's a way to sort the images by Post Category. That is really only used for setting the post category when Extend is used to create new posts on upload.

    As for the things you'd like to show, for #5 to add a Price field, you'll need to create a Custom Field for price in the Custom Fields screen. Once you've done that, you can just add [price] to your Custom Layout.

    Here is some code for a custom layout that will show most of the things you requested (unfortunately, Post Category isn't available):

    <div class='bwbps_image' style='position: relative;'><a href='[post_url]'>[thumb_image]</a>
    <p>
    Tags: [tag_links] <br/>
    Contributor: [author_link] <br/>
    Price: [price]
    </div>

    On your last question, if by Post Index, you're referring to the Post ID, you can use: [post_id] to show it wherever you'd like in your Custom Layout.

    Here are the custom layout tutorials if you need them:

    http://smashly.net/photosmash-galleries/how-to/create-custom-layouts/
    http://smashly.net/photosmash-galleries/tutorials/creating-posts/

    Hope that helps,
    Byron

RSS feed for this topic