2 tick boxes appearing below comments

Those are “subscribe” checkboxes. View source and you can see them and the rest of the content. <p class=”comment-subscription-form”> <input type=”checkbox” name=”subscribe_comments” id=”subscribe_comments” value=”subscribe” style=”width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;” /> <label class=”subscribe-label” id=”subscribe-label” for=”subscribe_comments”>Notify me of follow-up comments by email.</label></p> <p class=”comment-subscription-form”> <input type=”checkbox” name=”subscribe_blog” id=”subscribe_blog” value=”subscribe” style=”width: auto; -moz-appearance: checkbox; -webkit-appearance: checkbox;” /> … Read more

Get image paths from RSS feeds

Images are in the feed, if the feed is a fullfeed, not a excerpt. Check the xml snytax in atom format for <content:encoded> or in RSS2 for <description>. In this tags you can find the images of the content.

WordPress blog set up

It sounds like you should be looking into WordPress multisite. Multisite is a way to run multiple sites on a single installation of WordPress. WordPress.com is an example. One big advantage of multisite is that it runs off a single set of plugins and themes. That means you can allow separate users/authors to only have … Read more

blank page with no code or errors on blog

Make sure to read over this thread. There are step-by-step instructions on dealing with sub-folders and root URLs. It’s not as simple as changing the settings in WP, you have to edit a couple files to make it work as well. http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory

Blog as a part of a WordPress site?

You say that blog will reside in http://example.org/blog. That’s incorrect. It will be as a part of your installation http://example.org. Create two pages: Intro and Blog. In Settings -> Reading -> Front page displays – select – A static page -> Front page – and choose Intro, then in Blog page – choose Blog. Set … Read more