title

Globally Remove Page Titles

Tom – I was thinking of an easy way to accomplish this – perhaps having the toggle on the page or post Admin panel?

center titles in pages but not posts

I have been using the CSS /* formatting for post and page titles if displayed */ h1.entry-title, article.page .entry-header h1.entry-title { text-align:center; } to center titles on all the pages and posts on my website. But I’d like to switch so that my posts go to the default left alignment while my page titles are … Read more

Simple CSS: Override title on blog not working?

I’m having a little difficulty with a CSS override on the blog page. The idea is to have sub-headings (such as titles) on our web page in a different font and color than the body (content). We can almost get there by setting the font in Appearance > Customize > Typography > Headings; here we … Read more

Page Header Title styling

Hello there, I am loving the Page Header function! Awesome full width and paralax! I have made a Global Page Header for my single posts. And I have this in the content box: <h1>{{post_title}}</h1> {{post_date}} | {{post_author}} And I’m looking for a way to make the title and date + author to sit lower in … Read more

How to Add Title to IMG tag on Single page?

Hi, How to add Title tag in IMG tag on Single post page? I want right after https://puu.sh/xxIe6/27593a3458.png . I tried restore-image-title.1.5 plugin, but id did nothing. Let me know!

Switch between the date and page title in single posts

Hi There. Is there a way of switching between the post title and the date so the date will be below the page title in single posts? Thanks! Guy http://80.179.140.91/~condor/book-reviews/terry-fox-run-2016-toronto/

Post title, author, date and featured image in header? [screenshot]

Hi Tom, I’ve been trying to achieve something like this with GP: So far, the closest I’ve gotten is hiding the title and featured image, then recreating them in the content header with some HTML. It’s not ideal so I’m hoping there’s a way to actually pull those elements into the header, as shown in … Read more