jakefreeland
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Drop Down Menu Font Color IssueI figured a solution to the problem, though it is an indirect route. I changed the menu head to a tag. So it is “jakefreeland.com/tag/xbox” instead of “jakefreeland.com/xbox”. I then changed each sub-menu from a tag “jakefreeland.com/tag/skyrim” to a category “jakefreeland.com/skyrim”. By doing this, The menu Xbox stands with no background, but upon hovering over it — the category is highlighted blue and other categories are not highlighted at all.
Forum: Fixing WordPress
In reply to: Sharing Posts via FacebookThanks for all of your help. =]
Forum: Fixing WordPress
In reply to: Sharing Posts via FacebookMy site title is — jakefreeland.com
My site tagline is — personal blog of jake freelandForum: Fixing WordPress
In reply to: Sharing Posts via Facebook<title> <?php if (function_exists('is_tag') && is_tag()) { single_tag_title("Tag Archive for ""); echo '" - '; } elseif (is_archive()) { wp_title(''); echo ' Archive - '; } elseif (is_search()) { echo 'Search for "'.wp_specialchars($s).'" - '; } elseif (!(is_404()) && (is_single()) || (is_page())) { wp_title(''); echo ' - '; } elseif (is_404()) { echo 'Not Found - '; } if (is_home()) { bloginfo('name'); echo ' - '; bloginfo('description'); } else { bloginfo('name'); } if ($paged>1) { echo ' - page '. $paged; } ?> </title><meta name="title" content="<?php if (function_exists('is_tag') && is_tag()) { single_tag_title("Tag Archive for ""); echo '" - '; } elseif (is_archive()) { wp_title(''); echo ' Archive - '; } elseif (is_search()) { echo 'Search for "'.wp_specialchars($s).'" - '; } elseif (!(is_404()) && (is_single()) || (is_page())) { wp_title(''); echo ' - '; } elseif (is_404()) { echo 'Not Found - '; } if (is_home()) { bloginfo('name'); echo ' - '; bloginfo('description'); } else { bloginfo('name'); } if ($paged>1) { echo ' - page '. $paged; } ?>">I now see that it is reading as follows —
<title>The Evolution of Bowser - jakefreeland.com | jakefreeland.com</title>— in both my title and <meta name=”title” content=.So, I should delete the provided code and replace it with the Facebook OG?
Forum: Fixing WordPress
In reply to: Sharing Posts via FacebookI think we might have had a bit of confusion?
To me, it seems like the Facebook Open Graph would be used if someone is trying to like my page in general (actually liking jakefreland.com).
However, what I am saying is when someone likes an individual post on my website it is displaying as such on Facebook — “[whatever the post title is] – jakefreeland.com – jakefreeland.com” — instead of what I want which is this –> “[whatever the post title is] – jakefreeland.com”
But maybe you are right and I am just doing it wrong…
I guess what I am trying to say is this — I don’t understand why it would post “jakefreeland.com” twice instead of just once. Or instead of posting my website description.
Forum: Fixing WordPress
In reply to: Sharing Posts via FacebookThanks for the effort.
Forum: Fixing WordPress
In reply to: Sharing Posts via FacebookI tried it, but it is still doing the same thing as the example that I posted above.
Forum: Fixing WordPress
In reply to: Sharing Posts via FacebookSo basically, I just throw the given code in my header and personalize it to my site?
Forum: Fixing WordPress
In reply to: Sharing Posts via FacebookI am not using a plugin, just copy/pasting a link to Facebook.
Forum: Fixing WordPress
In reply to: Sharing Posts via FacebookThis is what happens when someone likes my posts on Facebook. Example
Forum: Themes and Templates
In reply to: Drop Down Menu Font Color IssueIf I change the coding in
#wrap li.current-menu-item a {color:#fff; }/* Class for any other current Menu Item */then it changes the sub-menu font color to #009DFF. However, by doing so it also makes the font color of any selected menu #009DFF, which means when I am on any menu it does not display any font (because it is blue on blue), it only displays a blue box.Forum: Themes and Templates
In reply to: google analyticsIt took an hour or so for it to show as installed for me.
Forum: Themes and Templates
In reply to: Drop Down Menu Font Color IssueBump, still looking for some help!