netanator
Forum Replies Created
-
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Restoring database keeps spinningI’m having a similar issue after the update ( v 3.2.2 ) – export from staging site and attempting to import to local environment. Previously this operation has been seamless, but now not so much.
All it seems to do is display the following message with spinning graphic – “Done retrieving a list of all WordPress files.”
There is no error log file to view. I’m letting it run, but it’s been running for a while.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Can't stop thumbnails from showing (shortcode)I fixed this by setting thumb=”0″ instead of “false”
Forum: Fixing WordPress
In reply to: Single.php post content not showingI have deactivated the slashdigglicious plug-in thinking that it was the culprit. But that didn’t seem to have any effect.
Actually, what I am considering at this point is un-installing the theme, deactivating all plug-ins and reinstalling the theme and adding plug-ins one at a time.
It’s just a tedious process I’m not looking forward to.
Thanks for your help 🙂
Forum: Fixing WordPress
In reply to: Single.php post content not showingSure, here’s the code that is directly from the theme in single.php:
<div class="entry"> <?php the_content(); ?> <?php link_pages('<p><strong>Pages:</strong>','</p>','number'); ?> <p class="postmetadata"> <?php _e('Tags:'); ?> <?php the_category(', ') ?> <?php edit_post_link('Edit', ' | ', ''); ?> // <strong><?php comments_popup_link('Add Comment »', '1 Comment »', '% Comments »'); ?></strong> </p> </div> <div class="comments-template"> <?php comments_template(); ?> </div> </div>And the slashdigglicious is a plug-in that she installed at some time. That ‘<span class=”slashdigglicious”>’ is what is generated by the plug-in.