mcgeorge312
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [IMPress for IDX Broker] Omnibar search WidgetJurski, can you provide a link to your site?
Forum: Fixing WordPress
In reply to: Emergency! I think I just lost everything!Never mind. I deleted the template. Great!
Forum: Fixing WordPress
In reply to: Display posts in Ascending order?Thanks!
Forum: Fixing WordPress
In reply to: Display posts in Ascending order?I pasted the code here. Thanks!
Forum: Fixing WordPress
In reply to: Display posts in Ascending order?I don’t get it. I copied and pasted your code right from this page. I did review it and I don’t see the difference. I’ll try again and see what happens.
Forum: Fixing WordPress
In reply to: Display posts in Ascending order?<div id=”contentwrapper”>
<!—- <?php if (have_posts()) : ?> ——–>
<?php
query_posts($query_string . ‘&order=ASC’);
if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?>
Forum: Fixing WordPress
In reply to: Display posts in Ascending order?Thank you so much for the quick response! I really appreciate it. I did exactly what you said and I got this error:
Parse error: parse error, unexpected $ in /home/content/c/a/r/carlynelson/html/wp-content/themes/pixeled/index.php on line 54
Viewing 7 replies - 1 through 7 (of 7 total)