Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages »

[SOLVED] How to hide page's names from every page?


 
Prev Previous Post   Next Post Next
  #1  
Old Feb 28, 2010, 04:32 PM
buonumore
 
4 posts · Feb 2010
Lugano (TI) Switzerland
Help [SOLVED] How to hide page's names from every page?

Hello everyone!

I found the answer to my question in this thread:
http://forum.bytesforall.com/showthr...es+titles+body

But still have a question: where do I have to replace the PHP code that Flynn indicates (post 2, point 3):

PHP Code:
<?php 
if (!is_page()) { ?>
        <div class="post-headline">    
        <h2><?php 
        
if( !is_single() AND !is_page() ) { ?>
            <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php 
            
if (function_exists('the_title_attribute')) { 
                
the_title_attribute();
            } 
            elseif (
function_exists('the_title')) { 
                
the_title();
            } 
?>"><?php 
        
the_title(); 
        if( !
is_single() AND !is_page() ) { ?>
            </a><?php 
        
?>
        </h2>
        </div>
<?php ?>
I'm using Atahualpa 3.4.6.

I've searched in the Atahualpa theme options, but couldn't find such an option. I suppose I have to work in the CSS or a file... but don't know which/where!

Thanks a lot for your help!
 

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Hide certain categories from main page? bobdobolina Center area post/pages 12 Aug 26, 2010 01:39 PM
[SOLVED] How to hide all tags on every page? dougc Center area post/pages 2 Feb 9, 2010 03:01 PM
Need to Increase Spacing Between Page Names in Menu Bar edvandyke Header configuration & styling 1 Oct 12, 2009 02:16 PM
[SOLVED] How to hide page titles on the home page Tim F Post-Kicker, -Byline & -Footer 1 Aug 22, 2009 04:18 AM
real page names matty5490 Atahualpa 3 Wordpress theme 4 Feb 4, 2009 03:27 PM


All times are GMT -6. The time now is 01:45 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.