WordPress

When I was changing the settings from Thesis Theme, I was getting the following error and another error relating css.php on line 60:

Invalid argument supplied for foreach() in themes/thesis_182/lib/classes/css.php on line 60

As it turned out, the error was happening due to W3 Total Cache Plugin. This was solved by following method:

  1. Disable “Minify”
  2. Disable “Object Cache”

The later one lets you avoid “pluggable.php on line 866″ error and others, so in my W3 Total Cache Plugin setting, I have the followings enabled:

  1. Page Cache
  2. Database Cache
  3. Browser Cache

{ 0 comments }

I was having a problem with the incoming links widget (i.e. “A feed could not be found at http://blogsearch.google.com/blogsearch_feeds…”), and the following method solved the problem:

http://blogsearch.google.com/blogsearch_feeds?hl=en&q=link:[your-domain]&scoring=d&ie=utf-8&num=10&output=rss

Remember to replace “[your-domain]” with your domain name (e.g. http://ygbae.com)

The original information is from Nich Blog Experience.

Thanks, Nichive!

{ 0 comments }