Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End WordPress: Show ALL Post Titles from a specific Category

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #38231
    Ehcho
    Member

    Hello,

    I’d like to be able to show all the posts from a single category on one page. I’d like to format the returned data so it shows the page title (with permalink) and the date the article was written.

    I’m using:

    query_posts( array ( 'category_name' => 'The Category Name', 'posts_per_page' => -1 ) );

    provided by WordPress.org.

    Unfortunatly, this shows the article name, with permalink and the whole article content. I want to hide the article content.

    Thank you,
    Morgan.

    #103520
    Ehcho
    Member

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Back End’ is closed to new topics and replies.