Move date and time from top to bottom article

Posted in: Newspaper
Post count: 73

Dear All, from theme Newspaper Tagdiv Default, Style 2, how I can move date from top of the post, to bottom post.

Where I have to edit files?

Please check attached images:

Before
before

After
after

  • This topic was modified 8 years by 4l4.
Post count: 20688

Hi,

You will have to modify the post template files in order to do something like that. These are the post template files (they are located in the main theme folder)
https://www.screencast.com/t/8sl8viSg3B
In this example I will modify post template default as you mentioned. This is the section of code that displays the post author and other meta
https://www.screencast.com/t/X9xwW99oj
Move it above the tags if that is where you want the meta to appear
https://www.screencast.com/t/i3KKekvvQOlV
The result will be like this
https://www.screencast.com/t/D0FUa5LvUxsm
The design does not apply anymore since the code is now not part of the post header. Creating a new header around the moved code would be a solution
https://www.screencast.com/t/kMycoYEjKPh
Or style them with CSS
https://www.screencast.com/t/niqaihO7
This is the code that must be entered in the theme panel custom CSS section
https://pastebin.com/phxadSE2

Thanks

Post count: 73

Dear Simion,
seems to be all clear!

Another question about: these changes can be done in child template folder?

Post count: 20688

Glad it worked. All the post template files can be customized in a child theme, so that is possible. A child theme is provided in the theme package
https://forum.tagdiv.com/the-child-theme-support-tutorial/

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