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: