Forum Replies Created
-
AuthorPosts
-
irishfan
MemberThanks braddalton! Will check that out! 🙂
irishfan
MemberAwesome! thanks Davinder!
irishfan
MemberAnyway to keep my logo image and still remove the url link?
Thanks!
irishfan
MemberThanks Brad! Ok so I figured out I need to add that code which I did to the functions.php file in the magazine pro theme. However the code allowed me to modify the url but it also removed my logo image. So I fixed one problem to get another lol
Here is the code i added:
//* Modify the header URL
add_filter('genesis_seo_title', 'sp_seo_title', 10, 3);
function sp_seo_title($title, $inside, $wrap) {
$inside = sprintf( '%s', esc_attr( get_bloginfo('name') ), get_bloginfo('name') );
$title = sprintf('<%s id="title">%s</%s>', $wrap, $inside, $wrap);
return $title;Its pulling the 'name' of blog instead of logo...
Is there a way to keep my logo image and still change the url?
Thanks!
irishfan
MemberThanks! Would that be the child or parent theme? I checked both and cant find that code in the functions.php file...
-
AuthorPosts