author by line

Posted in: Newspaper
Post count: 64

is there an option to enable the author under the title?
i.e. TITLE OF POST
by John Smith

Thanks

Post count: 3343

Hi,
Yes, check in each module file and un-comment this line: http://screencast.com/t/yiOi1L4g

and for post page this one: http://screencast.com/t/G1WI65MjdE

Thanks!

Post count: 64

Thanks for your help but I am still not seeing the by ______ at the top of the posts

Post count: 64

Sorry I am. It was word-wrapping because the author is placed after (and on the same line) as the categories of the post. Would it be simple to have it before the categories with a break?

Post count: 854

hi,

many things are possible.

Thanks for you message.
Radu A.

Post count: 64

Ha, thanks. I Would like the
TITLE
by _____
Categories

Right now it is
TITLE
Categories by __________

Post count: 3343

Hi,
http://screencast.com/t/IagVowggAhoB

And add this CSSin Theme panel -> Custom CSS

.td-post-text-content {
    clear: both;
}
Post count: 64

Thank you that did it!

Post count: 64

Is there a way to do this so that each update I don’t have to go back and change this? thank you

Post count: 6600

Hi,

You could use the child theme and only change the files there, but a change due to an update to the files you have already changed using child theme would mean that you will also need to make that changes one again. Here you have the documentation for the child theme: https://forum.tagdiv.com/child-theme-documentation/
Other solution for this would be to make a copy of the file you changed content/code and when the theme updates just replace the file content/code with the one you have, the same way here, you will need to follow the change log on each theme, update to check if the file you have didn’t change within that update,

Thanks

Post count: 9544

And of course, many of us have (ahem) requested since last November, that the author byline on post pages be “on” by default, and “comment out” to turn off, since all real newspapers have bylines for stories and the theme is called “Newspaper.”

Consider this a reminder “poke” that most of us would prefer the option to be “on” by default for a newspaper site, not an option which has to be hacked every update.

Post count: 6600

Hi Christopher,

I have just added this on our todo list for the next update.

Thanks

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