How to create a side content area?

Posted in: Newspaper
Post count: 16

I need to create a side content area.

The catch is that I need one for both Pages/Templates built with the TagDiv composer, and Posts made without it (using the default single.php).

Is here a way to add some html using hooks? How can I hook after the Header (which is built with the Tagdiv Composer) Click here to see what I am after

Post count: 18283

Hello !

You can do this with tagDiv Composer as you can see here: https://www.youtube.com/watch?v=fa7GenCHcBU&t=1s

Or you can do it as you can see here for standard templates: https://www.screencast.com/t/71RcPmMO

Thank you !

Post count: 16

I see how I can do that in Tagdiv Composer, however there is no way to what I want to do standard templates.

The problem is that I need a SECOND content area/sidebar. That sidebar needs to be called AFTER the header, but BEFORE the_content. Therefore, I think I have to do this with a hook.

Post count: 18283

Hello !

I am sorry for misunderstanding ! Indeed this will require some custom work which unfortunately it is not covered by the support team.

You can use child theme as you can see here: https://forum.tagdiv.com/the-child-theme-support-tutorial/ but this will only work for standard templates.

Thank you !

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