Post Thumbnail in BP-Default Theme
-
Trying to use Justin’s get_the_image plugin to display post thumbnail on the homepage, but unfortunately its all messed up.
Here is the css :
`div.thumbnail1 {float: left;}`and the code in index.php :
`<a href="”>’http://localhost/wordpress/wp-content/uploads/2010/12/default1.jpg’,’custom_key’ => array( ‘feature_img’ ), ‘size’ => ‘medium’, ‘width’ => ’70’, ‘height’ => ’70’, ‘image_class’ => ‘post_thumbnail’) ); ?>`
The post excerpt is rendered below the image, though I’d like it to be on the left side. Any idea how to get this working?
TIA
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Post Thumbnail in BP-Default Theme’ is closed to new replies.