smuffle89
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to allow comments on PAGES?if i were you, i would create one. my page template looks like this:
<?php /** * @package WordPress * @subpackage Default_Theme */ get_header(); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <div id="content" style="position: absolute;"> <h1><?php the_title(); ?></h1> <div class="entry"> <?php the_content('Read the rest of this page »'); ?> <?php comments_template(); ?> <?php wp_link_pages(array('before' => '<strong>Pages:</strong> ', 'after' => '', 'next_or_number' => 'number')); ?> </div> <?php endwhile; endif; ?> <?php get_footer(); ?> </div>
with the comments template included ??
Forum: Fixing WordPress
In reply to: blog partially loading in ie (and i didn’t use microsoft word)can you kind of point me in the direction of where those major code errors are. i think alot of them most likely will be the /> one.
Forum: Fixing WordPress
In reply to: database table issuesThankyou whooami.
Forum: Fixing WordPress
In reply to: database table issuesShane:
Are you sure I should really change the permalink structure as it was on the old server. My url has changed in the transfer.
Forum: Fixing WordPress
In reply to: database table issuesIve tried reading that & it only addresses if the url is essentially the same ?? i moved my blog from a new server & host to another server & host
Forum: Fixing WordPress
In reply to: file permissionsdidn’t work. https://www.smuffle.net/
Forum: Installing WordPress
In reply to: Mess in upgradeid say check each individual folder or just check the folders in which the problem lies. I remember uploading my wp to a new server and for some weird reason, I was missing about 10 files and about 5 images. so just check that every file is in there
Forum: Installing WordPress
In reply to: Installed but Nothing Shows Upwhat are telling the server to do in your index? I looked in your coding but there’s nothing there.
Forum: Installing WordPress
In reply to: site pages and posts gone after transfer installationthankyou for the quick reply and thanks for sharing the knowledge ??
Forum: Fixing WordPress
In reply to: can not post new blog entries b/c of errordon’t know exactly what happened, don’t care but it’s gone. Thankyou Jesus lol!
Forum: Fixing WordPress
In reply to: problems with permalinkswhere exactly would I add this? My header?
Forum: Installing WordPress
In reply to: copy word press from one server to anotheryou may have to change your login details as I understand from what it says.
Forum: Installing WordPress
In reply to: Undefined functionis there a way to pinpoint which files didn’t get uploaded. i just copied and pasted my wp folder to my new server
Forum: Installing WordPress
In reply to: Unable to get Database to connect to WordPressit might have something to do with your .htacess file. did you change anything on it?
Forum: Fixing WordPress
In reply to: coding inquiry