I have found your answer to this one, for the Avisio, but not for Newscast:
How to avoid repeating the menu title, on the page itself, as seen here:
http://www.kipfitoficinas.com/wp-content/uploads/2010/09/title.tiff
Thank you
Vasco
I have found your answer to this one, for the Avisio, but not for Newscast:
How to avoid repeating the menu title, on the page itself, as seen here:
http://www.kipfitoficinas.com/wp-content/uploads/2010/09/title.tiff
Thank you
Vasco
To remove the title, delete following in page.php:
<h1 class="entry-heading">
<a href="<?php echo get_permalink() ?>" rel="bookmark" title="<?php _e('Permanent Link:','newscast')?> <?php the_title(); ?>">
<?php the_title(); ?>
</a>
</h1>
This code is also used in template_fullwidth.php (fullwidth pages) and in single.php for posts /blog entries if you want to remove the headline from these templates too.
The Dude
All is good. Txs a lot!
Hello!
When I delete this code in in template_fullwidth.php (fullwidth pages) and in single.php the page is broken . The right sidebar go to the left.
"Avisio Theme"
Thank You
Leonardo
I tested it on my server and the modification works as expected - please try it again, mabe you deleted a div tag by mistake. I've tested it with one and two sidebars...
Sorry: "I use Avisio Theme"
In Avisio you need to remove following code from single.php and template_fullwidth.php :
<h1 class="siteheading">
<a href="<?php echo get_permalink() ?>" rel="bookmark" title="<?php _e('Permanent Link:','avisio')?> <?php the_title(); ?>"><?php the_title(); ?>
</a>
</h1>
The Dude
Hello
Works fine in pages with "full width" template.
..but in pages with "default template" and "contact" template doesnt work.
Thank you!
Hey,
You need to make the same change to page.php (for regular pages) and template_contact.php (for the contact page).
James
Hello
...doesn't work fine in pages with "default template" ( I tested to remove the same code in page.php )
The right sidebar go to the left.
I need to create a new template ?
Thanks!
I resolve. Was my responsibility...
Thanks!!
Glad that you solved your problem..
You must log in to post.