Joshua Strebel Aug 02 • WordPress Specific FAQ/HowTo
Q: How Do I migrate my WordPress Site to Page.ly
Method 1:
Method 2:
Method 3:
There is a great plugin called BackupBuddy by IThemes that will make a complete snapshot of your site, for migration. Download it and follow the instructions.
Method 4:
Higher a Professional to help, We recommend http://wphelpcenter.com
Joshua Strebel Jul 29 • WordPress Specific FAQ/HowTo
Q: How do I upload a theme purchased/downloaded I already own.
A: You have two options:
1. Under Appearance > Themes > Install Themes (WordPress3) There is a small "Upload theme" link where you may upload the theme.zip file.
2. Purchase the $5 FTP upgrade (Under Upgrades at the top of your site) and follow the directions in the reciept email for connecting to the server. Then upload the uncompressed theme folder (unzip the theme.zip) and place into the /httpdocs/wp-content/themes directory.
Your theme will now be available for activation.
Option #2 is a little easier as sometimes people forget to upload just the theme folder.zip in option #1 and end up with /httpdocs/wp-content/themes/mytheme/mytheme/
Joshua Strebel Jun 22 • WordPress Specific FAQ/HowTo
My Page/Blog Is not loading, it's just a "whitescreen"
Sometimes upgrading (or not upgrading) WordPress, a plugin, activating a theme, or changing the url settings of your WordPress website will cause a "whitescreen". What is happening is that there is an error in a plugin or theme that is preventing the page from loading. Error reporting is turned off for security so it is hard to diagnose exactly what the problem is.
Whitescreen's usually happen when activating a new plugin, or theme. Or if you are editing a themefile and save it with a simple syntax error (like a missing semicolon)
Fear Not! the Whitescreen is easily fixed. Our Self service White Screen Eliminator tool (right side of page) will deactivate your current plugins and themes so that you may log back in and delete a bad plugin, or fix the error in your theme file. Nothing is Deleted, just de-activated.
Joshua Strebel May 18 • Page.ly FAQ
Take a look at these videos to help you get started customizing your website.
How To Log Into Your Page.ly Website
Introduction to the WordPress Dashboard
How To Change Website Title on Page.ly
Saving Your Work on Page.ly
Saving a Draft and Returning to it Later
How To Add Content to a Page
Adding a New Page
Sequencing WordPress Pages on Page.ly (Page Order)
Setting Up Your Contact Form on Page.ly (cforms)
Changing the Themes on Your Page.ly Website
Using Widgets on Your WordPress Website
Finding WordPress Plugins for Your Page.ly Website
Creating a WordPress Blog Post on Page.ly
Adding a New Author and Changing Attribution
Adding Images on Page.ly
Joshua Strebel May 11 • Tips & Tricks
Question: How Do I change the default favicon
Answer: To change the favicon you have two options:
First you need to create a favicon.ico file of an image, use this handy tool: http://tools.dynamicdrive.com/favicon/
Then you can do 1 of the following...
1. Order the FTP PowerUp (Under Upgrades at the top of your dashboard) and upload/replace the existing favicon.ico in the top directory
2. Or Under Media > Add (from your WordPress Dashboard) upload a new favicon.ico. Then under Appearance > Editor open header.php and replace the link to the favicon.ico with the new link to your uploaded images.
Example:
Old: <link rel="shortcut icon" href="/favicon.ico" />
New: <link rel="shortcut icon" href="http://<mydomain.com>/wp-content/uploads/favicon.ico"; />
3. Some themes have a option for uploading a new favicon.ico from within their settings/options page.