You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Image plugin?

UserPost

11:40 am
June 3, 2011


Taurus

Member

posts 6

1

Can anyone recommend an image widget or plugin that is compatable with flexibility3?  I've tried a couple from the WP site, but no luck.

 

Thanks in advance.

8:30 am
June 15, 2011


Ryan

Admin

posts 1547

2

You mean just a widget that allows you to insert images into the sidebar?  You could just use a text widget and some HTML linking to your uploaded image like this:

<img src="http://domain.com/wp-content/uploads/image.jpg" />

Just upload your image to the media library, then copy the File URL after upload.  Paste that into the src parameter above and the image should show fine.

2:34 am
July 13, 2011


joedong

New Member

posts 1

3

aut_image_save is compatable with flexibility3

just like  <img src="http://www.mercora.com/wp-content/uploads/image.jpg" />

Ryan is another way to …