Title: fallingj's Replies | WordPress.org

---

# fallingj

  [  ](https://wordpress.org/support/users/fallingj/)

 *   [Profile](https://wordpress.org/support/users/fallingj/)
 *   [Topics Started](https://wordpress.org/support/users/fallingj/topics/)
 *   [Replies Created](https://wordpress.org/support/users/fallingj/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/fallingj/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/fallingj/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/fallingj/engagements/)
 *   [Favorites](https://wordpress.org/support/users/fallingj/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Where to insert code for category theme?](https://wordpress.org/support/topic/where-to-insert-code-for-category-theme/)
 *  Thread Starter [fallingj](https://wordpress.org/support/users/fallingj/)
 * (@fallingj)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/where-to-insert-code-for-category-theme/#post-371906)
 * Thanks for the great reply.
 * I had to add the code to single.php. I’m just looking for a way to style posts
   that are in multiple categories. So the same post in category A will look different
   than the same post in category B.
 * Your plugin looks fantastic. I will certainly be using it.
 * Keep up the good work!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Extremely slow posting in WP 1.5](https://wordpress.org/support/topic/extremely-slow-posting-in-wp-15/)
 *  [fallingj](https://wordpress.org/support/users/fallingj/)
 * (@fallingj)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/extremely-slow-posting-in-wp-15/page/3/#post-158171)
 * podz: Nope.
 * I have quite a few ping addresses, so I’ll probably just go through each one 
   and see which are dogs, which are OK.
 * Thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Extremely slow posting in WP 1.5](https://wordpress.org/support/topic/extremely-slow-posting-in-wp-15/)
 *  [fallingj](https://wordpress.org/support/users/fallingj/)
 * (@fallingj)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/extremely-slow-posting-in-wp-15/page/3/#post-158169)
 * Chalk up another victim of this problem…
 * Searched the forums, tried different things, nothing works.
 * Help!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Listing categories only once: How?](https://wordpress.org/support/topic/listing-categories-only-once-how/)
 *  Thread Starter [fallingj](https://wordpress.org/support/users/fallingj/)
 * (@fallingj)
 * [21 years ago](https://wordpress.org/support/topic/listing-categories-only-once-how/#post-194959)
 * Ah. Very cool, alphaoide.
 * Thank-you very much!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Listing categories only once: How?](https://wordpress.org/support/topic/listing-categories-only-once-how/)
 *  Thread Starter [fallingj](https://wordpress.org/support/users/fallingj/)
 * (@fallingj)
 * [21 years ago](https://wordpress.org/support/topic/listing-categories-only-once-how/#post-194956)
 * It just lists the categories by a factor of five. This is strange.
 * E.g:
 * A
    B
 * A
    B
 * A
    B
 * A
    B
 * A
    B
 * In fact, everything in my loop is repeated five times. The following
 * `<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>`
 * Even this.
 * <?php endwhile; else: ?>
    <?php _e('Sorry, no posts matched your criteria.');?
   > <?php endif; ?>
 * So, the words ‘Even this.’ above will just be listed in five paragraphs.
 * Any help would be appreciated (by a factor of five).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Listing categories only once: How?](https://wordpress.org/support/topic/listing-categories-only-once-how/)
 *  Thread Starter [fallingj](https://wordpress.org/support/users/fallingj/)
 * (@fallingj)
 * [21 years ago](https://wordpress.org/support/topic/listing-categories-only-once-how/#post-194950)
 * Sorry if that wasn’t clear.
 * I just want to list the categories. No post, no title. Just a big, fat list of
   categories that display only once.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [CSS and Kubrick: Problem](https://wordpress.org/support/topic/css-and-kubrick-problem/)
 *  Thread Starter [fallingj](https://wordpress.org/support/users/fallingj/)
 * (@fallingj)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/css-and-kubrick-problem/#post-173744)
 * Thanks for the helpful replies, every one.
 * Minna, you are a genius.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Changing the Post Heading Font](https://wordpress.org/support/topic/changing-the-post-heading-font/)
 *  [fallingj](https://wordpress.org/support/users/fallingj/)
 * (@fallingj)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/changing-the-post-heading-font/#post-172834)
 * That easy, huh?
 * Thanks, ifelse.
 * I mistakenly thought I had changed the h2 tags, with little change, but of course,
   was wrong.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Changing the Post Heading Font](https://wordpress.org/support/topic/changing-the-post-heading-font/)
 *  [fallingj](https://wordpress.org/support/users/fallingj/)
 * (@fallingj)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/changing-the-post-heading-font/#post-172832)
 * Following on from this topic, is there any way to change the h2 tag in Kubrick?
 * I.e., on the main page, the headline links are h2 (h2 id=”post-<?php_the_ID();?
   >”>< etc. etc…
 * Can the h2 be changed to a div class or similar so the links can be 11px? If 
   so, how specifically is it done?
 * Would really appreciate some help on this one.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Confused about RSS links in footer – basic question](https://wordpress.org/support/topic/confused-about-rss-links-in-footer-basic-question/)
 *  [fallingj](https://wordpress.org/support/users/fallingj/)
 * (@fallingj)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/confused-about-rss-links-in-footer-basic-question/#post-169588)
 * If other websites want to use your RSS feed, you should keep a link to the feed
   somewhere.
 * I just put an RSS link in the footer that went to an overview. Like [http://rss.news.yahoo.com/rss/](http://rss.news.yahoo.com/rss/)
 * That way, people who know about RSS can get the feed (like on the Yahoo page)
   and those who know little can get more information.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Confused about RSS links in footer – basic question](https://wordpress.org/support/topic/confused-about-rss-links-in-footer-basic-question/)
 *  [fallingj](https://wordpress.org/support/users/fallingj/)
 * (@fallingj)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/confused-about-rss-links-in-footer-basic-question/#post-169577)
 * Edit footer.php in the theme editor and remove ‘feed:’ from the RSS entries and
   comments links.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [<!–more–> Problem](https://wordpress.org/support/topic/lt-more-gt-problem/)
 *  [fallingj](https://wordpress.org/support/users/fallingj/)
 * (@fallingj)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/lt-more-gt-problem/#post-168854)
 * I’m trying to find a solution to this problem, too.
 * Any help would be great.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [extended entries <– How?](https://wordpress.org/support/topic/extended-entries-lt-how/)
 *  [fallingj](https://wordpress.org/support/users/fallingj/)
 * (@fallingj)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/extended-entries-lt-how/#post-141064)
 * Try putting <!–more–> on its own line.
 * Example:
 * First paragraph.
    <!–more–> Second paragraph.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I remove more_link_text?](https://wordpress.org/support/topic/how-do-i-remove-more_link_text/)
 *  [fallingj](https://wordpress.org/support/users/fallingj/)
 * (@fallingj)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/how-do-i-remove-more_link_text/#post-167054)
 * That solution works well, Kafkaesqui. Thanks.
 * The only problem is the error messages in WordPress admin:
 * `blockquote`Warning: Cannot modify header information – headers already sent 
   by (output started at /home/abcd/public_html/blog/wp-includes/template-functions-
   post.php:398) in /home/abcd/public_html/blog/wp-admin/admin.php on line 6
 * Warning: Cannot modify header information – headers already sent by (output started
   at /home/home/abcd/public_html/blog/wp-includes/template-functions-post.php:398)
   in /home/abcd/public_html/blog/wp-admin/admin.php on line 7
 * Warning: Cannot modify header information – headers already sent by (output started
   at /home/abcd/public_html/blog/wp-includes/template-functions-post.php:398) in/
   home/abcd/public_html/blog/wp-admin/admin.php on line 8
 * Warning: Cannot modify header information – headers already sent by (output started
   at /homehome/abcd/public_html/blog/wp-includes/template-functions-post.php:398)
   in /home/abcd/public_html/blog/wp-admin/admin.php on line 9`/blockquote`
 * I can still edit things in admin.
 * But as soon as I edit information in the header file and save, it takes me to
   a page that is blank but for the error messages. Seems to work, though.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Removing ‘Blog Archive’ in title](https://wordpress.org/support/topic/removing-blog-archive-in-title/)
 *  Thread Starter [fallingj](https://wordpress.org/support/users/fallingj/)
 * (@fallingj)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/removing-blog-archive-in-title/#post-168542)
 * I appreciate those answers a lot – I’ve only been friends with WordPress for 
   about 24 hours.
 * Thank-you.

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