DISQUS

Chris Brogan: I Need Wordpress Help

  • Christopher S. Penn · 2 years ago
    1. Your template is bouncing back to default constantly because the WP-mobile plugin isn't drag and drop - there are detailed instructions on how to use it, and it involves a few steps. Deactivate it temporarily while you reinstall.

    2. Yes.
  • Brian Hogg · 2 years ago
    Not sure about the first point, but the second is fairly easy. Assuming you have a handy admin panel for the mysql db, just navigate to the "wp_posts" table in the db you installed wordpress to. You can browse through all of the posts.

    Getting the comments is another step, as they're in the wp_comments table, and are linked with a comment_post_ID field. If you know a little mysql you could extract it fairly easy, and also if you know some PHP you can write a query that would bring it all out in a nice human-readable format.

    (Pretty simple code to write, if you're not a coder)
  • kristin · 2 years ago
    1) wp bumps you back to default if it cant access your regular theme. Somewhere it's not able to access your theme stylesheet or index.php. It could be a hosting issue.. like if the server is overloaded and it's taking forever because the CPU is freaking out.. etc. Easiest way to keep it from happening is to delete the default theme, and rename yours to default.

    2) There are services that will turn your blog into a book (blurb.com), or you can use the wordpress export feature to get your posts into an XML file.
  • chrisbrogan · 2 years ago
    Mr Penn solves the Wordpress issue in one shot. The book-writing thing is different.
  • Meghan · 2 years ago
    Looks like you've got the template all squared away -- just be sure all of the new template files are in their own folder on your server (w. all the required files) and you should be good to go.

    Kristin's idea to use the WP export feature is probably you easiest bet; once you've exported all of your content to an XML file you can crack it open on Word (or the editor of your choice) and go crazy with formatting and searching. If that doesn't work for you though I'd be happy to help you find a workaround.
  • Dale Cruse · 2 years ago
    One thing you could do is make your current template the default and then delete the "old" default template. Never shall it display again!
  • Carolyn Manning · 2 years ago
    It looks like you have help enough to set things straight, but I'd also suggest the WordPress Forum. There are a lot of people in there who know a lot of things.