• Hi,

    I have 2 categories on my web site.

    Blog & Portfolio.

    I’d like in my ‘Portfolio’ page to list all my posts from that category (cat = 3) in a list like:

    Work 1 / Work 2 / Work 3

    Can someone please explain how to do this?

    Many thanks for any pointers.

Viewing 1 replies (of 1 total)
  • create a clone of category page(if have category.php file otherwise copy all code from archive.php page and paste in new file) and give a name of new file is category-3.php or category-portfolio.

    Now remove the_content() or the_excerpt(), the_author(), the_time(), the_category() etc. if you only want to display “post’s title”, so don’t remove this thing <?php the_title() ?> .

    Now create a design according to your choice(how you showing the post).

Viewing 1 replies (of 1 total)
  • The topic ‘Show ALL Post Titles on one Category Page’ is closed to new replies.