Title: chopsky's Replies | WordPress.org

---

# chopsky

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal error after updates](https://wordpress.org/support/topic/fatal-error-after-updates-1/)
 *  Thread Starter [chopsky](https://wordpress.org/support/users/chopsky/)
 * (@chopsky)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/fatal-error-after-updates-1/#post-6129338)
 * That fixed it! Thanks 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal error after updates](https://wordpress.org/support/topic/fatal-error-after-updates-1/)
 *  Thread Starter [chopsky](https://wordpress.org/support/users/chopsky/)
 * (@chopsky)
 * [11 years ago](https://wordpress.org/support/topic/fatal-error-after-updates-1/#post-6129248)
 * Didn’t fix the problem unfortunately 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Columns loading narrowly at first](https://wordpress.org/support/topic/columns-loading-narrowly-at-first/)
 *  Thread Starter [chopsky](https://wordpress.org/support/users/chopsky/)
 * (@chopsky)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/columns-loading-narrowly-at-first/#post-5951160)
 * Thanks a lot! That fixed it 🙂
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Is WordPress the right platform for this website?](https://wordpress.org/support/topic/is-wordpress-the-right-platform-for-this-website/)
 *  Thread Starter [chopsky](https://wordpress.org/support/users/chopsky/)
 * (@chopsky)
 * [13 years ago](https://wordpress.org/support/topic/is-wordpress-the-right-platform-for-this-website/#post-3694978)
 * Thanks Ipstenu. Is it possible to create a login section outside of the typical/
   wp-admin ? I don’t want logged in users to be able to access the admin section,
   only to be able to access their respective child sites.
    I’ve never created sign-
   up and login forms for WP sites…
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Is WordPress the right platform for this website?](https://wordpress.org/support/topic/is-wordpress-the-right-platform-for-this-website/)
 *  Thread Starter [chopsky](https://wordpress.org/support/users/chopsky/)
 * (@chopsky)
 * [13 years ago](https://wordpress.org/support/topic/is-wordpress-the-right-platform-for-this-website/#post-3694966)
 * Im quite familiar with WP. Never used Multisite before. Why?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Is WordPress the right platform for this website?](https://wordpress.org/support/topic/is-wordpress-the-right-platform-for-this-website/)
 *  Thread Starter [chopsky](https://wordpress.org/support/users/chopsky/)
 * (@chopsky)
 * [13 years ago](https://wordpress.org/support/topic/is-wordpress-the-right-platform-for-this-website/#post-3694941)
 * Let me clarify: there are 18 sections for each building and the HOA. Each is 
   restricted to the public. I want people to be able to register and thereafter
   login in, giving them access to each section (or site) that they have they the
   rights to access.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Loop isn't working](https://wordpress.org/support/topic/loop-isnt-working-1/)
 *  Thread Starter [chopsky](https://wordpress.org/support/users/chopsky/)
 * (@chopsky)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/loop-isnt-working-1/#post-3548643)
 * I have created a “Blog” page which I have set to be a static page for the Front
   page to display. I have set the Blog page to the Default Template, which I believe
   is page.php. I simply want my site’s home page to be the blog.
 * The code is as below:
 *     ```
       <?php get_header(); ?>
   
       <?php if (function_exists('dynamic_sidebar') && is_page() && is_active_sidebar('page-sidebar')): ?>
       <div class="siteColumnLeft clearfix">
       <?php endif; ?>
   
       <div class="separator"></div>
   
       <!-- Content -->
       <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
       <?php the_content(); wp_link_pages(); ?>
       <?php endwhile; endif; ?>
   
       <?php if (function_exists('dynamic_sidebar') && is_page() && is_active_sidebar('page-sidebar')): ?>
       </div>
       <?php endif; ?>
   
       <?php get_sidebar(); ?>
       <?php get_footer(); ?>
       ```
   
 * _[[No bumping](http://codex.wordpress.org/Forum_Welcome#No_Bumping). If it’s 
   that urgent, consider [hiring someone](http://jobs.wordpress.net/).]_
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Loop isn't working](https://wordpress.org/support/topic/loop-isnt-working-1/)
 *  Thread Starter [chopsky](https://wordpress.org/support/users/chopsky/)
 * (@chopsky)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/loop-isnt-working-1/#post-3548632)
 * it’s in page.php
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Loop isn't displaying](https://wordpress.org/support/topic/loop-isnt-display/)
 *  Thread Starter [chopsky](https://wordpress.org/support/users/chopsky/)
 * (@chopsky)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/loop-isnt-display/#post-3547623)
 * Anyone?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Show posts from a specific category only](https://wordpress.org/support/topic/show-posts-from-a-specific-category-only-1/)
 *  Thread Starter [chopsky](https://wordpress.org/support/users/chopsky/)
 * (@chopsky)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/show-posts-from-a-specific-category-only-1/#post-2554813)
 * Alrighty thanks & apologies mod. Here’s the code: [http://pastebin.com/Ce3LaspP](http://pastebin.com/Ce3LaspP)

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