Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter dmatthes

    (@dmatthes)

    Thanks. I tried to post on the private support forum. I tried registering twice, with two different e-mails, but never received a confirmation e-mail to activate my account. The first username I used was dmatthes. The second was matthesdarren.

    Thread Starter dmatthes

    (@dmatthes)

    Thank you. I added the code at the end of the function.php file, but the title still appears twice.

    Here’s what the end of my functions.php file looks like:

    `/*===================================================================================
    * Add Author Links
    * =================================================================================*/
    function weblizar_author_profile( $contactmethods ) {

    $contactmethods[‘youtube_profile’] = ‘Youtube Profile URL’;
    $contactmethods[‘twitter_profile’] = ‘Twitter Profile URL’;
    $contactmethods[‘facebook_profile’] = ‘Facebook Profile URL’;
    $contactmethods[‘linkedin_profile’] = ‘Linkedin Profile URL’;
    $contactmethods[‘flikr_profile’] = ‘Flickr Profile URL’;
    $contactmethods[‘dribble_profile’] = ‘Dribble Profile URL’;
    $contactmethods[‘pintrest_profile’] = ‘Pintrest Profile URL’;
    $contactmethods[‘googleplus_profile’] = ‘GooglePlus Profile URL’;
    $contactmethods[‘skype_profile’] = ‘Skype ID’;
    $contactmethods[‘rss_profile’] = ‘RSS LINK URL’;

    return $contactmethods;
    }
    add_filter( ‘user_contactmethods’, ‘weblizar_author_profile’, 10, 1);

    ?>

    <?php if ( ! function_exists( ‘_wp_render_title_tag’ ) ) {
    function chronicle_render_title() {
    ?>
    <title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>
    <?php }
    add_action( ‘wp_head’, ‘chronicle_render_title’ );
    } ?>`

    Thread Starter dmatthes

    (@dmatthes)

    No, I’m not sure why the site title is listed in the page source twice. It seems to be only with the Chronicle Pro theme. I tried switching to other themes, and it’s only listed once. If you go to https://www.balancedcreative.com and look at the page source, you’ll see it listed twice:

    <title>Balanced Creative | Freelance graphic design, writing and editing for Web, print and video – Sioux Falls, South DakotaBalanced Creative | Freelance graphic design, writing and editing for Web, print and video – Sioux Falls, South Dakota</title>

    Thread Starter dmatthes

    (@dmatthes)

    It shows up twice in the page source. I didn’t want that to be a problem when people bookmark the site or search engines craw it. ??

    Thread Starter dmatthes

    (@dmatthes)

    Thank you! Here’s your theme in use at https://www.balancedcreative.com, so far.

    Thread Starter dmatthes

    (@dmatthes)

    For instance, if someone clicks on a slide image, I would like to be able to specify a link to another page on the same site. That other page could be a portfolio item or a page, etc.

    Thread Starter dmatthes

    (@dmatthes)

    For instance, if someone clicks on a slide image, I would like to be able to specify a link to another page on the same site. That other page could be a portfolio item or a page, etc.

    Thread Starter dmatthes

    (@dmatthes)

    I’d like to link slide images to portfolio items or services.

Viewing 8 replies - 1 through 8 (of 8 total)