Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
tintimes
tagDiv Member

Hi,

Since you now have no clue why it doesn’t work, I think you need to first enable the debug mode in WordPress. Under the webroot folder, look for the following line in the wp-config.php file:
define('WP_DEBUG', false);

Change false to true and save the file:
define('WP_DEBUG', true);

This makes WordPress output error message that can help debug your website.

  • This reply was modified 12 years by tintimes.
  • This reply was modified 12 years by tintimes.
tintimes
tagDiv Member

When you create a post, you should set its “Featured Image”:
http://mervin.info/wp-content/uploads/2012/03/screenshot-1.png

The “Featured Image” does not seem to support image hotlinking by default, so you may have to first download the image to your computer and then upload it when you set the featured image of your post.

Hope this helps.

Viewing 2 posts - 1 through 2 (of 2 total)