function ds_exclude_misc_everywhere( $query ) { // Homepage feed (main query only) if ( $query->is_home() && $query->is_main_query() ) { $query->set( 'category__not_in', array(3) ); } // Chronological feed page (main query only, detected by slug) if ( !is_admin() && $query->is_main_query() && $query->is_page('start-from-the-beginning') ) { // Force this page to behave like an archive instead of a Page $query->set( 'post_type', 'post' ); $query->set( 'page_id', '' ); $query->set( 'pagename', '' ); // Exclude Category 3 $query->set( 'category__not_in', array(3) ); // Oldest → newest $query->set( 'order', 'ASC' ); $query->set( 'orderby', 'date' ); } } add_action( 'pre_get_posts', 'ds_exclude_misc_everywhere' ); Paul Cassidy | The Daily Superman
Skip to content

The Daily Superman

A Superman a Day Keeps Lex Luthor Away!

  • Home
  • About
  • Contact
  • Data
  • Miscellaneous
  • Progress
  • Start from the Beginning
The Daily Superman

Tag Archives: Paul Cassidy

Let’s Get Out of Here While We Can!

Leave a reply

(The Man Who Sold Superman) - Action Comics #6

This entry was posted in Golden Age and tagged 1938, Earth-Two, Jerry Siegel, Joe Shuster, Lois Lane, Paul Cassidy, Superman on April 24, 2026 by Kaiser The Great.

Unknown's avatarI've decided to read every Superman story. This blog chronicles that super idea.

Comic Eras

Tags

  • 1938
  • Earth-Two
  • Jerry Siegel
  • Joe Shuster
  • Lois Lane
  • Paul Cassidy
  • Superman

Archives

Proudly powered by WordPress