Title: Cipherlad's Replies | WordPress.org

---

# Cipherlad

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to create a page for testing outside WP takeover](https://wordpress.org/support/topic/how-to-create-a-page-for-testing-outside-wp-takeover/)
 *  Thread Starter [Cipherlad](https://wordpress.org/support/users/cipherlad/)
 * (@cipherlad)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/how-to-create-a-page-for-testing-outside-wp-takeover/#post-3679227)
 * Ugh. Turns out all I had to do was put the file in public_html instead of wp-
   content.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [locale vs. load_textdomain](https://wordpress.org/support/topic/locale-vs-load_textdomain/)
 *  Thread Starter [Cipherlad](https://wordpress.org/support/users/cipherlad/)
 * (@cipherlad)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/locale-vs-load_textdomain/#post-2837309)
 * I wonder what might be loading the language files, then. I only have one plugin
   activated, and nowhere in it does it hook/override any of the _textdomain() functions.
 * I’m working in 3.3.2
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to filter categories in index.php](https://wordpress.org/support/topic/how-to-filter-categories-in-indexphp/)
 *  Thread Starter [Cipherlad](https://wordpress.org/support/users/cipherlad/)
 * (@cipherlad)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/how-to-filter-categories-in-indexphp/#post-2817666)
 * A clear, concise, and complete answer. This is exactly the pointer I needed. 
   Thank you. I’ll try this out over the weekend and post back if there are any 
   problems.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Subdomains] [Plugin: WP Subdomains] 3.3.1 Working](https://wordpress.org/support/topic/plugin-wp-subdomains-331-working/)
 *  [Cipherlad](https://wordpress.org/support/users/cipherlad/)
 * (@cipherlad)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-subdomains-331-working/page/2/#post-2579001)
 * Does anyone know how to get the filtering to work on the index.php page? I’m 
   starting out with a completely barebones template, created some subdomain categories,
   and posts associated with them. On the index.php page, the links for the posts
   show the subdomain, so it appears I have all that set up… but it shows posts 
   for all subdomains, not filtered for the subdomain in the url.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Importing RSS feeds & guids; please help](https://wordpress.org/support/topic/importing-rss-feeds-guids-please-help/)
 *  Thread Starter [Cipherlad](https://wordpress.org/support/users/cipherlad/)
 * (@cipherlad)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/importing-rss-feeds-guids-please-help/#post-2216034)
 * Thanks, but that doesn’t help me. I’m looking for a permanent solution so there
   won’t be any duplicates in the future. I’m working on a large scale web site,
   and the need to have someone constantly monitor it for duplicates is unacceptable.
   If I understand what’s going on, I can come up with a solution.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Adding new Terms/Taxonomies via SQL only](https://wordpress.org/support/topic/adding-new-termstaxonomies-via-sql-only/)
 *  Thread Starter [Cipherlad](https://wordpress.org/support/users/cipherlad/)
 * (@cipherlad)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/adding-new-termstaxonomies-via-sql-only/#post-2120590)
 * About 200 categories, and many more tags, connected to between 2000-3000 thousand
   existing posts. Like I said, not practical to do it manually.
 * I can determine the post IDs. That’s not an issue. The whole project is a little
   complex, but suffice to say I’m generating an in-memory collection of the post
   information with a collection of categories and tags (just the strings) that 
   may or may not exist already in the database.
 * I’d love to just have a database function or procedure I could pump these into,
   but I couldn’t find anything like that. I think right now my biggest caution 
   is the slug field in wp_terms. That’s unique in the database, but I don’t know
   what the slug generating code is like. I’ll need to be able to insert into wp_terms
   and query back for the term_id, and slug is the only field I can query on to 
   get that result.

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