MJMarcell
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Flexmls® IDX Plugin] 403 errorThanks!
Forum: Plugins
In reply to: [Flexmls® IDX Plugin] 403 errorForum: Installing WordPress
In reply to: issues with installation of 3.4.2You’ll want to overwrite most of the WordPress core files with a new instance of WordPress via FTP. Be careful not to overwrite your theme files or settings. Just follow the steps for “Manual Update” at the link which alvaw posted.
Forum: Fixing WordPress
In reply to: query_posts & custom taxonomiesTry:
<?php query_posts(‘category_name=Directors’); ?>
<?php while (have_posts()) : the_post(); ?>
Forum: Installing WordPress
In reply to: open a linkazulay5600, can you provide a link to the website where you’re having this problem?
Forum: Installing WordPress
In reply to: Problem logging inbeesmith,
is the code you provided a direct copy of the changes you made? The following line has an error:
define(‘WP_SITEURL’,’ ‘http://WWW.irishblessingstours.com’);
There is an extra single quote in there between parameters. I would remove that and see what happens.
Viewing 6 replies - 1 through 6 (of 6 total)