Showing posts with label wordpress. Show all posts
Showing posts with label wordpress. Show all posts

Friday, February 11, 2011

Security Update: WordPress and Google Both Launch Improvements

It’s been a busy week for security buffs as both WordPress and Google Accounts are both receiving major security improvements that their users should definitely scoop up as quickly as possible.

For WordPress users, they need to see about upgrading their installation to version 3.0.5, which fixes several security bugs that are most dangerous to those who have authors with limited permissions on their blog. Google, on the other hand, is slowly rolling out a new two-factor authentication system that may help keep your email and other information more secure.

If you use either or both of these tools, you may want to look at making the needed changes so you can get the full benefit of their security improvements. Otherwise, you’ll likely find that your blog, your email and your other personal information are at greater risk.

WordPress Launches 3.0.5

WordPress users who have a standalone installation of WordPress on their server, will likely want to upgrade to 3.0.5 as soon as possible.

The upgrade addresses several severe security issues including:

  1. Two security issues that would have allowed a author or contributor-level user to gain greater access to the site.
  2. Another security issue that would have allowed an author-level user to read information they weren’t supposed to access, such as drafts or private posts.
  3. Two additional security issues that help secure plugins, especially those that don’t use WordPress’ built-in security API.

Obviously, if you don’t have author or contributor-level users or don’t use many plugins, there is less urgency in this upgrade but, considering it is a free update and takes only minutes to install automatically, it’s well worth going ahead and upgrading.

At the same time as WordPress 3.0.5′s release, Automattic also announced the release of the fourth release candidate for the WordPress 3.1 branch. This release deals mostly mostly small bugs that were found in the third release candidate and marks a clear sign that the 3.1 branch is very near completion and should be sent out to the masses very shortly.

Google Introduces Two Factor Authentication

For users of Blogger, or even just Gmail or other Google tools, Google is rolling out two-factor authentication to help make your Google account more secure.

The basic principle is that, instead of merely having your email address and password to log into your Google account, you also have to enter a second, numerical passcode. This code is always changing and is sent to the user every login via either text message or the “Google Authenticator” app that is available for the iPhone, Android and BlackBerry.

Since this number changes regularly, it makes it much more difficult for someone to phish your password and anyone who wishes to enter your acount without authorization has to have access to your email address, password and your phone, making the process significantly more difficult.

Two-factor authentication is hardly new, PayPal has been using a security key system for years and many corporations and government agencies have required other kinds of security tokens for even longer.

But despite their history, security tokens have not gained widespread usage due to the perceived hassle (both in setting them up and using them) and the fact many don’t wish to either use text messages or to purchase keychains or cards to keep around. This has limited the application to high-risk targets such as banks, corporations and so forth.

Fortunately, Google’s system is free for anyone with a smartphone or with an unlimited text messaging plan and, as such, may mark the beginning of widespread usage for more personal targets.

As incidents like the Gawker leak have shown us, passwords are very vulnerable to being leaked, guessed or stolen, making a second layer of authentication very important for critical data.

Right now, systems such as Google’s are the best available and will likely become more common over the next few years.

Bottom Line

If you value your data, your privacy and your site, then you need to take security seriously. Fortunately, both Google and the WordPress development team are both working to help make security easier and better.

If you use either of these products, take a moment and upgrade your sites and your password security. You’ll be glad that you did.

While these steps may not secure you completely, that’s because nothing really can. They will, however, make you a much more difficult target and motivate attackers to move on to other, easier targets.

Related Articles

Wednesday, February 9, 2011

How to Troubleshoot WordPress

This guest post was written by Neil Matthews, a WordPress consultant at WPDude.

Over the years, I’ve developed a troubleshooting methodology while working with my WordPress technical support clients.  My methodology helps  to solve the majority of WordPress crashed sites I’ve come across, and I wanted to share it with you, the good readers of ProBlogger.

I cannot claim that I invented the process, but I have brought together a number of useful tips from the WP community and combined them to create a repeatable and verifiable way to isolate and troubleshoot WordPress problems.

