Hi, using wordpress, I need to remove a "call to action header" (long strip of writing at the top of all pages) from 1 particular page. When I opened theme PHP files I found this:
PHP command to remove header from one page?
10
Hi, using wordpress, I need to remove a "call to action header" (long strip of writing at the top of all pages) from 1 particular page.
When I opened theme PHP files I found this:
Can I safely edit this to stop it on that one page?
Thanks.
When I opened theme PHP files I found this:
Code:
<header id="header-action" class="group"> <div class="margin group"> <?php echo do_shortcode( shortcode_unautop( wpautop( prima_get_setting( 'calltoaction_text' ) ) ) ); ?> <a class="header-action-button" href="<?php prima_setting( 'calltoaction_url' ); ?>"> <?php prima_setting( 'calltoaction_button' ); ?> </a> </div> </header>
Can I safely edit this to stop it on that one page?
Thanks.
- DJL
- Lanii
- Beavis
- [1] reply
- RobinInTexas
- [2] replies
- kevbo22
- KittyPoo
Next Topics on Trending Feed
-
10