fathernugen Posted January 16, 2011 Share Posted January 16, 2011 I have successfully installed wordpress, got the shop bit up and running, the theme works too. I am receiving this error on my installation of Wordpress. I have wp-ecommerce and a theme i purchased from Storefront (who need to recruit some more support workers) all working on here. Warning: Missing argument 1 for query_posts(), called in /home/dunford/public_html/wp-content/themes/storefront-elegance-1.2/page.php on line 12 and defined in /home/dunford/public_html/wp-includes/query.php on line 59 If any one has any ideas what I have to edit in the query.php file then I will be eternally grateful. Link to comment https://forums.phpfreaks.com/topic/224630-wordpress-with-storefront-thems-and-instinct-e-commerce-plugins/ Share on other sites More sharing options...
fathernugen Posted January 16, 2011 Author Share Posted January 16, 2011 I found the answer on the wordpress help site. Apparently I modify this: <?php query_posts();?> to look like this: <?php query_posts('');?> And I'm done. I am however worried that it's going to be harder than that...... If anyone knows some better practice than this I would like to know. Thanks for any help I receive. Surya. Link to comment https://forums.phpfreaks.com/topic/224630-wordpress-with-storefront-thems-and-instinct-e-commerce-plugins/#findComment-1160337 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.