• Resolved gesblog

    (@gesblog)


    I’d like the site description of my website showed in the front page. I added this code, but I didn’t get any results:

    <title><?php wp_title( ‘|’, true, ‘right’ ); ?><?php if( is_front_page() ) { ?> | <?php bloginfo(‘description’); } ?>
    </title>

    My website: http://rutcriado.com

    Any idea of how can I solve this?

The topic ‘Site description not showing’ is closed to new replies.