Including Categories in Wordpress
- using RunPHP
- x=category number
WordPress › Support » How to - Display Categories on Pages?
PHP Code here:
query_posts(”cat=X”);
End PHP Code:
WordPress › Support » How to - Display Categories on Pages?
PHP Code here:
query_posts(”cat=X”);
End PHP Code:
You must be logged in to post a comment.