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
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
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
Although two week has passed since the reply, since there is no reply, it changes into ending with solution.