Copy & Paste the following… this should get you want you want if I’m understanding you correctly:
[mtphr_grid span="3" start="true"]
[mtphr_post_block thumb_size="thumbnail" excerpt_length="50"]
[/mtphr_grid][mtphr_grid span="3"]
[mtphr_post_block offset="1" thumb_size="thumbnail" excerpt_length="50"]
[/mtphr_grid][mtphr_grid span="3"]
[mtphr_post_block offset="2" thumb_size="thumbnail" excerpt_length="50"]
[/mtphr_grid][mtphr_grid span="3" end="true"]
[mtphr_post_block offset="3" thumb_size="thumbnail" excerpt_length="50"]
[/mtphr_grid]
but the only prob is the post content title is going way to long is there any ways i could put $title length
No, there isn’t a setting for that. You could either use the built in filter to setup the post block however you want… or the easier way would be to use custom css (CSS3) to trim the length. Take a look here: http://css-tricks.com/snippets/css/truncate-string-with-ellipsis/
could u help me with dat code i have put dat code in child theme style.css and wat shld i do next pls bear wid me im new to all this
Could you provide a link to the page on your site that is displaying the post blocks? I’ll get you more specific css if I can take a look at your source code.