• I do not want full content in my tag archive pages. I have Raindrops as a theme and have been unable to figure out how to just have title listings in my tag pages. Any information would be greatly appreciated. Thank you.

Viewing 1 replies (of 1 total)
  • Hi acerocket74

    Page tag archive, the easiest way to display only the title

    Add style rules at style.css ( child theme style.css )

    .tag .entry-meta,
    .tag .posted-on,
    .tag .entry-content{
        display:none;
    }

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Edit tag archive for Raindrops theme ?’ is closed to new replies.