![]() |
How would I remove this plugin page title?
I'm using the datafeedr plugin, and you can see on my website the page title "Store" comes up, I want to remove this properly, people who use the twenty ten theme simply just use the following method.
But how would I apply this method to the Atahualpa theme? 1. Open /wp-content/themes/twentyten/page.php 2. Look for the following lines: Code:
<?php if ( is_front_page() ) { ?> Code:
<?php if (!is_dfr()) : ?> 4. Save and close the file. Basically, you are just adding a conditional statement that says, 'If you are not viewing a store page, show the page title'. Further usage of the is_dfr() function include: Code:
<?php if (!is_dfr()) : ?>This is NOT a Datafeedr page.<?php endif; ?> Code:
<?php if (is_dfr()) : ?>This IS a Datafeedr page.<?php endif; ?> Code:
<?php if (!is_dfr()) : ?> This is from the datafeedr forum. Anybody's help would be much appreciated. |
With Atahualpa there are a couple of options.
HTML Code:
body.page-id-7 .post-headline { |
All times are GMT -6. The time now is 07:15 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.