The process

This methodology isolates the various layers of a WordPress site one at a time, tests a layer by removing its component parts, and then, if the problem still exists, moves down to test the next layer.

Once you have isolated the problematic component, you can remove it from your site and troubleshoot the problem itself.

I recommend doing this in a slow and ordered manner, incrementally testing each layer as you go. Look at a layer, disable all of the components, and slowly restart them to find out where the problem lies.

The layers

I like to divide WordPress into four layers:

  • plugins
  • theme
  • WordPress core
  • database.

This methodology looks at the first three layers only.

What can this process fix?

This methodology can be used to fix a variety of WordPress issues including, bit not limited to:

  • the dreaded “white screen of death” where all you can see is a white screen and nothing else
  • “Header Already Sent” errors
  • “Fatal Plugin” errors
  • “Out of Memory” errors
  • …many other WordPress problems, too.

Back up first

Even if your site has crashed, it’s important to stop, take a moment, and back up your site as it is now.  You are about to embark on a journey which will make a lot of changes to your site.  Taking a backup of the site as it stands means you can fall back to your starting position if you need to, without making the situation any worse.

Troubleshooting plugins

I always start at the plugin layer when I’m troubleshooting a WordPress problem. In my experience, about 80-90% of system crashes are caused by plugin issues. This is because there are so many plugins (sometimes of questionable coding quality) available to WordPress site owners.  Combining these plugins with other plugins, themes, and WordPress itself creates an untested mix that can very easily crash your site.

This is how I troubleshoot plugins:

  1. Disable all plugins.
  2. Has the problem gone? If it has, you have an issue at the plugin layer, if not, move down to next layer the theme.
  3. Re-activate plugins one at a time.
  4. Test your site after each reactivation. Has the problem returned? If so, you have now found the suspect plugin: go to point 5. If not, rinse and repeat from point 3.
  5. Disable that plugin.
  6. Re-activate the other plugins to ensure you don’t have multiple plugin problems.
  7. If the problem is still cleared, you have isolated and remove the problem. Go to the Getting Support section below.

Sometimes plugins cause such a problem that when you try to log into the dashboard to disable them, all you get is the same error message. If you cannot log into the dashboard, all is not lost: I have a work-around for you.

What you need to do is connect to your site via FTP and navigate to the wp-content folder.  If you rename the plugins directory, to plugins_temp for example, WordPress no longer knows where the plugin files are, and stops running them.  Now if you try to log in to the site, you’ll find that the issue has probably gone.

If you then proceed to the Plugins section in your Dashboard, you will see an error message that the plugin files cannot be found and have been disabled. Rename plugins_temp and you plugin files will be available again. Now, incrementally start from point 2 above to see which one caused the problem.

Troubleshooting themes

Once you have tested the plugins to rule them out, you need to move down a layer to the theme. This is how I troubleshoot themes:

  1. Disable the current theme.
  2. Activate a default theme such as Twenty ten.
  3. Test. If the problem has gone, you know the theme is causing issues. If not, move down to the WordPress core layer.
  4. Re-activate all of the plugins individually to make sure there is not a composite problem. If the problem doesn’t recur, you’ve isolated the theme as the problem area.

Next, I’d try to rule out any changes I’d made to the theme by removing any code I had recently added. If I have updated the theme, I’d roll back to a previous version. If I have just added a new widget, I’d try to back this out.  As you can see, the process is all about back-tracking methodically so you can repair the issue.

Again, if you cannot log into the dashboard there is a work-around. Connect to your site via FTP, and navigate to the wp-content/themes directory. If you now rename your currently live theme directory to themdir_temp for example, WordPress won’t know where the theme files are. All you’ll see at the front end is a white screen, but the dashboard will be available. Go to point 2 above and activate a default theme.  Remember to change the name of themedir_temp back to themedir to help troubleshooting.

Troubleshooting WordPress Core Files

