• Resolved crh1982

    (@crh1982)


    So I have a question without getting rid of the tagline at the top it repeats it at the end of each page how do i get rid of it at the bottom I only want it at the top thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author nobita

    (@nobita)

    Hi crh1982

    Please tell me Your tagline position,

    On Header image or Site top right ?

    You want tagline shows front page only

    and another page ( archive categories tags single post page ) shows footer ?

    Do I understand your question?

    Thank you

    Thread Starter crh1982

    (@crh1982)

    Well im using the dark raindrops theme and when i go to quick edit on that single page i have the opyion to have diffrent page syltes and on the front portfolio template it show my site title thats on the top also at the bottom not in the footer but desnt seem to do it in any other page template

    Theme Author nobita

    (@nobita)

    header.php

    line 39

    echo raindrops_site_description( );

    change below

    if( is_front_page() ) {
    			echo raindrops_site_description( );
    		}

    front-portfolio.php

    add to below code get_footer( $raindrops_document_type ) before

    <div style="text-align:right;margin:0 10px;">
    <?php		echo esc_html( get_bloginfo( 'description' ) ); ?>
    </div>

    Thank you

    Theme Author nobita

    (@nobita)

    Although two week has passed since the reply, since there is no reply, it changes into ending with solution.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘title line for raindrops’ is closed to new replies.