• Resolved lukehluke

    (@lukehluke)


    Hello,

    I want it so when people view the posts in the category, it only shows the post titles and not the summary.

    How can I go about doing this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • remove the bit of code in category.php, where it says ‘the_exerpt()’.
    where it is exactly, depends in the theme you are using.

    it can help, if you post a link to your site.

    go to appearance – > theme editor

    /wp-admin/theme-editor.php

    select archive.php from the right side bar.

    in this, search for the word

    the_excerpt

    remove the line including this word. the line starts with

    <?php

    and ends with

    ?>

    Thread Starter lukehluke

    (@lukehluke)

    I want it similar to how the big that says “Sub-Pages” works in https://uber-anime.com/anime-list/air-gear/ (Example).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post Title Not Summary!’ is closed to new replies.