Title: paaater's Replies | WordPress.org

---

# paaater

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Storefront] Need help with storefront – want 2 product columns but only 1 column on mobile](https://wordpress.org/support/topic/need-help-with-storefront-want-2-product-columns-but-only-1-column-on-mobile-2/)
 *  [paaater](https://wordpress.org/support/users/paaater/)
 * (@paaater)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/need-help-with-storefront-want-2-product-columns-but-only-1-column-on-mobile-2/#post-9350270)
 * Add this to your functions.php in your child theme:
 *     ```
       if ( ! function_exists( 'storefront_loop_columns' ) ) {
       	/**
       	 * Default loop columns on product archives
       	 *
       	 * @return integer products per row
       	 * @since  1.0.0
       	 */
       	function storefront_loop_columns() {
       		return apply_filters( 'storefront_loop_columns', 2 ); // 2 products per row
       	}
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[wpLike2Get] Like a Facebook page and remember the like](https://wordpress.org/support/topic/like-a-facebook-page-and-remember-the-like/)
 *  Thread Starter [paaater](https://wordpress.org/support/users/paaater/)
 * (@paaater)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/like-a-facebook-page-and-remember-the-like/#post-5808364)
 * Hi Markus,
 * thnx for the response. What settings should I activate?
    I only want the FB like
   option, twitter and google aren’t important.
 * gr,
    Peter
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Use the_content for parts of a page](https://wordpress.org/support/topic/use-the_content-for-parts-of-a-page/)
 *  Thread Starter [paaater](https://wordpress.org/support/users/paaater/)
 * (@paaater)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/use-the_content-for-parts-of-a-page/#post-5767386)
 * Happy to say I found a solution 🙂
    Thought I’d share it with you guys in case
   anyone is interested.
 * I used Rob Searles his function, and modified it a bit here and there.
    [http://www.robsearles.com/2009/07/wordpress-multiple-content-columns/](http://www.robsearles.com/2009/07/wordpress-multiple-content-columns/)
 * Now via the <!–more–> tag I am able to split the text in my pages into smaller
   chuncks of text. Via the modified function the divs get assigned a couple of 
   unique ID’s and classes, which give me the opportunity to use the chuncks of 
   text in tabs, columns, or other layouts like flowcharts etc which works for me
   at the moment 🙂
 * If anyone has a better suggestion I offcourse would like to hear it 🙂
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [localhost from MAMP to web host. SQL table trouble?](https://wordpress.org/support/topic/localhost-from-mamp-to-web-host-sql-table-trouble/)
 *  [paaater](https://wordpress.org/support/users/paaater/)
 * (@paaater)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/localhost-from-mamp-to-web-host-sql-table-trouble/#post-5766844)
 * 1.2GB is large, but shouldn’t be a problem.
    It’s probably that large because
   of you uploads folder.
 * You could try to do a clean wordpress install on your webserver, and only export
   data from you localhost, not the tables etc.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [can I safely update wordpress core when my theme's php:s are tweaked?](https://wordpress.org/support/topic/can-i-safely-update-wordpress-core-when-my-themes-phps-are-tweaked/)
 *  [paaater](https://wordpress.org/support/users/paaater/)
 * (@paaater)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/can-i-safely-update-wordpress-core-when-my-themes-phps-are-tweaked/#post-5767256)
 * Core updates should be no problem
    But as WPyogi mentions.. u should excpect 
   some theme updates sooner or later. If the three files you mentioned are the 
   only ones you tweaked, creating a child theme should be pretty easy and the way
   to go

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