Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author DynamicWebLab

    (@maidulcu)

    Hi,
    You can easily add picture on the single team page.
    Please find Featured Image section on right part of the team page
    Thanks

    ishephard

    (@ishephard)

    I am having the same issues as muse6992.
    There is no featured image section that you are explaining. It just doesn’t appear there.
    I also don’t seem to be able to get the ordering working correctly either (it doesn’t work no matter what I set it to).
    Is this plugin compatible with the latest version of wp?

    ishephard

    (@ishephard)

    After digging around, I have discovered that you have to specifically list support for featured images by adding it to the add_theme_support function call in your functions.php for your skin.

    Like this:
    add_theme_support( ‘post-thumbnails’ );
    add_theme_support( ‘post-thumbnails’, array( ‘page’, ‘post’, ‘team_manager’ ) );

    That will add the ability to have featured images on your pages, posts AND team list.

    Plugin Author DynamicWebLab

    (@maidulcu)

    Hi ishephard,
    Yes it will add the feature image functionality ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cant display picture’ is closed to new replies.