Archived topic
Table before content
3 replies · Started by Max on August 31, 2017
Hi there!
I want to display a tablepress table between my content and the navigation.
Example: https://www.vergleich.org/fernglas/
Unfortunately my page isn't only right now so I can't provide a link. Is there a possibility to make the table full width before the content and sidebar (as seen in the example) for an individual page?
Let me know if you need more information!
Thanks, Max
Hi Max,
Can you try the after header hook?
http://demo.generatepress.com/hook-locations/
https://docs.generatepress.com/article/hooks-overview/
With conditional tag like this to make it that page only:
<?php if ( is_page( 'your-page' ) ) { ?>
code here
<?php } ?>
Let me know if this works.
It worked perfectly!
Thank you, great support! :)
You're very welcome :)