Skip to content
Antonio D edited this page Mar 30, 2020 · 19 revisions

Welcome to the books4languages-book-child-theme-for-pressbooks wiki!

Future code:

Hide Summary secction

Summary and other extended content is only available to registered users.

<style> .textbox.textbox--summary{ display: none; } </style>

Activate for a specifical page // wp-print integration hide exercises global $post;

if( false !== strpos( $post->post_name, 'print' ) ) { // Do Things ?>

<style> .textbox .textbox--exercise{ display: none; } </style>

Clone this wiki locally