• I can’t use post-thumbnails in my plugin extension event-manager

    Could you change
    add_theme_support( 'post-thumbnails', array( 'post', 'page' ) );
    in
    add_theme_support( 'post-thumbnails' );
    so I do not have to change it manualy in the futures.
    Might help for other extentions as well.

    Where do I control the position the post-thumbnail is showen on a page?
    I would like to hide it (and put it manualy myself by shortcut or so)
    Might sound strange to insert first and hide later on. But some plugins like it (NextGEN Gallery uses it as default for example)

    https://www.ads-software.com/extend/themes/adventure/

  • The topic ‘[Theme: Adventure] post-thumbnails’ is closed to new replies.