dmatthes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Chronicle] Page title listed twiceThanks. 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.
Forum: Themes and Templates
In reply to: [Chronicle] Page title listed twiceThank 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’ );
} ?>`Forum: Themes and Templates
In reply to: [Chronicle] Page title listed twiceNo, 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>
Forum: Themes and Templates
In reply to: [Chronicle] Page title listed twiceIt 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. ??
Forum: Themes and Templates
In reply to: [Chronicle] Link from slider to URLThank you! Here’s your theme in use at https://www.balancedcreative.com, so far.
Forum: Themes and Templates
In reply to: [Chronicle] Link from slider to URLFor 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.
Forum: Themes and Templates
In reply to: [Chronicle] Link from slider to URLFor 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.
Forum: Themes and Templates
In reply to: [Chronicle] Link from slider to URLI’d like to link slide images to portfolio items or services.