Change Post header style in Post template 7

Posted in: Newsmag
Post count: 3

I’d like to use a POST TEMPLATE 7 (without featured image) with Big Style post header from PT 2 or 3.
Iam using PT 7 without sidebar for full width gallery page, but I really need BIG style post header from PT 2 or 3.

I thought about styling it like the Big one(2,3) but PT 7 is connected with the default post template and they share their post header css.

iam pretty good with code customization so if you guys could point me to the right place where and what I need to edit that would be great couse I cant figure this one out on my own.

Copy the PT 3 header to PT 7 ? or
add a separate css class for PT 7 header and style it ?

ps.
That would also be nice for a feature – when selecting NO SIDEBAR (FW 100%) in post settings, Post Header automaticly changes up for the big one.

Thank You
Regards
L

Post count: 7909

Hi,

You would need custom work for that you have to make changes in loop-single-7.php and also in single_template_7.php like post template was created.
The easiest way is to use post template that you need(2 or 3) and comment/delete featured image code: http://screencast.com/t/1dlKLhwChttp://screencast.com/t/sZbxVuaUUghx

Thanks!

Post count: 3

Thank You for Your reply

Yes I’ve thought about it, but then I’ll lose featured images permanently on all other posts that uses PT 2 or 3… and I need them so this solution is no good.

Imanaged to do this anyway by duplicating PT3 as 7 without the feautred image.

Post count: 3343

Hi,
What you can do is to create another post template, a new one and customize it like you want. Add it here in td_config.php file(template 9).

Then copy a similar template that you want to achieve and rename it in single_template_9.php You see in config what files you need. Also this template require a loop file. Create a loop-single-9.php file. In this two files you can modify everything will not affect other templates.

Also you need some CSS to customize it like you want.

Hope this help!
Thanks for the message!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.