• webber2012 posted about a year ago about “set featured image” not working in an artisteer theme. The post is closed so I am guessing that no one is getting the issue any more. I followed his suggestion and still no featured image. Any help would be appreciated

    Apparantly Artisteer themes miss(ed) some vital code making featured images to not appear anymore in posts or pages.
    Took me quite some time to figure out how to solve this, so that’s why I post it here.

    The fix to show the featured image in single posts and/or pages again with Artisteer created themes:

    Modify the following files in /wp-content/themes/your-artisteer-theme/:
    content-single.php (for posts) -and- content-page.php (for pages)
    ———-
    insert:
    ‘thumbnail’ => theme_get_post_thumbnail(array()),

    after:
    ‘before’ => theme_get_metadata_icons(‘edit’, ‘header’),
    ———-

  • The topic ‘Set featured image not working in artisteer theme’ is closed to new replies.