How can I use specific search keywords with post title?
-
I got problems with this:
q – the search keyword. This cannot be used with the id, tag, or screen_name parameter. e.g.[fetch_tweets q=”#wordpress” lang=”en”]
<?php fetchTweets( array( ‘q’ => ‘#wordpress’, ‘lang’ => ‘en’ ) ); ?>
I use <?php wp_title(); ?> for #wordpress , but not works.
How can I use specific search keywords with post title?
thanks
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘How can I use specific search keywords with post title?’ is closed to new replies.