Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter jakefreeland

    (@jakefreeland)

    I 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.

    Thread Starter jakefreeland

    (@jakefreeland)

    Thanks for all of your help. =]

    Thread Starter jakefreeland

    (@jakefreeland)

    My site title is — jakefreeland.com
    My site tagline is — personal blog of jake freeland

    Thread Starter jakefreeland

    (@jakefreeland)

    <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?

    Thread Starter jakefreeland

    (@jakefreeland)

    I 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.

    Thread Starter jakefreeland

    (@jakefreeland)

    Thanks for the effort.

    Thread Starter jakefreeland

    (@jakefreeland)

    I tried it, but it is still doing the same thing as the example that I posted above.

    Thread Starter jakefreeland

    (@jakefreeland)

    So basically, I just throw the given code in my header and personalize it to my site?

    Thread Starter jakefreeland

    (@jakefreeland)

    I am not using a plugin, just copy/pasting a link to Facebook.

    Thread Starter jakefreeland

    (@jakefreeland)

    This is what happens when someone likes my posts on Facebook. Example

    Thread Starter jakefreeland

    (@jakefreeland)

    If 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.

    It took an hour or so for it to show as installed for me.

    Thread Starter jakefreeland

    (@jakefreeland)

    Bump, still looking for some help!

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