Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter kristii143

    (@kristii143)

    this is the actual code i have included on my homepage

    [tpg_get_posts fields=”title,byline,content,metadata” numberposts=3
    field_classes=”post_title=tpg-title-class,post_content=tpg-content-class,post_metadata=tpg-metadata-class, post_byline=tpg-byline-class,post_thumbnail=false”]

    Thread Starter kristii143

    (@kristii143)

    Plugin Author Criss Swaim

    (@cswaim)

    there is a syntax error in your shortcode and missing option:
    change
    ….post_byline=tpg-byline-class,post_thumbnail=false"]
    to
    ….post_byline=tpg-byline-class" thumbnail_size="none"]

    you really don’t need the fields or field_class options if you are not overriding the defaults, try:

    [tpg_get_posts numberposts=3 thumbnail_size="none"]

    Thread Starter kristii143

    (@kristii143)

    woo! thank you for your help ?? i searched for hours all over the internet…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove thumbnail’ is closed to new replies.