The last layer to check are your WordPress core files.  This is the last layer because it is the least problematic, but I have seen incidents where files have become corrupt, stopping WordPress from working correctly.  The easiest way to troubleshoot WordPress core files is to re-install a clean copy.

This is my process for troubleshooting WordPress core files:

  1. Download a clean version of WordPress from http://wordpress.org/download/.
  2. Connect to your site via FTP.
  3. Rename wp-admin and wp-includes to ensure you are uploading clean copies of these directories.
  4. Back up wp-config.php just in case. This files holds your database connection details (amongst other things).
  5. Upload your clean version of WordPress.
  6. Test. Is your issue fixed? If so, you have isolated the problem at WordPress core. If not, it’s time to call in the experts.
  7. Re-activate your theme and test it.
  8. Re-activate your plugins and test them.

Fixing the component

At this point, you have hopefully isolated the component of your site that was causing issues.  So what do you do now?  Here are your options:

  • Visit the plugin or theme developers’ site and check to see if they have a support forum to search or request support from. Any developer worth his or her salt will be only too happy to provide support, and premium plugins and themes should provide top-class support as part of your fee. Remember to be nice to them if it’s a free theme or plugin and they don’t reply in five minutes.
  • Find a replacement for the plugin or theme. There is usually more than one implementation of a plugin, so if you can, swap out the problematic plugin with another one.
  • Request some support from http://wordpress.org/support/. This is excellent for core WordPress problems, and you will often find forums for individual plugins there, too.
  • Set the social media monster to work on your problem. Sometimes it’s as easy as sending out a tweet to your network to find a solution to the problem.
  • Get the pros in—hire a WordPress technical support team or consultant to solve your problem.

Wrap up

I use this methodology on a daily basis—it’s proven in the field on crashed sites.  The key is to methodically work through the layers, eliminating as you go, until you find the root cause. Then, fix that issue.  Remember to constantly test, though, because sometimes there are composite problems with multiple plugins, or the theme and a plugin.

Do you have any WordPress bug horror stories you can share? Who solves your site’s bugs and problems—is it you?

Neil provides WordPress technical support services at WPDude.com. He has also created a mini video course on this methodology over at wptroubleshooting.com.

Related Articles

Friday, November 19, 2010

How to Ajaxify Your WordPress Site

This guest post is by Jeff Starr, co-author of the book Digging into WordPress.

Injecting a dose of Ajax into your WordPress-powered site is an excellent way to enhance functionality and streamline the user experience. Without touching a line of code, you can harness the power of Ajax to boost performance, improve usability, and fill your site with win.

Ajax enables your web pages to respond very quickly and smoothly to user input by loading only snippets of data instead of the entire page. The WordPress login/registration screen is a perfect example. Without Ajax, logging into the WordPress Admin requires a URL redirection and complete page load. With Ajax, users can log in from anywhere with no redirection or page load required. This translates into a more luxurious, sophisticated experience for you and your users.

Beyond the “coolness” factor, Ajax can also improve the responsiveness and performance of your site. Instead of loading new pages to leave comments, view posts, and share content, Ajax empowers users to interact with your site with greater intimacy and efficiency than ever before. By eliminating page loads, Ajax helps to save valuable server resources and bandwidth, resulting in improved performance for your site. And you can “ajaxify” just about anything: from logins and comments to navigation and updates, Ajax can speed things up, save resources, and make your site better than ever.

WordPress + Ajax = Awesome

Using WordPress, implementing Ajax functionality couldn’t be easier. By installing and configuring a few choice plugins, you can ajaxify your entire site (or any part of it) without touching a single line of code. The trick is choosing only the best plugins for your site, and only what’s needed. There are a zillion Ajax plugins available, but only a handful of them really work as advertised (or at all). Let’s check out some of the best WordPress plugins for adding Ajax to your site from within the comfort of the WordPress Admin.

Ajax plugins for WordPress comments

