Skip to content
Antonio D edited this page Mar 31, 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> <style type="text/css"> YOUR CSS CODE HERE </style> <script type="text/javascript"> YOUR JS CODE HERE </script>

Insertar códigos CSS y JavaScript en

o antes de .

Clone this wiki locally