How to hide Page titles


First Prev Page 2 of 2   
Author Message
Garry

Posted: 1/5/2011
Quote message 

@ Cassie,

Yes, Artisteer used a different code/file structure in 2.5 series but reverted back to Wordpress default twentyten structure in 3.0 series.

In 3.0 beta you can change page headings from page.php
 
jomama

Posted: 1/26/2011
Quote message 

Quote Bob:

This little section in page.php is what puts the title on the page. Remove it or rem it out and no titles will display on your pages.

<h2 class="PostHeaderIcon-wrapper">
<span class="PostHeader"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'kubrick'), the_title_attribute('echo=0')); ?>">
<?php the_title(); ?>
</a></span>
</h2>

This is from a template that has no article header block or icon. If your theme has that you need to take out some additional div tags.




hey bob,
when i click on page.php it doesnt give me any code that looks like the one you posted above ..
this is what shows up...


<div id="art-main">
<div class="art-sheet">
<div class="art-sheet-tl"></div>
<div class="art-sheet-tr"></div>
<div class="art-sheet-bl"></div>
<div class="art-sheet-br"></div>
<div class="art-sheet-tc"></div>
<div class="art-sheet-bc"></div>
<div class="art-sheet-cl"></div>
<div class="art-sheet-cr"></div>
<div class="art-sheet-cc"></div>
<div class="art-sheet-body">
<div class="art-header">
<div class="art-header-jpeg"></div>

</div>
<div class="art-nav">
<div class="l"></div>
<div class="r"></div>
<ul class="art-menu">
<?php echo $menu_items; ?>
</ul>
</div>
<div class="art-content-layout">
<div class="art-content-layout-row">
<div class="art-layout-cell art-sidebar1">
<?php echo $sidebar1; ?>
</div>
<div class="art-layout-cell art-content">
<?php echo $sidebarTop; ?>
<?php echo $content; ?>
<?php echo $sidebarBottom; ?>
</div>
</div>
</div>
<div class="cleared"></div><div class="art-footer">
<div class="art-footer-t"></div>
<div class="art-footer-l"></div>
<div class="art-footer-b"></div>
<div class="art-footer-r"></div>
<div class="art-footer-body">
<?php echo $sidebarFooter; ?>
<?php echo $footerRSS; ?>
<div class="art-footer-text">
<?php echo $footerText; ?>

</div>
<div class="cleared"></div>
</div>
</div>
<div class="cleared"></div>
</div>
</div>
<div class="cleared"></div>


all i want to do is remove the clickable links that show up under the menu bar and above the post itself from all the pages completely

please let me know as ive looked allover and still cant find the answer to this issue

thanks in advance



 
Sarah

Posted: 1/27/2011
Quote message 

You can define your title tags within the wrappers.php file in V3. You'll need to adjust the following code accordingly:

if (!art_is_empty_html($title)){
echo '<h2 class="art-postheader">'.$title.'</h2>';
}

Cassie, if you are trying to hide titles on pages in the newest version of Artisteer, there is actually a little checkbox in the right hand column toward the bottom on both posts and pages that give you the option to hide the page title or post title for single posts.


 
Scott

Posted: 2/5/2011
Quote message 

For the life of me I cannot find the simle way to remove the title link from out of the body of my pages. I did it once on another site, but cannot remember where I found the solution here at Artisteer.

I want the title gone from all pages.

Any suggestions as to where this post would be?
 
Garry

Posted: 2/6/2011
Quote message 

Following threads may be helpful:

http://www.artisteer.com/?post_id=136152&p=forum_post&forum_id=13

http://www.artisteer.com/?post_id=131437&p=forum_post&forum_id=13

 
First Prev Page 2 of 2   

Reply


NAME *
EMAIL
SMILIES :-) :( :-D 8-) :*) :-/ :-{} :-X :-O :-@ O:) :-P :-< :-( :-| ;-) 
CODES [Quote] [B] [I] [U] [Code] [IMG] 
BODY *  
VALIDATION *