• I have a Twenty Eleven child theme. I have a Showcase page for my homepage. Is there a way to only display posts from a certain category?

Viewing 2 replies - 1 through 2 (of 2 total)
  • I need the exact same feature.
    Is there maybe a plugin that can do this? When using WP as CMS this would make things a lot easier.

    Tracy Levesque

    (@liljimmi)

    🏳️‍🌈 YIKES, Inc. Co-Owner

    Hi Guys.

    Add ‘cat’ => ‘ID’ (ID being the category ID number) to the array

    // Display our recent posts, showing full content for the very latest, ignoring Aside posts.
    					$recent_args = array(
    						'cat' => '4',
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Using the Showcase show just one category’ is closed to new replies.