Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Criss Swaim

    (@cswaim)

    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 https://www.tpginc.net/wordpress-plugins/plugin-tpg_get_posts/layouts/.

    Hope that helps.

    Thread Starter lanceelliott72

    (@lanceelliott72)

    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

    (@cswaim)

    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

    (@lanceelliott72)

    so do I need to purchase upgrade?

    Plugin Author Criss Swaim

    (@cswaim)

    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

    (@lanceelliott72)

    yeh, I used your exact code…

    https://new.citsolutions.edu.au/

    Is the picture at the top an ‘extended’ feature?

    Plugin Author Criss Swaim

    (@cswaim)

    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.