go41

the info you need to know


von Joern
Keine Kommentare

I guess you query for a certain category and want to show posts of the current author only?Let's say you query for a category like this:query_posts('cat=4');to get this query display only posts of the author you just show, you can get the current author ID like this:$authid=$curauth->ID;and add in the…