davegf
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Centre Featured ImageLegend! Thanks bro 😉
Forum: Fixing WordPress
In reply to: Broken Post DatesOh apologies, still had the redirect up, try now?
Forum: Fixing WordPress
In reply to: Broken Post DatesFair point @andrew, any advice on the issue?
Forum: Fixing WordPress
In reply to: Broken Post DatesAnd typed “REPAIR TABLE ‘wp_posts'” into the query box for that database and got no confirmation message and problem still not fixed 🙂
Do either of you guys wanna jump into my admin area or hosting account? 🙂
Forum: Fixing WordPress
In reply to: Broken Post DatesTried this:
“edit your content-single.php
find this line
<?php athemes_posted_on(); ?>
and replace it with
<?php the_time(); ?>”
And ti didn’t make a difference for the posting date on the top post on the homepage but it changed the time of each post to “12:00” on each single post page.
Forum: Fixing WordPress
In reply to: Broken Post DatesYeah, wp_posts is one of those that says “The storage engine for the table doesn’t support repair”?
Forum: Fixing WordPress
In reply to: Broken Post DatesSo I repaired all databases and they all are ok apart from a few of them say “The storage engine for the table doesn’t support repair”
Ideas?
Forum: Fixing WordPress
In reply to: Broken Post DatesThanks, but how do I know which tables need to be repaired? 😉
Forum: Fixing WordPress
In reply to: Broken Post DatesOK, so is there anything I an do about that?
Thanks
Forum: Fixing WordPress
In reply to: Broken Post DatesYep @alchymyth problem persists 🙁
Forum: Fixing WordPress
In reply to: Broken Post DatesOk, I have disabled all plugins but still no fix 🙁
Forum: Fixing WordPress
In reply to: Broken Post DatesOk yes I have a single.php, here it is:
<?php /** * The Template for displaying all single posts. * * @package aThemes */ get_header(); ?> <div id="primary" class="content-area"> <div id="content" class="site-content" role="main"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'single' ); ?> <?php if ( get_theme_mod( 'author_bio' ) != 1 ) : ?> <div class="clearfix author-info"> <div class="author-photo"><?php echo get_avatar( get_the_author_meta( 'ID' ) , 75 ); ?></div> <div class="author-content"> <h3><?php the_author(); ?></h3> <p><?php the_author_meta( 'description' ); ?></p> <div class="author-links"> <a>" rel="me">More Posts</a> <?php if ( get_the_author_meta( 'twitter' ) ) : ?> <a>">Twitter</a> <?php endif; ?> <?php if ( get_the_author_meta( 'facebook' ) ) : ?> <a>">Facebook</a> <?php endif; ?> <?php if ( get_the_author_meta( 'linkedin' ) ) : ?> <a>">LinkedIn</a> <?php endif; ?> </div> </div> <!-- .author-info --></div> <?php endif; ?> <?php athemes_content_nav( 'nav-below' ); ?> <?php // If comments are open or we have at least one comment, load up the comment template if ( comments_open() || '0' != get_comments_number() ) comments_template(); ?> <?php endwhile; // end of the loop. ?> </div><!-- #content --> </div><!-- #primary --> <?php get_sidebar(); ?> <?php get_footer(); ?>Can you see anything that can be changed? Sorry, I don’t know PHP 🙁
Forum: Fixing WordPress
In reply to: Broken Post Dates@dim, I assume that code is from the MailMunch plugin as “mmunch” is mentioned, I have disabled that plugin now
Forum: Fixing WordPress
In reply to: Broken Post DatesTheme is “Fashionista’s” and pretty sure it is the parent and there is no option to select a child
Forum: Fixing WordPress
In reply to: Broken Post DatesI deactivated plugins and no change
Post published date: Published on: 1 Jul 2015 @ 17:35
Date format: 01/07/2015Any other ideas? 😉