A majority of the Ajax plugins listed in the Plugin Directory are aimed at improving the commenting system. Here are five of the best plug-n-play Ajax plugins for your WordPress comments area:

  • WP-Comment-Master: Put simply, WP-Comment-Master ajaxifies the entire commenting system: comment display, comment paging, comment submission, and posting. It features a great Settings page for easy integration and configuration and is definitely one of the best Ajax-comment plugins available.
  • iF AJAX Comments For WordPress: Another excellent plugin for ajaxifying the comment-submission process. iF AJAX Comments enables users to preview and post their comments without refreshing the page. It includes a ton of options for fine-tuning required fields, CSS styling, status messages, and more. It also features a host whitelist for tighter security.
  • AJAX Comment Page: AJAX Comment Page is a nice little plugin that ajaxifies the display of your comments with a fancy slide-in effect. It works great for paged or unpaged comments and includes a simple Settings page to control the number of comments per page.
  • Ajax Comment Preview: So far, this is the best plugin I’ve found for true comment previews. Ajax Comment Preview enables your users to see exactly what their comments will look like when submitted. This plugin uses Ajax to send the preview through WordPress’ “inner voodoo” and then instantly display the results. The plugin features a nice Settings page to control functionality and integrate the comment preview with your design.
  • AJAX Report Comments: One of my favorite Ajax plugins, Ajax Report Comments enables your visitors to report inappropriate comments with a single click. The Admin page includes basic settings and an email template. This plugin offers truly tight functionality and amust-have for sites with tons of user comments.

Ajax plugins for user login and registration

Ajax can literally revolutionize the user login/registration/lost-password experience. Instead of requiring multiple clicks and page loads to log into the Admin, here are three plugins that ajaxify the entire process into a single click.

  • Login With Ajax: Login With Ajax is a popular, well-ranked plugin (it has over 45K downloads). It enables users to log in, register, and recover lost passwords from the sidebar (via widget) or anywhere in your theme (via the login_with_ajax() template tag). It features a great Settings page with role-specific redirects and custom registration email templates.
  • iRedlof Ajax Login: Much more than a login widget, iRedlof Ajax Login adds a complete user dashboard to the top of the screen. The dashboard is pre-styled and includes complete login functionality as well as links to random posts and admin menus personalized to each user according to their role. Downsides: there’s no Settings page, and you need to add updateHeader() to your theme template.
  • AJAX Login Widget++: Another good plugin for Ajax-powered login, registration, and password functionality, this one also features login redirect. The login form can be placed in your sidebar with a widget, or anywhere else with add_ajax_login_widget().

Ajax plugins for the WordPress Admin area

On the other side of WordPress, the Admin area is another excellent place to enjoy the smooth and sophisticated comforts of Ajax. Unfortunately there aren’t quite as many Ajax-based Admin plugins to choose from, but here two that are both fun and useful.

  • Ajax Plugin Helper: It’s simple: save time while keeping up with WordPress plugin updates. Ajax Plugin Helper lets you activate, deactivate, delete, and upgrade plugins without leaving the Plugins page. Very smooth stuff, and there’s even an “Upgrade All” feature for knocking out multiple upgrades with a single click! Nice.
  • Admin Ajax Note: Ever wish you could leave notes and stuff for other admin users? Admin Ajax Note makes it easy with an Ajax-powered notepad in the upper-right corner of the Admin area. Create, edit, and delete as many notes as you want, and share with all users, one user, or none. Good stuff.

These two plugins are great, but it would awesome to add more to the list. If you know of any sweet Ajax Admin plugins, please share them in the comments!

Ajax plugins for other cool stuff

Here are some other keen plugins for ajaxifying different parts of your WordPress site:

  • DynamicWP Contact Form: The DynamicWP Contact Form puts a floating Contact button on the upper-left side of the page. Click the button and the dynamic contact form slides into view. Messages are sent via Ajax to keep the user on the same page throughout the process. Snazzy indeed, but the styling is distinct and may need to be tweaked to fit your design.
  • AJAX Calendar: An ajaxified version of the classic WordPress calendar, AJAX Calendar enables you to browse the months without reloading the page. It features a link to display all posts for the current month, as well as a caching option to enhance performance. If you’re already using the classic WP calendar, this plugin is highly recommended.
  • Ajax Category Posts Dropdown: This plugin is perfect for sites with lots of subcategories. Ajax Category Posts Dropdown lists your categories in a dropdown box. When a user clicks on a category, all posts from that category are displayed via Ajax. Easily display the list in your sidebar via widget, or anywhere in your theme via the acpd_display($acdp_title) template tag.

