Thumbnails not working after installing code
-
I love this plugin, but I can’t get the thumbnails to showup on my site. I did add the following code to the custom CSS section, but it’s still not coming up. Do I have to change some of the coding in this code?
<?php
add_action( ‘iworks_upprev_image’ , ‘default_image’ );
function default_image()
{
return ‘<img src=”image.png” alt=”” />’;
}
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Thumbnails not working after installing code’ is closed to new replies.