Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: PHP in Categories

    You could try this :

    include ‘/path/to/category-‘ . $wp_query->get(‘cat’) . ‘.php’;

    It will include “/path/to/category-1.php” for category ID 1, “/path/to/category-2.php” for category ID 2, etc…

Viewing 1 replies (of 1 total)