Title: drummonds's Replies | WordPress.org

---

# drummonds

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [(Almost) All PHP Pages Empty/Blank](https://wordpress.org/support/topic/almost-all-php-pages-emptyblank/)
 *  Thread Starter [drummonds](https://wordpress.org/support/users/drummonds/)
 * (@drummonds)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/almost-all-php-pages-emptyblank/#post-5749314)
 * That is awesome. Will play with it.
 * Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Why not open and close html/body in index.php file](https://wordpress.org/support/topic/why-not-open-and-close-and-in-indexphp/)
 *  [drummonds](https://wordpress.org/support/users/drummonds/)
 * (@drummonds)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/why-not-open-and-close-and-in-indexphp/#post-4561469)
 * I’m stumbling across this thread months after it went stale. But I completely
   agree, colinacronin! Its crazy to me that one file would include an opening tag
   and another file would include a closing tag.
 * For readability, reusability, and consistency with other (non-Wordpress) development
   styles, source files should be as self-contained as possible. Putting the html
   tags in index.php would result in no extra code but would produce the benefit
   of showing the context over which that file operates. It also assists with self-
   documents of the files’s purpose.
 * But I have noticed the first few themes I have inspected all follow this strange
   rule of spreading tags across files. Did anyone ever find a reason explaining
   why WordPress developers have chosen to break tag opening/closing across multiple
   files?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Webpage Title Missing Space](https://wordpress.org/support/topic/webpage-title-missing-space/)
 *  Thread Starter [drummonds](https://wordpress.org/support/users/drummonds/)
 * (@drummonds)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/webpage-title-missing-space/#post-3928373)
 * This appears to be a Yoast issue on autodetecting forced title rewrites. I think
   I have it fixed now.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add Media Problem On WP 3.5 from Android/Chrome](https://wordpress.org/support/topic/add-media-problem-on-wp-35-from-androidchrome/)
 *  Thread Starter [drummonds](https://wordpress.org/support/users/drummonds/)
 * (@drummonds)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/add-media-problem-on-wp-35-from-androidchrome/#post-3336867)
 * I’m glad you bounced this up again. I’ve heard from no one and also can’t post
   from my tablet.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS Feed Error](https://wordpress.org/support/topic/rss-feed-error-36/)
 *  Thread Starter [drummonds](https://wordpress.org/support/users/drummonds/)
 * (@drummonds)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/rss-feed-error-36/#post-1963549)
 * That was very helpful. I found a strange non-ASCII character embedded in that
   line. Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How To Insert Image from Gallery](https://wordpress.org/support/topic/how-to-insert-image-from-gallery/)
 *  Thread Starter [drummonds](https://wordpress.org/support/users/drummonds/)
 * (@drummonds)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/how-to-insert-image-from-gallery/#post-1297320)
 * Two minutes after I ask for help, I figure it out: don’t use the gallery, use
   the media library.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [query_post() and Main Loop Strangeness](https://wordpress.org/support/topic/query_post-and-main-loop-strangeness/)
 *  Thread Starter [drummonds](https://wordpress.org/support/users/drummonds/)
 * (@drummonds)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/query_post-and-main-loop-strangeness/#post-210062)
 * Perfect! Thank you kindly.
 * Scott
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Using Blog Content Outside of WordPress](https://wordpress.org/support/topic/using-blog-content-outside-of-wordpress/)
 *  Thread Starter [drummonds](https://wordpress.org/support/users/drummonds/)
 * (@drummonds)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/using-blog-content-outside-of-wordpress/#post-206593)
 * Thank you for taking the time to reply. I spent the last 20 minutes inspecting
   the documentation at all four links you provided but I’m afraid that it was either
   impractical or too detailed for me to understand.
 * How about this: can you (or anyone) name the PHP functions that I should use 
   to query topics by category? How can I get the topics’ dates? This little bit
   of info should enable me to write my own PHP to solve my problem.
 * Thanks,
    Scott
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Trackback questions](https://wordpress.org/support/topic/trackback-questions/)
 *  Thread Starter [drummonds](https://wordpress.org/support/users/drummonds/)
 * (@drummonds)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/trackback-questions/#post-132817)
 * Thanks for the offer, but I’m not sure what that would accomplish. If I saw the
   same behavior on your site, I still wouldn’t know if what it is doing is correct
   or not. If it behaved differently, the issue could be do to many more factors
   than I can comprehend.
 * To any kind souls out there, I guess my post boils down to the following question:
   why would a trackback from article ‘B’ to article ‘A’ show up in article ‘C”s
   trackback list? Article C’s trackback URI is listed _nowhere_ in article B.
 * Scott
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [CVS Access](https://wordpress.org/support/topic/cvs-access/)
 *  Thread Starter [drummonds](https://wordpress.org/support/users/drummonds/)
 * (@drummonds)
 * [21 years, 7 months ago](https://wordpress.org/support/topic/cvs-access/#post-130390)
 * Thanks to all! I think the patch/submit route is a great place to start.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Bug: Asymetric Character Escaping](https://wordpress.org/support/topic/bug-asymetric-character-escaping/)
 *  Thread Starter [drummonds](https://wordpress.org/support/users/drummonds/)
 * (@drummonds)
 * [21 years, 7 months ago](https://wordpress.org/support/topic/bug-asymetric-character-escaping/#post-129826)
 * Done. Thanks for the link.
 * Scott
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Bug: Asymetric Character Escaping](https://wordpress.org/support/topic/bug-asymetric-character-escaping/)
 *  Thread Starter [drummonds](https://wordpress.org/support/users/drummonds/)
 * (@drummonds)
 * [21 years, 7 months ago](https://wordpress.org/support/topic/bug-asymetric-character-escaping/#post-129810)

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