zoleytaylor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to use Post Tags for Meta Keywordsyep, you need to echo the name values from the array… i wrote you this code:
<meta content="<?php if( is_singular() ) { $keywords = get_the_tags(); if( $keywords ) { foreach($keywords as $keyword) { echo $keyword->name . ', '; } } } else { echo('your, custom, keywords, for, list, pages'); } ?>" name="keywords" />Forum: Fixing WordPress
In reply to: How to use Post Tags for Meta Keywordstry
get_the_tags()😉 it works the same asthe_tags()but without linking each tag…Forum: Fixing WordPress
In reply to: tags: is there an “OR” relation in wp?i’ve found it 🙂 http://codex.wordpress.org/Template_Tags/query_posts / Multiple Tag Handling
Forum: Fixing WordPress
In reply to: tags: is there an “OR” relation in wp?yes or no?
Forum: Everything else WordPress
In reply to: Category Problemsi think you should paste the error message here. probably there’s a problem with the pagination function…
Forum: Fixing WordPress
In reply to: api key issue (on my own domain)thanks for your reply 🙂
i know the differences between WP.org and WP.com, my problem was i can’t contact them via their contact form, because i’m forced to add a wordpress.com blog address… their forum rules sent me here (http://en.forums.wordpress.com/topic/7-things-to-know-before-posting-in-wordpresscom-forums?replies=1), but with your approval, now i repost it at them. (http://en.forums.wordpress.com/topic/api-key-issue-on-my-own-domain)