Ajax plugins to ajaxify everything

One of the coolest things to ajaxify is your WordPress navigation, so that when users click to the next post, it’s loaded instantly and on the same page, without a reload. Here are two awesome plugins that use Ajax to load posts, pages, comments, and archives to basically ajaxify all default functionality on the public side of your WordPress site.

As with any plugin that greatly modifies WordPress, these plugins involve a lot of options. You’ll need to spend some time to understand and configure them properly. Most of the other plugins mentioned so far are plug-n-play, but Ajax-everything plugins like these require some time to familiarize and customize.

SEO considerations for ajaxed content

As you ajaxify your site, keep in mind that search engines aren’t yet crawling or indexing ajaxed data, so make sure you’re enabling Google et al to find your content. There are numerous solutions to this challenge, the easiest of which involves the use of a well-linked sitemap and actual HTML content delivered via noscript tags.

Also consider SEO when ajaxifying your comments. User comments add content to your web pages, but they won’t be crawled, indexed, or considered in page rank if they’re served with Ajax. For many sites, this shouldn’t be too big a deal, but it is something to think about.

For more information on Ajax and SEO, check out Scott Allen’s article, AJAX, Web 2.0 and SEO.

Wrapping up

These are the Ajax gems that I’ve managed to find, but many other great plugins are available. If you know of any good WordPress Ajax plugins (or themes!), please share them in the comments. Thanks!

Jeff Starr is a web developer, graphic designer and content producer with over 10 years of experience and a passion for quality and detail. Jeff is co-author of the book Digging into WordPress and strives to help people be the best they can be on the Web. Read more from Jeff at Perishable Press or hire him at Monzilla Media.

Related Articles

Thursday, November 18, 2010

Adsense Ready Wordpress Themes

Mention Google Adsense to anyone that is making decent money online, and they will probably have something negative to say about it. It’s true… Adsense doesn’t get the love it deserves. As much as everyone loves to hate on the thought of running Google Adsense on their site and losing site visitors for pennies, Google Adsense did help pave the way to online advertising and affiliate marketing. It’s also safe to say, Google Adsense is the “easiest” way to make money with a web site.

Not only is Google Adsense the easiest way for anyone to make money with an established web site, but it’s also become a huge favorite in the blogging space. The thing about blogging, is so many people are blogging simply to blog, not many people are blogging for money or know how to make money. It’s easy enough for a blogger to copy and paste a code and maybe make a few bucks with Google Adsense.

One the other hand, making blogs that are strictly used for building tight niche sites and monetizing them with Google Adsense is another issue. There are literally billions of different tight niche sites that you could build a mini blog about and make a few dollars a day to a few hundred dollars a day (using Google Adsense) if you get indexed into Google, have decent content and the necessary backlinks.

Whether you are just looking for a new blog theme and would like to try out Google Adsense, or you want to take a stab at the mini blog / Google Adsense game, I’ve compiled a list of the top Adsense Ready Wordpress Themes available around the web. All of the themes I have listed here are free to download, and I’ve also listed a few other useful resource sites at the bottom.

Golod Adsense Ready Theme:
A 3 column AdSense ready theme, which leaves a lot of room for customization and improvement with it’s header, social widgets and right/left columns.

Live Demo | Download | Template Home

Prosense Adsense Ready Theme:
A very simplistic 3 column AdSense ready theme that comes in three different colors. Easy user navigation and not forcing Adsense down the user’s throat, makes this a good choice among other Adsense ready themes.

ProSense | Download Prosense | ProSense Gray | ProSense Blue

