[Plugin: Custom Post Widget] featured image support
-
I have Custom Post Widget installed an working OK under WP 3.2. I have one Content Block in a sidebar widget. The title and content are output OK.
The Custom post has a featured image loaded and I want it to show in the display.
I have these present in functions.php
add_theme_support( 'post-thumbnails' ); function InsertFeaturedImage($content) {...}
However this is not displaying the image.
This is in a custom theme.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘[Plugin: Custom Post Widget] featured image support’ is closed to new replies.