0
votes

I am making a website using Responsive theme from Wordpress https://wordpress.org/themes/responsive/

Responsive has a box that is titled "Featured content" and the instructions are: "paste your shortcode, video or image source".

I need to display image there. I can't find any tutorials on that.

Also, I don't know how to set (in that theme? where?) which image is featured.

I saw that functions.php file has function responsive_page_featured_image() but when I type [responsive_page_featured_image] into that box, no picture gets displayed. Where do I set the featured image?

Wordpress summary of shortcodes does not have [image]... Other stuff it does have, like [gallery] seem to be made in Wordpress, not from the theme. https://en.support.wordpress.com/shortcodes/

REsponsive's link to their forum is broken...

SO what should I paste into that box?

Thanks!

1
The link to their forum worked for me at wordpress.org/support/theme/responsivechatnoir
Thanks that works! The link off the Responsive page gives 404 errorMilica B

1 Answers

0
votes

It seems they are rendering the content as it is. So, I believe you can add img tag to display image. Example:

<img src="https://placeimg.com/640/480/nature/1" alt="" />