Simple PHP Problem
-
OK Currently I have the code which search for all posts with the tag football.
query_posts(array( 'cat'=>'5', 'tag_slug__and'=>array('football'),
How do i change this so it searches for all posts with the tag dependant upon the title. So i need to insert the_title() instead of football but can’t figure how to do it i keep getting an error?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Simple PHP Problem’ is closed to new replies.