chrisin2
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t seem to enable “add comment” on pagesIn my page.php…where do I add the <?php comments_template(); ?>
——————————————————–
<?php get_header(); ?><div id=”casing”>
<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>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2>
</div><div class=”cover”>
<div class=”entry”>
<?php the_content(‘Read the rest of this entry »’); ?>
<div class=”clear”></div>
<?php wp_link_pages(array(‘before’ => ‘<p>Pages: ‘, ‘after’ => ‘</p>’, ‘next_or_number’ => ‘number’)); ?>
</div></div>
</div>
<?php endwhile; endif; ?>
</div><?php get_sidebar(); ?>
<?php get_footer(); ?>
Forum: Plugins
In reply to: Inserting a Contact Form 7 form in a template fileIs there a drop down calender type form plugin for wordpress.
Forum: Fixing WordPress
In reply to: luxuryrentalsaustin.comCustom permalink..do you mean once I delete and then go back into wordpress and select custom permalink. It would create a htaccess file automatically?
Forum: Fixing WordPress
In reply to: luxuryrentalsaustin.comI copies and pasted into .htaccess but nothing
Forum: Fixing WordPress
In reply to: luxuryrentalsaustin.comOK I went into the database and fixed the issue. My site is back up. But links don’t work. I see this in my permalinks.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>what am i supposed to do ???
Forum: Fixing WordPress
In reply to: luxuryrentalsaustin.comnow when i try to log in..
Warning: parse_url(https:///www.luxuryrentalaustin.com) [function.parse-url]: Unable to parse URL in /home/content/j/a/m/jamaica1962/html/lraustin/wp-includes/pluggable.php on line 947
Warning: Cannot modify header information – headers already sent by (output started at /home/content/j/a/m/jamaica1962/html/lraustin/wp-includes/pluggable.php:947) in /home/content/j/a/m/jamaica1962/html/lraustin/wp-includes/pluggable.php on line 868
Forum: Fixing WordPress
In reply to: luxuryrentalsaustin.comUsing godaddy hosting I followed the ‘Changing the URL directly in the database’ and could not find the wp-content/cache file to delete. I can log into the site (https://www.luxuryrentalsaustin.com/) but it gives me this on the home page.
Warning: parse_url(https:///www.luxuryrentalaustin.com) [function.parse-url]: Unable to parse URL in /home/content/j/a/m/jamaica1962/html/lraustin/wp-includes/classes.php on line 162and this when I log in.
Warning: parse_url(https:///www.luxuryrentalaustin.com) [function.parse-url]: Unable to parse URL in /home/content/j/a/m/jamaica1962/html/lraustin/wp-includes/http.php on line 257