Blueiz Adsense Ready Theme:
A simple design with a 2-3 column layout, but the proper ad placement and content, it won’t look like your typical bland Adsense ready theme.

Live Demo | Download

Monetizing the Web Adsense Ready Theme:
A very clean design which blends content and Adsense nicely. Leaderboard, skyscraper, regular banner ads and and content area Adsense spot all availalbe with this theme.

Live Demo | Download | Template Home

SEOMaxAds Adsense Ready Theme:
This theme pack comes with 16 different themes for Google Adsense monetization. From the screen shot below you can clearly see how monetized the site is for Adsense placement as it’s right in the users face.

Live Demo | Download

Other Adsense Ready Wordpress Theme Sources

42 Adsense Ready Wordpress Themes Optimized For Monetization

18 Adsense Optimized Wordpress Themes to Maximize your Contextual Ad Earnings

The Ultimate List Of Adsense Ready WordPress Themes

There is actually a large amount of Adsense Ready wordpress themes out there, but the few I selected have the best layouts and color schemes. If you know how to code a bit, you can easily download any of these themes and throw together a decent looking blog, but keeping the same Google Adsense concept in mind.

Related Articles

Sunday, November 7, 2010

Highlight Your Blog Content and Increase Comments

One of the biggest factors for the success of a blog, is how many comments you can average per post. It's not all about what you have to say, but how other interact and leave their feedback as well. A new wordpress plugin called "Highligher", allows you to highlight any content and on a blog and leave a comment on it.

You can see the plugin in action on the screenshot below from the Highlighter.com web site. Also, congrats to the UBD team for securing such an awesome domain name... wonder what they paid for it!

The "Highlighter" wordpress plugin is free to download. In addition to leaving comments, you can also share via Facebook, Twitter and through Email. I currently have this plugin enabled on the blog for a few days for everyone to test out and see how it works. Simply highlight any text on this page and the plugin will show what options you have, which are to leave a comment or share with others. It's a pretty cool concept, but I think it would take a lot of training and awareness to get blog readers to catch on to the concept.

Once you download the Highlighter plugin, you have a lot of customization and settings which can easily be accessed through Wordpress. There is also some features for adding to your mailing lists through Aweber and other providers, managing comments and ways to change the highlight colors, look and feel. Unique Blog Designs is also running a promotion where you can win a free Apple iPad if you just blog about their latest plugin.

Download Highlighter Plugin.

Related Articles

Tuesday, October 12, 2010

Keyword Winner – Targeted Keyword at Your Fingertips

We already know that blogs are a winning formula for any business, but you can’t simply expect to throw a blog up there and hope for success. Instead, you need to focus on producing quality content, then leveraging social media, seo and wordpress plugins to make that magic happen. A new wordpress plugin called Keyword Winner will soon be released from my friend and fellow blogger Daniel Lew.

What Can Keyword Winner Do For You?

The end goal of this wordpress plugin, is to get you more traffic and better rankings in the search engines. How is does this, is by helping you with writing your blog post titles and other key points to getting that extra edge in the search engines.

With so many of us focusing on paid advertising, it’s always important to never forget about the BILLIONS of free targeted traffic that is out there every day in organic search results. Keyword Winner can help you get there.

While the product hasn’t officially launched for sale yet, many beta testers and bloggers are seeing the first results of what Keyword Winner can do. To give a better idea on what Keyword Winner can do for you, check out this promo video.

Make Money with Keyword Winner

Right now Daniel Lew is doing an amazing job of getting pre-launch promotion for his Keyword Winner wordpress plugin, and he’s still looking for more! The launch is going to be big and many people will be ready to buy when it becomes available. This leave a big window of opportunity open for you to cash in. Join the Keyword Winner JV program and you will earn 50% commissions on top of a bunch of bonus prizes.

Be sure to check it out and sign up to the mailing list where Daniel will show you how others are already creating review sites and getting ready to cash in at launch time.

Related Articles

Wednesday, October 6, 2010

