Title: testept's Replies | WordPress.org

---

# testept

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/testept/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/testept/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/testept/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JW Player for Flash & HTML5 Video] Can I set width to 100%?](https://wordpress.org/support/topic/can-i-set-width-to-100/)
 *  Thread Starter [testept](https://wordpress.org/support/users/testept/)
 * (@testept)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/can-i-set-width-to-100/#post-4634317)
 * Thanks! 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Warning: mysql_error(): 8 is not a valid MySQL-Link resource](https://wordpress.org/support/topic/warning-mysql_error-8-is-not-a-valid-mysql-link-resource/)
 *  Thread Starter [testept](https://wordpress.org/support/users/testept/)
 * (@testept)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/warning-mysql_error-8-is-not-a-valid-mysql-link-resource/#post-1538322)
 * Anyone?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Warning: mysql_error(): 8 is not a valid MySQL-Link resource](https://wordpress.org/support/topic/warning-mysql_error-8-is-not-a-valid-mysql-link-resource/)
 *  Thread Starter [testept](https://wordpress.org/support/users/testept/)
 * (@testept)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/warning-mysql_error-8-is-not-a-valid-mysql-link-resource/#post-1538284)
 * Please, anyone?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Warning: mysql_error(): 8 is not a valid MySQL-Link resource](https://wordpress.org/support/topic/warning-mysql_error-8-is-not-a-valid-mysql-link-resource/)
 *  Thread Starter [testept](https://wordpress.org/support/users/testept/)
 * (@testept)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/warning-mysql_error-8-is-not-a-valid-mysql-link-resource/#post-1538050)
 * hi MichaelH,
 * You,re right! The plugin Exec-PHP was the guilty… Thank you!
    But dont understand
   why was working before and now not.
 * Any suggestions?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do i delete custom field cache files?](https://wordpress.org/support/topic/how-do-i-delete-custom-field-cache-files/)
 *  [testept](https://wordpress.org/support/users/testept/)
 * (@testept)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/how-do-i-delete-custom-field-cache-files/#post-958968)
 * Found the solution! Dropping rows in wp_postmeta which have post_id=0 appears
   to have fixed the problem. 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do i delete custom field cache files?](https://wordpress.org/support/topic/how-do-i-delete-custom-field-cache-files/)
 *  [testept](https://wordpress.org/support/users/testept/)
 * (@testept)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/how-do-i-delete-custom-field-cache-files/#post-958967)
 * I have exactly the same problem.
    Please, can someone help up? Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Custom WP lost password E-Mail](https://wordpress.org/support/topic/custom-wp-lost-password-e-mail/)
 *  [testept](https://wordpress.org/support/users/testept/)
 * (@testept)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/custom-wp-lost-password-e-mail/#post-794461)
 * I looking for this too…
    Can someone help me please?
 * I think that what Anonymous said is not the correct way…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [exclude a category from get_the_category](https://wordpress.org/support/topic/exclude-a-category-from-get_the_category/)
 *  [testept](https://wordpress.org/support/users/testept/)
 * (@testept)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/exclude-a-category-from-get_the_category/#post-631208)
 * What is wrong with this code?
 *     ```
       <?php
         foreach((get_the_category()) as $cat) {
           if (
             $cat->cat_name!=='one' ||
             $cat->cat_name!=='two' ||
             $cat->cat_name!=='three' ||
             $cat->cat_name!=='four'
           ) echo $cat->cat_name . ' ';
         }
       ?>
       ```
   
 * Why didnt work? 🙁
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Excluding categories in the_category](https://wordpress.org/support/topic/excluding-categories-in-the_category/)
 *  [testept](https://wordpress.org/support/users/testept/)
 * (@testept)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/excluding-categories-in-the_category/page/2/#post-643775)
 * hi nlex, thank you for trying to help me.
    But that also didnt work…
 * Because:
    mCatFilter for WordPress allows you to exclude categories from The 
   Loop for display on the home page, in feeds and in archive pages.
 * Only remove from home page, feeds and archive pages…
    I only to remove from posts
   🙂
 * Anyone else, please?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [exclude a category from get_the_category](https://wordpress.org/support/topic/exclude-a-category-from-get_the_category/)
 *  [testept](https://wordpress.org/support/users/testept/)
 * (@testept)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/exclude-a-category-from-get_the_category/#post-631207)
 * *BUMP* 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Delimit number of linked categories](https://wordpress.org/support/topic/delimit-number-of-linked-categories/)
 *  [testept](https://wordpress.org/support/users/testept/)
 * (@testept)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/delimit-number-of-linked-categories/#post-695405)
 * *BUMP* 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Delimit number of linked categories](https://wordpress.org/support/topic/delimit-number-of-linked-categories/)
 *  [testept](https://wordpress.org/support/users/testept/)
 * (@testept)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/delimit-number-of-linked-categories/#post-695404)
 * Please, anyone?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Excluding categories in the_category](https://wordpress.org/support/topic/excluding-categories-in-the_category/)
 *  [testept](https://wordpress.org/support/users/testept/)
 * (@testept)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/excluding-categories-in-the_category/#post-643773)
 * Thank you Otto42 🙂
 * Damn, my PHP knowledge is zero lol… bad luck
    Can someone with a good soul and
   heart, help me? 😀
 * Thank you
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Delimit number of linked categories](https://wordpress.org/support/topic/delimit-number-of-linked-categories/)
 *  [testept](https://wordpress.org/support/users/testept/)
 * (@testept)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/delimit-number-of-linked-categories/#post-695403)
 * Kafkaesqui, can you make that code to put the cat ID´s that we want to include?
   Always… 🙂
 * This dont work for me because my category IDs is a mess…
    For example, I want
   to include always: 3422, 3423, 3424, 3425, 3438, 3426, 3427, 3428, 3429, 3430,
   3431, 3431, 3432, 3433, 3440, 17, 18, 19, 20, 3436, 3437, 21, 22, 23, 2239, 24,
   2240, 490, 3420, 25, 3439
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [exclude a category from get_the_category](https://wordpress.org/support/topic/exclude-a-category-from-get_the_category/)
 *  [testept](https://wordpress.org/support/users/testept/)
 * (@testept)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/exclude-a-category-from-get_the_category/#post-631206)
 * Please, anyone?

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

1 [2](https://wordpress.org/support/users/testept/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/testept/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/testept/replies/page/2/?output_format=md)