Hi again.
So I need to REMOVE a page title from the layout on ONE PAGE ONLY.
I saw a thread that takes them all out, but i need it for only one page.
How do I do so?
-Thanks.
Hi again.
So I need to REMOVE a page title from the layout on ONE PAGE ONLY.
I saw a thread that takes them all out, but i need it for only one page.
How do I do so?
-Thanks.
Hi,
Sorry to intrude, but could you let me know how to remove a page title from ALL Pages?
I can't seem to find the thread.
Thanks!
http://www.kriesi.at/support/topic/how-to-remove-page-titles
I still need MY question answered. Help.
You can make a new template - make a copy of your template_fullwidth.php and change following code:
<?php
/*
Template Name: Full Width
*/
to
<?php
/*
Template Name: No Headline
*/
and rename your template_fullwidth.php to anything you like. Then you need to delete following code from your new template:
<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>
Now you go to your admin panel - there you create your page and as the template you choose your no-headline.php template
The Dude
I love you Dude.
Thanks.
You must log in to post.