wordpress - Tumble theme: styling "single post" view -


For my blog index, I use the small-isha image (250px wide).
If I see a single post, then I should have it big (500 pixels wide, for example).

Is this possible? I can see only one block which applies to all posts
I think I'm equal to single.php for WordPress.

Thank you!

  {block: post} {/ block: posts}   

/ pre>

and

  {block: permalinkPage} {/ block: permalinkPage}   

The first set is a regular way of displaying your post, where the tag's The second group only targets the "single" pages if I want to change the views between the index page and the single page, what will I do, I'll wrap one set in another, like:

  General posts shown on {block: Posts} // homepage Block: post} {block: permalink page} {block: post} // when the post is displayed in "target" ... {/ block: posts} {/ block: permalinkPage}   

Hope it helps & amp; Works :)

Comments