Use WP Spire to Power Sales Pages

The great thing about WordPress is that it is such a robust content management system and while it is fantastic for blogging, it is a platform that can also be used for other purposes. You just need to add the right tools and modifications to make it work.

From an Internet marketing perspective, one of the more interesting products is WordPress Spire. Available as a WordPress plugin or as a WordPress theme, this product can effectively let you create multiple WordPress sales pages, landing pages, and squeeze pages.

Multiple Designs for Multiple Purposes

You may have encountered some other products that allow you to use WordPress to power your sales page, but WordPress Spire goes a little further than that by offering a huge range of design options.

The sales page design is easily configurable to include custom backgrounds, different page widths, different headers, footers, image boxes, and other features. You can also use it to generate landing pages, squeeze pages, and even mini-sites.

Going further, the same domain can be used for multiple sales pages, each with a different design. This is particularly powerful if you have a single brand to promote multiple products. Each WordPress post can be its own sales page, looking totally different from the other posts on your single WordPress installation.

A Simplified User Interface

Dealing with messy HTML and PHP code is a thing of the past. Yes, the coders still have to deal with that kind of thing, but the “end user” webmaster can get a lot going on with much easier to understand menus.

This is the case with WordPress Spire too. The various theme options and features can all be accessed through the WordPress dashboard. Click on the appropriate menu item, access the right section, and you can change just about everything you want.

It is here that you can add and remove things like opt-in boxes, testimonial boxes, and header images. To add these to your posts, for instance, all you have to do is make use of the numerous shortcodes that are included with the themes.

Combine with Split-Testing for Optimal Results

Want to see which designs work the best for your purposes? Since all you need is a single WordPress installation with WordPress Spire, you can make use of some great split-testing to see what design elements result in the best conversion rates.

The options and features in WordPress Spire are easy enough to change, so you really can try a range of different designs without dabbling too deeply into the raw code. If you’re an Internet marketer looking for an easier way to develop sales pages and squeeze pages, WordPress Spire looks like a good bet.

The theme version is currently on sale for $77, representing a $50 savings from the regular price of $127. This grants you a license for unlimited installations on your own personally-owned sites.

Link: WordPress Spire

Related Articles

Thursday, September 9, 2010

Bring an Intense Debate to Your Blog Comments

I’ve been trying to clean up the blog here and there, and decided to go with the Intense Debate plugin for my blog comments. The previous comments were a mess. The layout was great, but it wasn’t threading comments and what’s the point of commenting if you can’t reply directly to other comments in a mannerly order. The overall setup with Intense Debate looks great and it’s really easy for anyone to log into their favorite platform to leave a comment, whether that be wordpress, twitter, facebook or even as a guest. You can see the comment form below and all of the different login options.

Outside of the great looking form and login capabilities, there actually a lot more you can do once you setup a free account with IntenseDebate to manage your comments. In the past I would have to look around for plugins or widgets to post the top blog commenters, top blog posts, as well as social network sharing. IntenseDebate has added all of these features and plugins to their backend. You simply just click which plugins you want, then they are enabled.

I’m still playing around with the admin options and moderation settings. You can moderate all comments, or have them automatically approved once a user has posted a specific amount of times and earned your trust. In the end, I think the move to Intense Debate was a good choice and I look forward to getting a better handle on how to better customize the comments on this site.

Leave a comment using Intense Debate and let me know what you think.

Related Articles

Tuesday, September 7, 2010

Earn Cash on Auto-Pilot With WP-Answers

How many times have you asked a search engine like Yahoo or Google a question, then you find yourself at a site like Answers.Yahoo.com where someone is asking that same exact question? It happens quite often, and it’s actually been extremely profitable for companies like Yahoo to run these types of sites. Not only are they actual content generating sites from their users, but they also provide a huge value to anyone searching for a topic, then ends up on their site.

