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:

Comments are closed.