Title: cwolverton's Replies | WordPress.org

---

# cwolverton

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Import posts from wordpress to new wordpress blog](https://wordpress.org/support/topic/import-posts-from-wordpress-to-new-wordpress-blog/)
 *  [cwolverton](https://wordpress.org/support/users/cwolverton/)
 * (@cwolverton)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/import-posts-from-wordpress-to-new-wordpress-blog/#post-339026)
 * So you have a new installation of WP and you want to import all of the posts 
   from an existing WP installation? I if you have access to the previous database,
   I would do as suggested by Viper above. See the Codex for instructions. If you
   don’t have access to the previous database, or if you want to add posts into 
   an already-existing database, use the Import – RSS in the Dashboard. Worked like
   a champ for me.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Uploaded Excel files do not appear on blog page](https://wordpress.org/support/topic/uploaded-excel-files-do-not-appear-on-blog-page/)
 *  [cwolverton](https://wordpress.org/support/users/cwolverton/)
 * (@cwolverton)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/uploaded-excel-files-do-not-appear-on-blog-page/#post-323435)
 * No, you aren’t misunderstanding the purpose, you just have to do one more thing
   to make a link to the file you upload. When you upload a file, it is placed in
   a new folder inside your installation of WordPress. The path looks like BLOGHOME/
   wp-content/uploads/YEAR/MONTH/. After the file is uploaded, you will notice either
   a thumbnail image (if possible) or a link to your file in the box below the edit
   window, where you chose the file to upload. For an Excel file, you will see a
   blue hyperlink. Just click and drag that link into the editing window and that
   will copy the address of the file. Use that URL to make a hyperlink, like:
    `
   <a href="http://whatever_URL_was_copied_when_you_dragged">Clickable text</a>`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [static front page plugin and a normal blog](https://wordpress.org/support/topic/static-front-page-plugin-and-a-normal-blog/)
 *  [cwolverton](https://wordpress.org/support/users/cwolverton/)
 * (@cwolverton)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/static-front-page-plugin-and-a-normal-blog/#post-317780)
 * You are a lucky individual to live in such a place as Brasil, with all its diversity.
   I hope to visit some day — one of my best students was from Brasil, always trying
   to convince me to come.
 * Best wishes!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [a page as the main page](https://wordpress.org/support/topic/a-page-as-the-main-page/)
 *  [cwolverton](https://wordpress.org/support/users/cwolverton/)
 * (@cwolverton)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/a-page-as-the-main-page/#post-317427)
 * I use and like the Static Front Page plugin, [http://www.semiologic.com/software/static-front/](http://www.semiologic.com/software/static-front/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [static front page plugin and a normal blog](https://wordpress.org/support/topic/static-front-page-plugin-and-a-normal-blog/)
 *  [cwolverton](https://wordpress.org/support/users/cwolverton/)
 * (@cwolverton)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/static-front-page-plugin-and-a-normal-blog/#post-317423)
 * There is a lot (and when I say a lot, I mean a LOT) of info on permalinks in 
   the [WordPress Codex](http://codex.wordpress.org/Using_Permalinks). The condensed
   version is like this — you will need a ‘.htaccess’ file in your root WordPress
   directory. Once you have that, allow server write permission (chmod 666 .htaccess
   from the command line) and let the WordPress tools do their magic. When your 
   done, change permissions back to 644 (read/write for owner, read-only for everyone
   else).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Aligning Text in Kubrick Header](https://wordpress.org/support/topic/aligning-text-in-kubrick-header/)
 *  [cwolverton](https://wordpress.org/support/users/cwolverton/)
 * (@cwolverton)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/aligning-text-in-kubrick-header/#post-316696)
 * You’ll need to edit the ‘style.css’ file in your blog/wp-content/themes/default
   directory on your server. Before changing it, I would suggest you actually duplicate
   the directory, so you have a backup in case you don’t remember what you did wrong!
 * Within the ‘style.css’ file, find the following:
    ` h1 { font-size: 4em; text-
   align: center; }  which should be around line 90. Change the text-align attribute
   to whatever you want. If you use ‘left’, you’ll also want to add some padding
   so it doesn’t run off the header to the left.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [static front page plugin and a normal blog](https://wordpress.org/support/topic/static-front-page-plugin-and-a-normal-blog/)
 *  [cwolverton](https://wordpress.org/support/users/cwolverton/)
 * (@cwolverton)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/static-front-page-plugin-and-a-normal-blog/#post-317277)
 * It looks to me like you might have set up pretty permalinks, but might not have
   rewrite rules to match. I say this because I can’t access ANY of your categories
   using the links on your sidebar, but I can get to them using the direct method(
   for instance, [http://www.echoes4ever.com/blog/index.php?cat=3](http://www.echoes4ever.com/blog/index.php?cat=3)
   takes me to your ‘delirios’ category).
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [DB Backup Plugin](https://wordpress.org/support/topic/db-backup-plugin/)
 *  [cwolverton](https://wordpress.org/support/users/cwolverton/)
 * (@cwolverton)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/db-backup-plugin/#post-313096)
 * It’s in there, but if you did an upgrade, you may NOT have overwritten your wp-
   content directory. If you dive into the newly-downloaded wordpress/wp-content/
   plugins you’ll find a file called wp-db-backup.php. Upload it to your plugins
   directory and activate it, and you’re set.
 *   Forum: [Alpha/Beta/RC](https://wordpress.org/support/forum/alphabeta/)
    In 
   reply to: [2 blogs](https://wordpress.org/support/topic/2-blogs-2/)
 *  [cwolverton](https://wordpress.org/support/users/cwolverton/)
 * (@cwolverton)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/2-blogs-2/#post-310315)
 * If you are using any permalink rules for managing urls, you could end up with
   a conflict if you nest an *actual* directory inside your WordPress install. Just
   be careful…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Semiologic v.3.2 and many more plugin updates](https://wordpress.org/support/topic/semiologic-v32-and-many-more-plugin-updates/)
 *  [cwolverton](https://wordpress.org/support/users/cwolverton/)
 * (@cwolverton)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/semiologic-v32-and-many-more-plugin-updates/#post-303028)
 * Denis- thanks for such quick attention. It’s developers like you that make WordPress
   such a wonderful platform, and that makes it easier (and more fun) to do my job.
 * All the best,
    –chris
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Semiologic v.3.2 and many more plugin updates](https://wordpress.org/support/topic/semiologic-v32-and-many-more-plugin-updates/)
 *  [cwolverton](https://wordpress.org/support/users/cwolverton/)
 * (@cwolverton)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/semiologic-v32-and-many-more-plugin-updates/#post-303023)
 * Denis,
 * Thanks so much for your reply, I really appreciate it. The results of the php
   are:
    ` string(29) "http://wolverton.owu.edu/lab/" string(5) "/lab/"
 * As for the code I’m using, it is (for example) [Introduction to Protists -> protists],
   where the page with the ‘protists’ slug is a sub-page of the referring page, ‘
   intro.’
 * Again, thanks for any help, or if anyone else wants to chime in, I’d appreciate
   it!
 * –chris
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Semiologic v.3.2 and many more plugin updates](https://wordpress.org/support/topic/semiologic-v32-and-many-more-plugin-updates/)
 *  [cwolverton](https://wordpress.org/support/users/cwolverton/)
 * (@cwolverton)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/semiologic-v32-and-many-more-plugin-updates/#post-302977)
 * Denis:
 * First, thanks so much for the quality plugins. I just upgraded to WP 2.0 and 
   seem to be having trouble with Smart Link. The main place I’ve used it is on 
   the following page: [http://wolverton.owu.edu/lab/intro/](http://wolverton.owu.edu/lab/intro/),
   beginning at the link “Introduction to Protists.” Before upgrading, all worked
   well. Now, there seems to be a problem with permalinks or something, since the“
   lab” directory is dropped from the Smart Link. Any thoughts, or is this a 2.0
   problem?
 * Thanks,
    –chris
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [In search of websites who use WordPress for more than a weblog](https://wordpress.org/support/topic/in-search-of-websites-who-use-wordpress-for-more-than-a-weblog/)
 *  [cwolverton](https://wordpress.org/support/users/cwolverton/)
 * (@cwolverton)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/in-search-of-websites-who-use-wordpress-for-more-than-a-weblog/#post-296413)
 * I use WordPress to drive my entire lab/teaching site:
 * [http://wolverton.owu.edu/lab/](http://wolverton.owu.edu/lab/)
 * Much of the content is page-driven, and I’m using the Static Front Page plugin
   up front. The only “blogish” content is in my ‘Thoughts’ category. It’s so flexible
   and malleable, I love it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Error with Akismet – Invalid Key](https://wordpress.org/support/topic/error-with-akismet-invalid-key/)
 *  [cwolverton](https://wordpress.org/support/users/cwolverton/)
 * (@cwolverton)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/error-with-akismet-invalid-key/#post-291554)
 * I just input my key again and now it works. I changed absolutely nothing with
   my setup, so I am left to believe something changed from the other end. Perhaps
   there was a database problem on the Akismet end? I dunno, but it works now. You
   might try again, piginzen…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Error with Akismet – Invalid Key](https://wordpress.org/support/topic/error-with-akismet-invalid-key/)
 *  [cwolverton](https://wordpress.org/support/users/cwolverton/)
 * (@cwolverton)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/error-with-akismet-invalid-key/#post-291529)
 * I finally got around to getting an API key and I’m having the same problem on
   two different installations at two different servers. The plugin appears to be
   fine, but I get the same error as above. Any thoughts anyone?

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