Wouldn’t it be cool to have a type of Yahoo Answers site of your own? Now you can with a new wordpress plugin called WP Answers. I first received an email from Oliver, the creator of WP Answers last month. Oliver wanted to show me his new wordpress plugin, how it worked and the amount of traffic and revenue this plugin can actually generate. I loved the idea of the plugin and how powerful it could be in tiny niche markets, or even used to build out a large questions and answers type of site.

You can see a live working version of the theme at the WP Answers Demo. While at first the theme may look very clean and basic, the plugin does allow for a lot of customization and features, includes 6 premium themes, which are loaded with widgets that allow you to play around with logo, header and ad spot customization.

The real meat and power of running a questions/answers site with WP Answers, is it’s ability to grow over time, increase user activity and index very well in the search engines. Build up your own database of users and site loyalty by having visitors register and ask questions. The person who created the question can then award points to the person with the best answer.

GROWING YOUR SITE ON AUTO-PILOT

If you don’t have the time to build up your own site and rely on site visitors for Q&A submissions, you can also pull questions straight from Yahoo Answers using their API. All questions and answers are posted on your site, so it can look like you have a full content and busy site. There is no limit to the amount of search terms you can target, and when posting through Yahoo Answers, your content can be updated hourly, daily or whenever you like.

MONETIZATION AND TRAFFIC

Whether you are going to focus on generating your own traffic and Q&A submissions, you are eventually going to want to make a profit with your site. Outside of selling your 125×125 ad spots on the site, you can also place Google Adsense strategically through out the site. Since your site content is all about detailed questions and topic, all of your ads should be relevant to your visiting traffic.

Building a site around questions and answers is also great for search engine traffic. Every day millions of people are flocking to search engines to answer their every day questions about pretty much anything. How many of these questions could be syncing up with your own Q&A site? The bottom line is, WP Answers will drastically help send traffic to your site. You can see a stats chart from one of Dale’s site’s which is doing extremely well using WP Answers, and his growth from search engine traffic.

Another method for generating revenue, is through the WP Answers affiliate program, where you earn 35% of all sales, which can be up to $87 per sale.

20% DISCOUNT COUPON CODE

WP Answers is a quality product and I look forward to playing around with it more on a few sites of mine. Oliver was also kind enough to offer ZacJohnson.com readers an exclusive coupon to save 20% off your purchase. The current price for WP Answers ranges from $80 to $249 depending on your license purchase, so a 20% discount will definitely help. Use coupon code “ZACJOHNSON567” at the time of check out.

WP Answers

Related Articles

Thursday, September 2, 2010

Turn WordPress into Cash Generating Q&A Site

WP-Answers is a cool new plugin that will convert WordPress into a question and answers community like Yahoo Answers. People can register and ask questions and then other members can then answer these questions to gain points. The question asker can then choose the best answer which is promoted to the top and the answerer gets extra points.

The plugin includes 6 premium themes that are fully widgetized and include a theme options panel. [ Theme Demo ]

Another really awesome part of the plugin is that it can pull questions from Yahoo answers using their API and post them on your site, any replies are also posted so your site can look busy from the start.

You can use any and unlimited search terms to add content to your site and setup to auto post them every hour, every day, etc.

There is an advertising management system included to place banner adverts and contextual adverts within the theme.

The developers have run this plugin on a number of test sites for over a year and are making up to and over $1000 per month on some sites.

Check out the full list of features.

Why YOU Want Wp Answers

Probably the biggest benefit to you adding WP Answers is... Traffic. Not only are you going to rank better for SEO (because a huge amount of people type questions into the search engines) but you're also [probably] going to get more traffic because of it.

I'm already thinking how I can implement it into my blog here. :)

Discount

Because I really liked the WP Answers plugin, I worked out a deal with the maker of it to give all readers of this blog a discount (and no, it's not an affiliate code or anything of that sort):

Use voucher code JV2000 and get 20% off. They also have a great affiliate system and are paying a flat 35% on any sales (potential to earn up to $87 per sale!)

EDIT: Looks like Ian Fernando also did a review on WP-Answers. Check that one out too.

Related Articles

Older Posts Home