Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter angelaherself

    (@angelaherself)

    And, for comparison, here is the code on the page.php file. The sidebar is appearing correctly on other pages.

    <?php get_header(); ?>
    
    <div class="twocolumns">
    
    	<div id="content">
    
    	<?php if (have_posts()) : ?>
    
    	<?php while (have_posts()) : the_post(); ?>
    
    	<div class="post" id="post-<?php the_ID(); ?>">
    
    		<div class="title">
    
    			<h2><?php the_title(); ?></h2>
    
    		</div>
    
    		<div class="content">
    
    			<?php the_content(); ?>
    
    		</div>
    
    	</div>
    
    	<?php endwhile; ?>
    
    	<?php else : ?>
    
    	<div class="post">
    
    		<div class="title">
    
    			<h2>Not Found</h2>
    
    		</div>
    
    		<div class="content">
    
    			<p>Sorry, but you are looking for something that isn't here.</p>
    
    		</div>
    
    	</div>
    
    	<?php endif; ?>
    
    </div>
    
    	<?php get_sidebar(); ?>
    
    </div>
    
    <?php get_footer(); ?>
    Thread Starter angelaherself

    (@angelaherself)

    Okay, so the deleted subsite is still stored in the database even though I deleted it in the admin? Thanks!

    Thread Starter angelaherself

    (@angelaherself)

    Andrea:

    Have you heard of multi site users successfuly setting up the subdomains on godaddy? Or have you?

    The catch 22 here is that, when I converted the site to multi, I got a message saying “your site already exists so you have to use subdomains.” But then I read on GoDaddy’s site that you can’t use the subdomains with their hosting:

    https://help.godaddy.com/article/6143

    But then I read other posts that made it sound possible. I went and created a new A record with an asterix and the IP address associated with the domain (Which, I assume, is a static IP. I’m not sure how to tell) to allow for wildcard subdomains.

    It might take some time to propagate, but I’m still not sure Godaddy is even going to allow this to work.

    Anyway, any experience with GoDaddy? Any thoughts?

    Thanks for your help!

    Thread Starter angelaherself

    (@angelaherself)

    Andrea:

    Ha! I didn’t realize I had pasted the login info from the email. Thanks for looking out for me! Eeeks!

    And a huge thanks for your help! Everything is just as it should be now!! I have been reading other posts of yours for help already. Thanks for helping me – and so quickly!

    Angie T

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