How Write Post Title Bottom Of The Post?

Posted in: Newspaper
Post count: 40

Hello Team ‘TagDiv’

I am Using Post Template 9, and i want to write my post title bottom of the post?

Link :- http://www.planetbomb.net/heres-your-basic-explanation-of-how-computers-work/

Screenshot :- http://prntscr.com/a70p41

It will be so nice of your early response.

Thanks, Tintin

Post count: 22421

Hi,
I’m not sure of you want to duplicate the title or move it completely from the top of the page to the bottom part. In any case you can access the loop-single-9.php file and move this code: http://screencast.com/t/m4AHxUjO
Thanks.

Post count: 40

Hi,
Thanks for your reply, I want to move it completely from the top of the page to the bottom of the post.
And I like to say I’m newbie in WordPress. Would you like to explain me all about this?

My current post style :- http://prnt.sc/a8i8uj

I want make it :- http://prnt.sc/a8i9a7

please explain as much you can…

Thank.

Post count: 22421

Hi,
The post style you showed in your screenshot is not post style 9 as you said above. Post style 9 is a video post style and it displays like so: http://demo.tagdiv.com/newspaper/td-post-major-deep-feelings-january-2015-deep-house-mix/
AS you can see the title is below the video in this post style exactly as your screenshot of the scuba diver shows. you can switch post templates from here: http://screencast.com/t/PrbZi8if
Thank you!

Post count: 40

Hi thanks for reply,

here you can see i am using template 9

http://prnt.sc/a9g3kt

its really disappointing myself.. anyway, a better solution would be so helpful.

Thanks 🙂

Post count: 22421

Hi,
The method is the same as my reply above. If you wish to move the title further down, you will have to edit the theme files. There is no other way. it will have to be done from the code. You need to edit loop-single-9.php from the root folder. There you will see this part of code: http://screencast.com/t/O2thZA7mTa
You will have to move it further down inside the file: http://screencast.com/t/aGJoXWlv
Thanks.

Post count: 40

Hi, thank you so much.. now i understand what i have to do..
Best wishes for you.

Post count: 40

Hello,

Thanks for your tips, its working very nice, but after moving the title in the bottom, I can’t customize font size, line height and weight. What can I have to do?

screenshot:- http://prnt.sc/a9v8i2

Link :- http://www.planetbomb.net/

Thanks

Post count: 22421

Hi,

That is because you moved it from the header section. Everything you move from the default state will have consequences. You cannot adjust elements like that without compromise. If you want to control it again from the theme panel, you have to add the title back into the header. Or you can target it with css:
.single_template_9 .entry-title{
font-size: 32px;
line-height: 40px;
margin-top: 33px;
margin-bottom: 23px;
}

Add this code in the theme panel->custom css box and change the values to your preference.

Thank you!

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