pehlavoon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding a local nav to a pageAlso here is the template I am using for my pages and it’s page.php
Forum: Fixing WordPress
In reply to: Global navigation issueIs anyone going to help me with this?
Forum: Fixing WordPress
In reply to: custom title tag for each category pageRev. Voodoo,
I can not thank you enough. This plugin actually does exactly what I want and works just fine.
Thank you again for your help.
Forum: Fixing WordPress
In reply to: Title tag for categories and metaWell, I would like to display something like:
Search Engine Optimization SEO, Internet Marketing Vancouver Web Design Company
Forum: Fixing WordPress
In reply to: Title tag for categories and metaHi Jarret,
It’s set to:
%category_title% | %blog_title%
Forum: Fixing WordPress
In reply to: SEO ultimate and meta description tagThe problem is solved guys. I simply had to remove and add the plugin again. That did it! 3 hours down the drain.
Thanks for helping. I really appreciate it!
Forum: Fixing WordPress
In reply to: SEO ultimate and meta description tagWell, I tried it all.
<?php we_head(); ?>is there and was always there. I removed the title and description codes in the header and thought the plugin adds the code and it didn’t.I tried:
<title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title>
and the title came up. So that’s okay but the description is still empty.I tried:
<meta name="description" content="<?php bloginfo('description'); ?>" />
and still nothing.I am at a loss. Please help because it’s literally driving me nuts. Thank you!