Skip to main content

142 posts tagged with "Misc"

View All Tags

Forcefully remove WordPress Posts using PHPMyAdmin

· One min read

 

  1. Launch PHPMyAdmin (either directly or through your web hosting control panel – doesn’t matter).
  2. Go into the wordpress database
  3. Go into your: Posts table
  4. Click Operations
  5. Click Empty the table (TRUNCATE)
  6. Click Ok

Using phpmyadmin to remove WordPress posts

· One min read

Warning:  This will remove all posts on your wordpress installation. Make sure you have a backup or simply don’t want them anymore… when they are gone they are gone!

  1. Login to PHPMyAdmin
  2. On the left hand side – select your wordpress database
  3. Click on the Posts stable
  4. Click Operations (top menu bar)
  5. Click Empty the table (TRUNCATE)
  6. Click Ok

Note: Clearing the postsmeta table will delete the references to your images and post tags.

Visual/HTML Editor stuck in WordPress

· One min read

Having problems with creating or editing a post on WordPress and you cannot change between the Visual Editor and HTML Editor?

  1. First thing is trying to clearing your browser cache.
  2. If that doesn’t work the issue is probably the theme you are using, some themes have shortcodes and therefore have buttons on the editor that might be damaged or corrupt – the fix for this is update to a newer theme version or change the theme.