How to include images in WordPress?

Including images in your posts, is something that can improve you’re blog’s color. So suddenly, it’s not all text but has images – this makes it more appealing to your target audience.
 
This example is based upon the Plugin called WPG2.
 
You can download the WPG2 plugin by clicking here.
 
If you plan on using the WPG2 plugin, please ensure that you have ImageBlock as well as ImageFrames installed on your WordPress blog. If not, you can download these two by clicking here.
 
Integration
 
There are a couple of ways to do this. However, the best way is to integrate this application in the side menu bar that you see to the right by default.
 
Simply add the following code:
 
<li><?php print g2_sidebarimageblock(); ?></li>
 
The above file called sidebar.php can be found in the following location (or close – dependant on where you installed WordPress) /public_html/wordpress/wp-content/themes/default/
 
Once the above action is completed, you may now work from the WordPress admin panel.

Please login and go to Options >> Gallery2 >> Sidebar Options, here you can set the pictures that you would like to include in the sidebar. Once you have selected all the preferences that you desire, please ensure you click on “Update Options” to save the configurations.
 
Once the above is completed, please go to your WordPress installation url, and you will be able to see the new images appear in the WordPress menu.