Title: netanator's Replies | WordPress.org

---

# netanator

  [  ](https://wordpress.org/support/users/netanator/)

 *   [Profile](https://wordpress.org/support/users/netanator/)
 *   [Topics Started](https://wordpress.org/support/users/netanator/topics/)
 *   [Replies Created](https://wordpress.org/support/users/netanator/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/netanator/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/netanator/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/netanator/engagements/)
 *   [Favorites](https://wordpress.org/support/users/netanator/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All-in-One WP Migration and Backup] Restoring database keeps spinning](https://wordpress.org/support/topic/restoring-database-keeps-spinning/)
 *  [netanator](https://wordpress.org/support/users/netanator/)
 * (@netanator)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/restoring-database-keeps-spinning/#post-5689984)
 * I’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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Recent Posts Widget Extended] Can't stop thumbnails from showing (shortcode)](https://wordpress.org/support/topic/cant-stop-thumbnails-from-showing-shortcode/)
 *  [netanator](https://wordpress.org/support/users/netanator/)
 * (@netanator)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/cant-stop-thumbnails-from-showing-shortcode/#post-5558646)
 * I fixed this by setting thumb=”0″ instead of “false”
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Single.php post content not showing](https://wordpress.org/support/topic/singlephp-post-content-not-showing/)
 *  Thread Starter [netanator](https://wordpress.org/support/users/netanator/)
 * (@netanator)
 * [18 years, 8 months ago](https://wordpress.org/support/topic/singlephp-post-content-not-showing/#post-625853)
 * I 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Single.php post content not showing](https://wordpress.org/support/topic/singlephp-post-content-not-showing/)
 *  Thread Starter [netanator](https://wordpress.org/support/users/netanator/)
 * (@netanator)
 * [18 years, 8 months ago](https://wordpress.org/support/topic/singlephp-post-content-not-showing/#post-625845)
 * Sure, 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.

Viewing 4 replies - 1 through 4 (of 4 total)