Title: adminRimma's Replies | WordPress.org

---

# adminRimma

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [domain.com redirects to domain.com/wp-signup.php?new=domain.com](https://wordpress.org/support/topic/domaincom-redirects-to-domaincomwp-signupphpnewdomaincom/)
 *  [adminRimma](https://wordpress.org/support/users/adminrimma/)
 * (@adminrimma)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/domaincom-redirects-to-domaincomwp-signupphpnewdomaincom/#post-2514060)
 * I too mistakenly set up my site as [http://www.domain.com](http://www.domain.com)
   instead of domain.com, and finally found this thread, added noblogredirect and
   have solved my problem for the time being…however, I am concerned about how google
   is indexing the site now — should I go in and change the address in google webmaster
   tools to the non-www version?
 * I really wish I had seen this before building my multisite network. Now that 
   I have the main site as [http://www.domain.com](http://www.domain.com), I see
   that it is treated like a subdomain just like all the other subdomains in my 
   network.
 * I could rebuild. Is there any SEO issue if I just use the wp-config rule? Do 
   I also have to add the additional file in mu-plugins?
 * Thanks in advance!
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [multiple IP addresses on MU?](https://wordpress.org/support/topic/multiple-ip-addresses-on-mu/)
 *  [adminRimma](https://wordpress.org/support/users/adminrimma/)
 * (@adminrimma)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/multiple-ip-addresses-on-mu/#post-2262988)
 * So, what should my directory structure look like? I have a vpn, with cpanel….
   i have the following setup:
 * public_html/(wordpress contents running main site)
 * should the second multisite install be at
 * public_html/secondsitename/(wordpress contents running second site)
 * the reason i ask is the main site uses domain mapping, all subblogs run great,
   domain mapping installed. when i went to use addon domain, it created secondsite.
   mainsite.com
 * if the guts of the secondsite wordpress install are not at the root, then can
   i enable a separate multisite network for it? sorry for the confusion, i hope
   i am making myself sorta clear 🙂
 * one ip
    2 separate multisite networks, not sharing databases. one at the root,
   where does the second one go and how to add it using cpanel.
 * THANKS and HAPPY 2012!!!
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [multiple IP addresses on MU?](https://wordpress.org/support/topic/multiple-ip-addresses-on-mu/)
 *  [adminRimma](https://wordpress.org/support/users/adminrimma/)
 * (@adminrimma)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/multiple-ip-addresses-on-mu/#post-2262920)
 * HI,
    Is it also true that if I have 2 ip addresses, and want to build two completely
   different networks, abcd.com (with its sub blogs, and its own registered domain)
   and efgh.com (with its subblogs and its own registered domain) (and by the way
   the two networks are not related in subject matter), that I should run them both
   off of only one of my ip addresses? I am assuming that I would have two databases(
   one for each network) and two wordpress installs (one for each network).
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [exclude categories by name from front page in multisite](https://wordpress.org/support/topic/exclude-categories-by-name-from-front-page-in-multisite/)
 *  Thread Starter [adminRimma](https://wordpress.org/support/users/adminrimma/)
 * (@adminrimma)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/exclude-categories-by-name-from-front-page-in-multisite/#post-2266891)
 * Hi Andrea! Thanks for your reply. Just to confirm (I am a cut and paste person
   and learning sloooowly), the correct syntax would be:
 *     ```
       function exclude_category($query) {
       if ( $query->is_home ) {
       $query->set('cat', '-/news/');
       }
       return $query;
       }
       add_filter('pre_get_posts', 'exclude_category');
       ```
   
 * I learned most everything I know by reading your responses to everybody’s questions!
   Big thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS Widget](https://wordpress.org/support/topic/rss-widget-4/)
 *  [adminRimma](https://wordpress.org/support/users/adminrimma/)
 * (@adminrimma)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/rss-widget-4/#post-1996345)
 * I’m having a similar issue. I don’t get the dropped html, but I do get the “missing
   offer id cookie” error on clickthrough.
 * Would be very happy to hear about a fix or a nudge in the right direction.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [have an error i don't understand; hanging when i hit publish on post](https://wordpress.org/support/topic/have-an-error-i-dont-understand-hanging-when-i-hit-publish-on-post/)
 *  Thread Starter [adminRimma](https://wordpress.org/support/users/adminrimma/)
 * (@adminrimma)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/have-an-error-i-dont-understand-hanging-when-i-hit-publish-on-post/#post-2254413)
 * Fatal error: Out of memory (allocated 29360128) (tried to allocate 7680 bytes)
   in /home/appmarke/public_html/wp-includes/class-simplepie.php on line 13017
 * That was one of the memory errors. I had additional memory errors on my install,
   and they fixed it over at my service provider – a vps (about $90/month). I had
   them enable the GD Library so that my main blog’s theme (the wpmudev Network 
   theme) could use timthumb to pull images to the main site (although those images
   are still not being pulled).
 * I feel like Alice, falling down the rabbit hole…am wondering if I should just
   do a complete fresh install, but am not sure it will help. Right now I have the
   site live, with the subdomain setup, but NO plugins running at all.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [have an error i don't understand; hanging when i hit publish on post](https://wordpress.org/support/topic/have-an-error-i-dont-understand-hanging-when-i-hit-publish-on-post/)
 *  Thread Starter [adminRimma](https://wordpress.org/support/users/adminrimma/)
 * (@adminrimma)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/have-an-error-i-dont-understand-hanging-when-i-hit-publish-on-post/#post-2254411)
 * Hi
    It was custom-field-template and I was using it to add meta-data to my post–
   subtitle, price, etc. to my review-based site (doing app reviews). I wanted an
   easy to use interface so that others who want to create app review blogs on my
   site can do so, using the child template I created with Twenty Eleven. I did 
   not have any problems with it on my local install, but when I went live, I had
   some strange issues…including a lot of memory errors.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [have an error i don't understand; hanging when i hit publish on post](https://wordpress.org/support/topic/have-an-error-i-dont-understand-hanging-when-i-hit-publish-on-post/)
 *  Thread Starter [adminRimma](https://wordpress.org/support/users/adminrimma/)
 * (@adminrimma)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/have-an-error-i-dont-understand-hanging-when-i-hit-publish-on-post/#post-2254327)
 * I did not upgrade, this is a fresh install. I only had one plugin activated on
   the site so far – custom fields template – and, you guessed it, I deactivated
   it and voila! No more hanging when I hit publish.
 * Thanks for your help.
 * Any thoughts on a custom fields plugin that *works* ? I can of course not use
   a plugin and create my custom fields on my own…probably best, right?
 * Thanks again for your timely reply!!!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twenty Eleven custom post types won't display on home](https://wordpress.org/support/topic/twenty-eleven-custom-post-types-wont-display-on-home/)
 *  Thread Starter [adminRimma](https://wordpress.org/support/users/adminrimma/)
 * (@adminrimma)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/twenty-eleven-custom-post-types-wont-display-on-home/#post-2214274)
 * <article id=”post-249″ class=”post-249 nav_menu_item type-nav_menu_item status-
   publish hentry”>
 * The above is the the post that is showing up since it is of type nav_menu_item(
   there are additional ones as well, since I have multiple nav menu items. If I
   remove the ‘nav_menu_item’ from the array, my nav menu does not display on category
   or tag archive pages.
 * Should I just exlude this post-type from the loop? If so, how do I do that? Thanks
   in advance!!!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twenty Eleven custom post types won't display on home](https://wordpress.org/support/topic/twenty-eleven-custom-post-types-wont-display-on-home/)
 *  Thread Starter [adminRimma](https://wordpress.org/support/users/adminrimma/)
 * (@adminrimma)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/twenty-eleven-custom-post-types-wont-display-on-home/#post-2214270)
 * After much head-scratching, I have used the following code to display my custom
   post-type ‘review’ on my index/home page AND on my category archive pages. The
   problem is the ‘menu_nav_item’ addition causes additional “posts’ to show on 
   my index/home page that were created when I created my menu! I am very confused.
   Please help! I have incuded my code in my child functions file:
 *     ```
       add_filter('pre_get_posts', 'query_post_type');
       function query_post_type($query) {
         if(is_category() || is_tag() || is_home() && empty( $query->query_vars['suppress_filters'] ) )  {
           $post_type = get_query_var('post_type');
       	if($post_type)
       	    $post_type = $post_type;
       	else
       	    $post_type = array('post','review','nav_menu_item');
           $query->set('post_type',$post_type);
       	return $query;
           }
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twenty Eleven custom post types won't display on home](https://wordpress.org/support/topic/twenty-eleven-custom-post-types-wont-display-on-home/)
 *  Thread Starter [adminRimma](https://wordpress.org/support/users/adminrimma/)
 * (@adminrimma)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/twenty-eleven-custom-post-types-wont-display-on-home/#post-2214057)
 * Thanks esmi for your reply! I do have a child theme set up. I have added the 
   following line & it works. Is this OK? Just to make sure.
 *     ```
       add_filter( 'pre_get_posts', 'my_get_posts' );
   
       function my_get_posts( $query ) {
   
       	if ( is_home() && false == $query->query_vars['suppress_filters'] )
       		$query->set( 'post_type', array( 'post', 'review' ) );
   
       	return $query;
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Post limitations?](https://wordpress.org/support/topic/post-limitations/)
 *  [adminRimma](https://wordpress.org/support/users/adminrimma/)
 * (@adminrimma)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/post-limitations/#post-1914880)
 * I would like to do the same thing, and have tried editing my functions.php file
   and saving it as a child theme file…however, it is completely ignored. Help?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Incoming links in local MAMP server WP-installation?](https://wordpress.org/support/topic/incoming-links-in-local-mamp-server-wp-installation/)
 *  [adminRimma](https://wordpress.org/support/users/adminrimma/)
 * (@adminrimma)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/incoming-links-in-local-mamp-server-wp-installation/#post-1715098)
 * Does anyone have an answer for this? I am wondering the same thing…Thanks!

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