WordPress is an impressive open source blog engine and it's been a long time since I have been this enthusiastic about a new application. WordPress is easy to extend and manage; not an easy feat to achieve. Enough praise about this great app, let's get to the book....
I ran into an issue with images not loading with SlideShowPro and WordPress. I would get the gray frame but no controls or images from the gallery. To fix the issue I did the following. Update SlideShowPro Open the SlideShowPro .fla you are working with in Flash. Select to Window/Component Inspector or Shift + F7. ...
When you are finished with development and staging reviews there are some database changes that need to be made in order for your WordPress blog to work properly. You can use any MySQL tool you have available, my favorite is Navicat. Options Table The options table stores all of the main settings for your blog. ...
Here is how you can add a custom page to WordPress. This is useful if you want to create a page that uses your own code for a custom function and you want to use the template you have installed on your WordPress blog. So let’s get to it… Create your custom page For this ...