Title: changing display order
Last modified: August 21, 2016

---

# changing display order

 *  Resolved [lanceelliott72](https://wordpress.org/support/users/lanceelliott72/)
 * (@lanceelliott72)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/changing-display-order-1/)
 * Is there a way to change the display order in the shortcode? I want the image,
   title, content in that order.
 * cheers Lance
 * [http://wordpress.org/plugins/tpg-get-posts/](http://wordpress.org/plugins/tpg-get-posts/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [Criss Swaim](https://wordpress.org/support/users/cswaim/)
 * (@cswaim)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/changing-display-order-1/#post-4287338)
 * Yes, use the fields parameter
    the default is fields=”title,byline,content,metadata”
   you could use fields=”title,content” The featured image (thumbnail) is shown 
   by default.
 * if you want the image stacked on top of the text, use the featured image layout:
   fi_layout=”true”
 * On my website, there are examples of the layouts [http://www.tpginc.net/wordpress-plugins/plugin-tpg_get_posts/layouts/](http://www.tpginc.net/wordpress-plugins/plugin-tpg_get_posts/layouts/).
 * Hope that helps.
 *  Thread Starter [lanceelliott72](https://wordpress.org/support/users/lanceelliott72/)
 * (@lanceelliott72)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/changing-display-order-1/#post-4287356)
 * mmmm agreed that should do the trick… but apparently not.
 * [tpg_get_posts fi_layout=”false” numberposts=1 cat=”education-2″ orderby=”rand”
   thumbnail_size=”full” fields=”title,content”]
 * i am not using the commercial version..
 * thoughts?
    L.
 *  Plugin Author [Criss Swaim](https://wordpress.org/support/users/cswaim/)
 * (@cswaim)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/changing-display-order-1/#post-4287381)
 * The fi_layout only is supported with the extension.
 * So using the base plugin, try
 * `[tpg_get_posts numberposts=1 cat="education-2" orderby="rand" thumbnail_size
   ="full" thumbnail_align="aligncenter" fields="title,content"]`
 * I think aligncenter is a pretty standard class for most themes to center an image
 *  Thread Starter [lanceelliott72](https://wordpress.org/support/users/lanceelliott72/)
 * (@lanceelliott72)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/changing-display-order-1/#post-4287385)
 * so do I need to purchase upgrade?
 *  Plugin Author [Criss Swaim](https://wordpress.org/support/users/cswaim/)
 * (@cswaim)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/changing-display-order-1/#post-4287388)
 * Did you try the above code? You only need the extension if you want the to use
   the extended features. I am not clear what results your getting from the base
   plugin.
 *  Thread Starter [lanceelliott72](https://wordpress.org/support/users/lanceelliott72/)
 * (@lanceelliott72)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/changing-display-order-1/#post-4287390)
 * yeh, I used your exact code…
 * [http://new.citsolutions.edu.au/](http://new.citsolutions.edu.au/)
 * Is the picture at the top an ‘extended’ feature?
 *  Plugin Author [Criss Swaim](https://wordpress.org/support/users/cswaim/)
 * (@cswaim)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/changing-display-order-1/#post-4287415)
 * Yes the current display is title, feat image (thumbnail), content
    To get fi,
   title, content that requires the extension and is referred to as the featured
   image layout….fi_layout.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘changing display order’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/tpg-get-posts_dfefe0.svg)
 * [TPG Get Posts](https://wordpress.org/plugins/tpg-get-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tpg-get-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tpg-get-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/tpg-get-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tpg-get-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tpg-get-posts/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Criss Swaim](https://wordpress.org/support/users/cswaim/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/changing-display-order-1/#post-4287415)
 * Status: resolved