• Before you install it, it clearly says “with the thumbnail option” but there is no thumbnail or any other kind of image options after you install it. Marketin hoax
    edit: Default rating is 5 stars here, bravo for supporting hoaxers.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    There are three type of widget in this plugin if you check
    Appearance -> Widget
    1) Letest News Widget
    2) Letest News Scrolling Widget
    3) Letest News with thumb Widget

    Please use 3rd (Letest News with thumb Widget) widget.

    I am using the siteorigin editor, and I put in the Letest News with thumb Widget, I can’t see the thumbnail.
    When post the news, where can I attach the thumbnail picture?

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    You can add thumbnail picture as a featured image. If your theme does not support featured image then kindly add following code in your theme function.php file :

    function tanhs_themeimage_setup() {
    add_theme_support( 'post-thumbnails' );
    set_post_thumbnail_size( 825, 510, true );
    }
    add_action( 'after_setup_theme', 'tanhs_themeimage_setup' );

    Thanks

    Hi
    I am not sure what do you mean by featured image. Where can I find this feature?
    Thanks.

    Ok I found it at the bottom right conner in the Page. Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘No thumb or featured image option’ is closed to new replies.