WordPress Designers and Developers in Minneapolis, MN

How to Import PodPress Audio URLs

I ran into a real bugger of a problem tonight when attempting to import a WordPress site using the Importer plugin. The problem arose, because the importer does not get all of the data out of the “wp_postmeta” table. In fact, it misses or messes up the audio urls that PodPress uses.

The solution I found was the following:

  1. MAKE A BACKUP OF BOTH YOUR OLD SITE’S AND NEW SITE’S DATABASES!!! (Following the steps below can seriously and permanently mess up your site. Call a WordPress pro if this message scares you. Seriously.)
  2. Go into the old site’s phpMyAdmin and export the “wp_postmeta” and “wp_posts” tables.
  3. Go into the new site’s phpMyAdmin and import the “wp_postmeta” and “wp_posts” tables that you just saved in step 1 above. (Note: If your target installation uses the same “wp_” prefix, then you will need to change the title of the tables before importing them.)
  4. In the new site’s phpMyAdmin, run the following query:

    REPLACE
    INTO wp_posts
    SELECT *
    FROM wp_ww_posts
    ;

  5. That did it for me. How about you?

    (Thanks, FCW and NTM!)

Edits Not Being Saved in Adobe Lightroom 3 on Export

I am writing this post to help save some soul(s) some time and frustration.

Usually I use Adobe Photoshop to edit photos for my WordPress sites.  Today I decided to give Adobe’s Lightroom software a try.

I opened Adobe Lightroom 3 for the first time and found that my photo edits were not being included on export.  For example, I would make a photo black-and-white, export it, and the exported image would remain unchanged.

The secret to solving this issue is to choose “JPEG” from the “File Settings” panel on the export screen.  I was choosing “original” (and why not?).

That’s all!

WordPress Classes in Minneapolis and St. Paul

I am working on a series of beginner WordPress classes for College of Visual Arts in St. Paul and CoCo in Minneapolis.  So far I have found creating a curriculum to be difficult.  The central question that I am wrestling with is, “Who is a WordPress beginner?”

There are beginners who fully understand the WordPress interface and are ready to move on to CSS and PHP, just as there are beginners who have probably never used a computer before.  There are beginners who want to blog, and there are beginners who want to set up an e-commerce website.  There are beginners who understand the web, and there are beginners who find logging into gmail to be a continual challenge.

A WordPress class can’t be everything to everyone, but hopefully it touches enough bases to make the majority of students feel like they got their money’s worth.  But this is the struggle.  Where is that sweet spot?

I have taught a number of WordPress classes via Minneapolis Community Education, and, by-and-large, those have been huge successes.  Most of the students who came through those classes left feeling like they were in a better position to go forth into the world of WordPress than when they began.

But those classes cost only $20.  We are looking at much higher price points outside of that environment.  And to paraphrase Spider Man, “With bigger prices comes bigger responsibility.”

I have considered all sorts of options including:

  • Beginner WordPress.com
  • Beginner WordPress (self-installation)
  • Getting Started with CSS in WordPress
  • Building Your First WordPress Theme
  • WordPress for Small Businesses
  • Beginner PHP in WordPress
  • WordPress for Bloggers
  • WordPress for E-Commerce
  • WordPress Multi-Site for Beginners
  • Building Your First WordPress Plugin
  • Fun with Functions.php
  • Photoshop for WordPress Users
  • Advanced PHP for WordPress

I don’t know that any of the above truly meet a majority of people’s needs, but I am guessing that the masses want a WordPress class that gives them the basics of how to create posts/pages/links, insert images/video, and do some other basic things.

So, I think I will start there.

What  WordPress class would you like to see taught in the Twin Cities?

Calendar Plugin Update

We are making the best calendar plugin we can fathom.  Adrienne and I have been meeting weekly to check in on each other’s updates in this regard.  Updates this week include:

  • We have a name for the plugin!  It is still top-secret until we get some branding done, but rest assured, it will be cowboy-tastic!
  • We still don’t know where or how we are going to sell the thing.  We are checking out wpplugins.com and codecanyon.net as well as some in-house options.
  • I recoded the plugin to reflect the new name.
  • We are building out some unique features, which will be unveiled once we figure out our marketing plan.
Please let us know if you have ideas or suggestions on features and calendar needs that are going unmet.

 

BackupBuddy – 1st Experience

Tonight I utilized BackupBuddy to migrate a WordPress installation from a live server to a local install using MAMP on my Mac.  It was my first attempt at a BackupBuddy migration and took about 5 minutes to complete.

The process was intuitive and easy.  Earlier in the evening, I attempted to do a manual move and was running into all sorts of issues moving my database and connecting the dots – moreso than usual.  So, the ease of this BackupBuddy move was much appreciated.

What has been your experience with BackupBuddy?