remove page titles from content area

  • zuzukela

    #1440

    how do I remove pages titles from content area? I try but result none(((((( help please.

    P.S. I love graphene and your forum. this is best place for lamers))))

    Admin

    Syahir Hakim

    #15783

    URL to site?

    zuzukela

    #15784

    no not url Syahir. for example, I have pages: HOME,PROJECTS,ABOUT etc. in nav menu. when I click HOME or PROJECTS, under the page also write HOME :S I want clean this :S

    zuzukela

    #15785

    and the second problem for me is that I want insert QTRANSLAte flags on the header area. I dont need widget. I want some css codes with z-index, but its appear only one flag. and I have 3 flags :S

    zuzukela

    #15786

    Is there any solution? :S How hide pages titles on the page?

    Admin

    Syahir Hakim

    #15787

    You need to provide the URL to your site, so that we can take a look at it and help you figure out the necessary codes to add. Please take some time to read the rules.

    zuzukela

    #15788

    I have already read and sorry for troubles. My site is on localhost yet( I’ll try to upload and see you Syahir.

    until I have a screenshot, what I said.

    http://i024.radikal.ru/1107/e0/48798977a4ec.jpg

    zuzukela

    #15789

    when I delete this code from loop.php:

    <?php /* Post title */

    $tag = (is_singular() && !is_front_page()) ? ‘h1’ : ‘h2’;

    echo ‘<‘.$tag.’ class=”post-title entry-title”>’;

    ?>

    ” rel=”bookmark” title=”<?php printf(esc_attr__(‘Permalink to %s’, ‘graphene’), the_title_attribute(‘echo=0’)); ?>”><?php if (get_the_title() == ”) {_e(‘(No title)’,’graphene’);} else {the_title();} ?>

    <?php do_action(‘graphene_post_title’); ?>

    <?php echo ‘</’.$tag.’>’; ?>

    page titles disappear, but also disappear post titles when I enter on the fool post page.

    I want to separate page titles from fool post titles

    Admin

    Syahir Hakim

    #15790

    Insert this in Graphene Options > Display > Custom CSS:

    .page .post-title {
    display: none;
    }

    zuzukela

    #15791

    but it’s also dissappear post titles too((((( I want to hide only page titles

Viewing 10 posts - 1 through 10 (of 17 total)

  • 1
  • 2
  • You must be logged in to reply to this topic.