Title: Hide transcript in archive
Last modified: August 21, 2016

---

# Hide transcript in archive

 *  [clarinetina](https://wordpress.org/support/users/clarinetina/)
 * (@clarinetina)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/hide-transcript-in-archive/)
 * When you click a date in the calendar widget – is there a way to stop the transcript
   appearing in the page that comes up?
    Example: [http://koala-hugs.com.au/comic/2014/01/13/?post_type=comic](http://koala-hugs.com.au/comic/2014/01/13/?post_type=comic)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Theme Author [Frumph](https://wordpress.org/support/users/frumph/)
 * (@frumph)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/hide-transcript-in-archive/#post-4526529)
 * Looks like you figured out a way?
 *  Thread Starter [clarinetina](https://wordpress.org/support/users/clarinetina/)
 * (@clarinetina)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/hide-transcript-in-archive/#post-4526530)
 * No, sorry, I didn’t. It’s the bit at the bottom just after the arrow that starts
   TranscriptCyn:. (If you really can’t see it, I wonder why I can…?!)
    There isn’t
   any formatting – which is my problem. If it had a class on the p, or a div around
   it or something, I could hide it with CSS. If you know where that bit is in the
   PHP that could help me and I could pop that in myself. Or you could do it for
   future generations 🙂 If you have a better way, I’m happy to hear it!
 *  Theme Author [Frumph](https://wordpress.org/support/users/frumph/)
 * (@frumph)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/hide-transcript-in-archive/#post-4526531)
 * huh, yeah I can’t see it .. you’re talking the archive pages right? I don’t see
   anything passed the click here to read more link
 *  Theme Author [Frumph](https://wordpress.org/support/users/frumph/)
 * (@frumph)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/hide-transcript-in-archive/#post-4526532)
 * try not being logged on and see if you see it on that page you linked ?
 *  Theme Author [Frumph](https://wordpress.org/support/users/frumph/)
 * (@frumph)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/hide-transcript-in-archive/#post-4526533)
 * You could put this into your child themes functions.php (or main themes functions.
   php if you’re not using a child theme)
 *     ```
       global $wp_query;
       if (is_search() || is_archive()) remove_filter('the_content', 'ceo_insert_comic_transcript_into_posts');
       ```
   
 * and see if that removes it completely from being seen on search and archive pages
 *  Thread Starter [clarinetina](https://wordpress.org/support/users/clarinetina/)
 * (@clarinetina)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/hide-transcript-in-archive/#post-4526545)
 * I created a new functions.php for my child theme, and just put that code in it(
   with <?php and ?> around it).
 * Sigh, sorry, still there.
    I can definitely see it, logged in or not (fresh browser
   too). Hmf.
 * Anyway, it’s not really important, just cosmetic. Thanks for trying anyway 😉
 *  Theme Author [Frumph](https://wordpress.org/support/users/frumph/)
 * (@frumph)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/hide-transcript-in-archive/#post-4526546)
 * i’ll just make sure in the next release of comic easel that it doesn’t show on
   the search / archive pages
 *  Thread Starter [clarinetina](https://wordpress.org/support/users/clarinetina/)
 * (@clarinetina)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/hide-transcript-in-archive/#post-4526548)
 * Well now, that would be extremely nice of you. Thanks Frumph! 🙂
 *  Theme Author [Frumph](https://wordpress.org/support/users/frumph/)
 * (@frumph)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/hide-transcript-in-archive/#post-4526578)
 * whoops, forgot about this, ..
 * can you post it as an issue on github ? [http://github.com/frumph/comic-easel/](http://github.com/frumph/comic-easel/)

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Hide transcript in archive’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/comicpress/4.6/screenshot.png)
 * ComicPress
 * [Support Threads](https://wordpress.org/support/theme/comicpress/)
 * [Active Topics](https://wordpress.org/support/theme/comicpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/comicpress/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/comicpress/reviews/)

## Tags

 * [calendar](https://wordpress.org/support/topic-tag/calendar/)
 * [hide](https://wordpress.org/support/topic-tag/hide/)
 * [transcript](https://wordpress.org/support/topic-tag/transcript/)

 * 9 replies
 * 2 participants
 * Last reply from: [Frumph](https://wordpress.org/support/users/frumph/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/hide-transcript-in-archive/#post-4526578)
 * Status: not resolved