slivehappy
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Themes and Templates
In reply to: get categories and tags by authorgreat thanks .. can you please explain a little further? I looked at both .. but I am not sure how to do what you suggest .. thanks a million
Forum: Themes and Templates
In reply to: author.php query questionthis works
<?php query_posts(‘author=’ . $curauth->ID . ‘&showposts=10’); ?>Forum: Themes and Templates
In reply to: author.php query questionwould like to run a query based on the author_name but I don’t want to hard code the author_name
query_posts(‘author_name=Harriet’);
how to I modify the query so it grabs the variable from the url?
http://mysite.com/wp/author/bob = query_posts(‘author_name=bob’);
http://mysite.com/wp/author/sam = query_posts(‘author_name=sam’);
Forum: Themes and Templates
In reply to: author.php query questionand of course sanitizes it .. I am sure that is built into wordpress
Forum: Fixing WordPress
In reply to: How to create this format in wordpress?Here is a good tutorial on this
http://www.tutorial9.net/web-tutorials/add-thumbnails-to-wordpress-with-custom-fields/
Viewing 5 replies - 1 through 5 (of 5 total)