acrono
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Fixing WordPress
In reply to: Posts don't show on homepage and categoriesBut I want to use this time. Is there no way I could fix it ?
Forum: Fixing WordPress
In reply to: Posts don't show on homepage and categoriesif (have_posts()) : ?> <?php while ($wp_query->have_posts()) : $wp_query->the_post(); ?>This above if ends with this:
<?php else : ?> <h2>Not Found</h2> <p>Sorry, but you are looking for something that isn't here.</p> <?php include (TEMPLATEPATH . "/searchform.php"); ?>Apparently it goes on the
elsestatement so there’s a problem with entering the if.Any hints?
Forum: Fixing WordPress
In reply to: Posts don't show on homepage and categoriesWorks fine with the default theme. How can I fix my theme to work ?
Forum: Fixing WordPress
In reply to: WordPress Crashed after updateTheme: Magnet by WpZoom
Forum: Fixing WordPress
In reply to: WordPress Crashed after updateI switched to Twenty Eleven by admin panel. This theme seems to be causing no problem. So it’s a theme problem here.
Forum: Fixing WordPress
In reply to: WordPress Crashed after updateI don’t have a previous database backup. How can we solve this ?
Forum: Fixing WordPress
In reply to: WordPress Crashed after updateI don’t have a backup of my site. I can make a database backup anyway (i can access the admin panel).
Hope you guys know what’s causing this.
Can I downgrade the wordpress version ?
Viewing 7 replies - 1 through 7 (of 7 total)