chopsky
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal error after updatesThat fixed it! Thanks 🙂
Forum: Fixing WordPress
In reply to: Fatal error after updatesDidn’t fix the problem unfortunately 🙁
Thanks a lot! That fixed it 🙂
Forum: Networking WordPress
In reply to: Is WordPress the right platform for this website?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
In reply to: Is WordPress the right platform for this website?Im quite familiar with WP. Never used Multisite before. Why?
Forum: Networking WordPress
In reply to: Is WordPress the right platform for this website?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
In reply to: Loop isn't workingI 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. If it’s that urgent, consider hiring someone.]
Forum: Fixing WordPress
In reply to: Loop isn't workingit’s in page.php
Forum: Fixing WordPress
In reply to: Loop isn't displayingAnyone?
Forum: Fixing WordPress
In reply to: Show posts from a specific category onlyAlrighty thanks & apologies mod. Here’s the code: http://pastebin.com/Ce3LaspP