Title: alextababa2's Replies | WordPress.org

---

# alextababa2

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [can't uncheck a theme-options checkbox](https://wordpress.org/support/topic/cant-uncheck-a-theme-options-checkbox/)
 *  Thread Starter [alextababa2](https://wordpress.org/support/users/alextababa2/)
 * (@alextababa2)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/cant-uncheck-a-theme-options-checkbox/#post-2560525)
 * Solved – it was my php.
 * Needed to double “=”
 * eg:
 * NOT THIS <?php if ($options[‘option1’] = ‘1’) : ?>
    <b?THIS <?php if ($options[‘
   option1’] == ‘1’) : ?></b>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [php q: Is this page a descendant of this category](https://wordpress.org/support/topic/php-q-is-this-page-a-descendant-of-this-category/)
 *  Thread Starter [alextababa2](https://wordpress.org/support/users/alextababa2/)
 * (@alextababa2)
 * [16 years ago](https://wordpress.org/support/topic/php-q-is-this-page-a-descendant-of-this-category/#post-1530800)
 * I solved this myself… oooh yeah… using this thread [http://wordpress.org/support/topic/380233?replies=3](http://wordpress.org/support/topic/380233?replies=3)
 * I’m still a total hack though.
 * <?php $cat_id = get_query_var(‘cat’); ?>
    <?php $id = get_cat_id(‘art’); ?> <?
   php if ( is_category($id) || cat_is_ancestor_of( $id , $cat_id ))
 *  echo include(TEMPLATEPATH . ‘/loop-art.php’);
    else echo include(TEMPLATEPATH.‘/
   loop-normal.php’);
 *  ?>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Your Attempt to Edit Post “” Has Failed Issues](https://wordpress.org/support/topic/your-attempt-to-edit-post-has-failed-issues-1/)
 *  [alextababa2](https://wordpress.org/support/users/alextababa2/)
 * (@alextababa2)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/your-attempt-to-edit-post-has-failed-issues-1/#post-1186050)
 * I’ve disabled autosave for a _temporary _solution, by commenting out the line
   in /wp-admin/sp-postnes:
    `//wp_enqueue_script('autosave');`
 * Ali
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Your Attempt to Edit Post “” Has Failed Issues](https://wordpress.org/support/topic/your-attempt-to-edit-post-has-failed-issues-1/)
 *  [alextababa2](https://wordpress.org/support/users/alextababa2/)
 * (@alextababa2)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/your-attempt-to-edit-post-has-failed-issues-1/#post-1186049)
 * Mikeo’s issue of not entering the title is the same for me. I can post fine except
   when I’ve entered a title and the first draft is saved. It doesn’t matter what
   I’ve typed in the body or categories.
 * What happens in my case is that if a first draft is saved and the url is created,
   i won’t be able to post. The issue is when I click out of the title box, a draft
   is saved.
 * I’ve disabled each of my plugins and mu-plugins, no luck.
 * I’m hoping to roll out my small business – WordPress MU is essential to it! I’m
   holding back though until I know it will be a seamless experience for all, much
   to my wife’s annoyance.
 * PHP 5.2.12
    Wordpress MU 2.91 Buddypress 1.3 (i disabled this for testing too)
 * Does anyone know what might effect this?

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