Call Feature image

Posted in: Newspaper
Post count: 9

I am trying to get the URL of my feature image on a post. I know how to get the URL of the post and the title (as shown below),

$buffy .= ’ . $this->href . ‘ $buffy .=’ . $this->title . ‘

How do I get the URL of my featured image?

$buffy .=’ . $this->???? . ‘

Help will be appreciated 🙂

Post count: 9544

Might try the WordPress codex (official docs). The “featured image” is a WordPress built-in function, not managed by the theme.

http://codex.wordpress.org/Function_Reference/wp_get_attachment_thumb_url

http://codex.wordpress.org/Post_Thumbnails

Post count: 9

Okay, so it is not possible to call it from

$buffy .=’ . $this->???????? . ‘ ?

Can I make a function and call it?

Post count: 3343

Hi,

Here is the featured image in post http://screencast.com/t/Z9goOGgE9 or this is in modules http://screencast.com/t/EykgnzFkoyHb

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.