Results 1 to 4 of 4

Thread: Please help set featured image for custom post types

  1. #1
    Thread Starter
    Veteran doctorcilantro's Avatar
    Join Date
    Oct 2010
    Location
    Saudi Arabia
    Posts
    759
    Thanks
    2
    Thanked 26 Times in 16 Posts

    Please help set featured image for custom post types

    I just upgraded to 3.0.5.3 and I can't see the Featured Image option for Ads in the admin Edit menu.

    Why doesn't this work when adding to the theme-functions.php?

    // activate theme support items
    if (function_exists('add_theme_support')) { // added in 2.9

    // this theme uses post thumbnails
    add_theme_support('post-thumbnails', array('post', 'page', 'ad_listing', 'ad'));
    set_post_thumbnail_size(100, 100); // normal post thumbnails

    // add default posts and comments RSS feed links to head
    add_theme_support( 'automatic-feed-links' );
    }

    Do I need to add something to the wordpress functions.php?

    I tried adding this but it causes an error;

    function add_theme_support('post-thumbnails');

  2. #2
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Thread Starter
    Veteran doctorcilantro's Avatar
    Join Date
    Oct 2010
    Location
    Saudi Arabia
    Posts
    759
    Thanks
    2
    Thanked 26 Times in 16 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Featured Ad - Image/post not showing on the slider
    By paulh in forum Help Using ClassiPress
    Replies: 25
    Last Post: April 29th, 2013, 11:26 AM
  2. How to get plugins to work with new custom post types for ads & categories
    By mistercyril in forum Report ClassiPress Bugs
    Replies: 4
    Last Post: August 13th, 2012, 06:19 AM
  3. Are custom post types SEO friendly???
    By leda88 in forum Report ClassiPress Bugs
    Replies: 7
    Last Post: November 30th, 2010, 05:10 PM
  4. Image captions, search filters, featured ads per category and custom ad packs
    By invisioner in forum ClassiPress General Discussion
    Replies: 0
    Last Post: August 9th, 2010, 02:31 PM
  5. Custom Taxonomies and custom post types in Classipress
    By carlos takemura in forum ClassiPress General Discussion
    Replies: 1
    Last Post: July 8th, 2010, 03:26 PM