<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>rcanblog &#187; wpfpbhelpdocs</title>
	<atom:link href="http://rcanblog.com/tag/wpfpbhelpdocs/feed/" rel="self" type="application/rss+xml" />
	<link>http://rcanblog.com</link>
	<description>blogging is on the way</description>
	<lastBuildDate>Fri, 27 Aug 2010 14:37:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress Front Page Banner – Advance Tutorial [Enable PHP]</title>
		<link>http://rcanblog.com/wordpress-front-page-banner-advance-tutorial-enable-php-462/</link>
		<comments>http://rcanblog.com/wordpress-front-page-banner-advance-tutorial-enable-php-462/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 19:36:14 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[TipsnTutes]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wpfpbhelpdocs]]></category>

		<guid isPermaLink="false">http://rcanblog.com/?p=462</guid>
		<description><![CDATA[In earlier part of the tutorial, I have explained  how to use Custom Style Sheet  and other basic configuration tutorials. In this tutorial I will give you a basic idea on how to use PHP with WordPress Frontpage Banner Plugin. Here I will show you How to show current date using PHP on WordPress FrontPage]]></description>
			<content:encoded><![CDATA[<p>In earlier part of the tutorial, I have explained  how to use <a href="http://rcanblog.com/wordpress-front-page-banner-advance-tutorial-440/">Custom Style Sheet</a> and other <a href="http://rcanblog.com/tag/wpfpbhelpdocs/">basic configuration tutorials</a>. In this tutorial I will give you a basic idea on how to use PHP with WordPress Frontpage Banner Plugin.</p>
<p>[ <a href="http://www.shoutmeloud.com/new-year-countdown-on-your-wordpress-blog.html" target="_blank">Read how to show New Year Countdown on your WordPress blog's frontpage using this plugin</a> ]<a name="countdown"></a><br />

<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-2784351527141020";
/* 468x60, created 6/22/09 */
google_ad_slot = "9962667361";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- End Google Adsense code -->
<br />
Let&#8217;s take a example: How to show Today&#8217;s date on WordPress FrontPage  using PHP, to get the date using PHP we need to use PHP date function. <a href="http://php.net/manual/en/function.date.php" target="_blank">PHP Date Manual</a></p>
<p>Here is the code to show the date</p>
<pre>&lt;?php
echo 'Welcome Today is  '.date("d/m/Y");
?&gt;</pre>
<p>Enable PHP in &#8216;FPB Settings&#8217; and paste the above PHP code in custom code. See the below screen-shot how it will be</p>
<p><img class="alignnone" src="http://lh4.ggpht.com/_N-6p36xBd8g/Sze1ddO7kVI/AAAAAAAAAUU/xxmx0GKXEQE/wpfpbphpconfig.jpg" alt="wpfpbphpconfig WordPress Front Page Banner – Advance Tutorial [Enable PHP]" width="734" height="490" title="WordPress Front Page Banner – Advance Tutorial [Enable PHP]" /></p>
<p>And here How it may look on your blog, remember by default it will override theme&#8217;s stylesheet settings. We can define our own style sheet using <a href="http://rcanblog.com/wordpress-front-page-banner-advance-tutorial-440/">Custom Style Sheet</a>.</p>
<p><img class="alignnone" src="http://lh4.ggpht.com/_N-6p36xBd8g/Sze1dQVvm3I/AAAAAAAAAUY/8v9CEGS3-YE/s576/wpfpbphpdemo.jpg" alt="wpfpbphpdemo WordPress Front Page Banner – Advance Tutorial [Enable PHP]" width="576" height="482" title="WordPress Front Page Banner – Advance Tutorial [Enable PHP]" /></p>
<div id="crp_related"><h3>You would like to also read</h3><ul><li><a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-2-configuration-350/" rel="bookmark">How to use WordPress Front Page Banner Plugin - [ Part 2 - Configuration]</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-advance-tutorial-440/" rel="bookmark">WordPress Front Page Banner - Advance Tutorial [Custom Style Sheet]</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-3-configuration-347/" rel="bookmark">How to use WordPress Front Page Banner Plugin - [ Part 3 - Configuration]</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-5-configuration-367/" rel="bookmark">How to use WordPress Front Page Banner Plugin - [ Part 5 - Configuration]</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-4-configuration-363/" rel="bookmark">How to use WordPress Front Page Banner Plugin - [ Part 4 - Configuration]</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rcanblog.com/wordpress-front-page-banner-advance-tutorial-enable-php-462/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress Front Page Banner &#8211; Advance Tutorial [Custom Style Sheet]</title>
		<link>http://rcanblog.com/wordpress-front-page-banner-advance-tutorial-440/</link>
		<comments>http://rcanblog.com/wordpress-front-page-banner-advance-tutorial-440/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 16:15:50 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[TipsnTutes]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wpfpbhelpdocs]]></category>

		<guid isPermaLink="false">http://rcanblog.com/?p=440</guid>
		<description><![CDATA[In previous tutorials,  I have explained the basic configuration for Wordpress FrontPage Banner plugin. In this tutorial, I will explain you how to use Custom Style Sheet.
To use custom style sheet, you need to have a basic knowledge of CSS. There is a simple tutorial available at w3schools.com, I have also started from there only.








Wordpress [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rcanblog.com/tag/wpfpbhelpdocs/">In previous tutorials</a>,  I have explained the basic configuration for Wordpress FrontPage Banner plugin. In this tutorial, I will explain you how to use Custom Style Sheet.</p>
<p>To use custom style sheet, you need to have a basic knowledge of CSS. There is a simple tutorial available at <a href="http://www.w3schools.com/CSS/default.asp" target="_blank">w3schools.com</a>, I have also started from there only.<br />

<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-2784351527141020";
/* 468x60, created 6/22/09 */
google_ad_slot = "9962667361";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- End Google Adsense code -->
<br />
Wordpress FrontPage Banner plugin by  default allow you to have two styles  <em>Plain</em>,  <em>Media</em>.</p>
<p>Following is the default CSS, which works behind the scene .</p>
<pre>&lt;style&gt;
.fpb_media
{
padding: 5px;
margin: 5;
}
.fpb_plain
{
background: #F3F3F2;
padding:5px;
margin:3px;
border:1px solid #E3E1DB;
}
&lt;/style&gt;</pre>
<p>Let me break the code the very first <em>&lt;style&gt;</em> tag is used to start the definition of style sheet.  <em>.fpb_media</em> and <em>.fpb_plain</em> are CSS classes which are selected as per your input.</p>
<p><em>.fpb_media</em> class only defines <em>padding</em> and <em>margin</em> as there is no need to change the background as well as border while using images, adsense or any other media.</p>
<p><em>.fpb_plain</em> class adds background and border to isolate textbanner/ announcement, it helps to get attention from viewer.</p>
<p>Remaining all of the classes and style&#8217;s are inherited from your theme&#8217;s style sheet.</p>
<p>In order to use Custom Style Sheet, first enable Custom Style Sheet from plugin configuration panel and put CSS code in text-area and We are done.</p>
<p>Let me give you a example:  I want to use announcement on my blog and the heading color should be <em>Red</em> with the text size of <em>24px</em> and the block background should be <em>Gray</em> and the text color should be <em>White</em> and the border of box should be thick.</p>
<p>First set <em>Plain</em> as default style sheet and enable Custom Style Sheet and enter the following code</p>
<pre>&lt;style&gt;
.fpb_plain
{
background: #828282; /*color code for gray*/
padding:5px; /* this padding and margin is fine */
margin:3px;
border:5px solid #E3E1DB; /* box border size and color*/
}
.myheading /* to change heading style as by default it inherits theme*/
{
color:#FF0000; /* red color */
font-size: 24px /* change font size */
}
.mytext /* to change text */
{
color:#ffffff;
}
&lt;/style&gt;</pre>
<p>We are done with  Style Sheet, now we need some tweaking in our custom code. The code should now use this style sheet, let see how it would be.  I  am taking the same code which I have used in <a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-3-configuration-347/">Announcement Configuration tutorial</a>, we need minor changes in it.</p>
<pre>&lt;h2 class="myheading"&gt;Announcement&lt;/h2&gt;
&lt;p class="mytext"&gt;Welcome to my blog, this is announcement area here you will see latest notes, competitions information. Keep watching&lt;/p&gt;</pre>
<p>see the below Screen-shot, how these settings looks  in configuration panel.</p>
<p><img class="alignnone" src="http://lh5.ggpht.com/_N-6p36xBd8g/SzDv83JZ3YI/AAAAAAAAATc/fP4R7xsq5rw/s640/wpfpbcustomstylesheet1.jpg" alt="wpfpbcustomstylesheet1 WordPress Front Page Banner   Advance Tutorial [Custom Style Sheet]" width="640" height="497" title="WordPress Front Page Banner   Advance Tutorial [Custom Style Sheet]" /></p>
<p>And here how it looks on blog&#8217;s front-page.</p>
<p><img class="alignnone" src="http://lh4.ggpht.com/_N-6p36xBd8g/SzDv83EEPAI/AAAAAAAAATY/8aH52S1gXL4/s512/wpfpbcustomstyle.jpg" alt="wpfpbcustomstyle WordPress Front Page Banner   Advance Tutorial [Custom Style Sheet]" width="512" height="491" title="WordPress Front Page Banner   Advance Tutorial [Custom Style Sheet]" /></p>
<p>If you find any problem in using this method or if you have any queries, feel free to comment here</p>
<div id="crp_related"><h3>You would like to also read</h3><ul><li><a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-3-configuration-347/" rel="bookmark">How to use WordPress Front Page Banner Plugin - [ Part 3 - Configuration]</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-advance-tutorial-enable-php-462/" rel="bookmark">WordPress Front Page Banner – Advance Tutorial [Enable PHP]</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-2-configuration-350/" rel="bookmark">How to use WordPress Front Page Banner Plugin - [ Part 2 - Configuration]</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-5-configuration-367/" rel="bookmark">How to use WordPress Front Page Banner Plugin - [ Part 5 - Configuration]</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-4-configuration-363/" rel="bookmark">How to use WordPress Front Page Banner Plugin - [ Part 4 - Configuration]</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rcanblog.com/wordpress-front-page-banner-advance-tutorial-440/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress FrontPageBanner Support</title>
		<link>http://rcanblog.com/wordpress-frontpagebanner-support-426/</link>
		<comments>http://rcanblog.com/wordpress-frontpagebanner-support-426/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 20:31:24 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wpfpbhelpdocs]]></category>

		<guid isPermaLink="false">http://rcanblog.com/?p=426</guid>
		<description><![CDATA[This is a support page for Wordpress FrontPageBanner Plugin, You can comment in this post for any questions, suggestions, bug report or any other help related to this plugin.]]></description>
			<content:encoded><![CDATA[<p>This is a support page for Wordpress FrontPageBanner Plugin.</p>
<p>Please refer <a href="http://rcanblog.com/tag/wpfpbhelpdocs/" target="_blank">Help Docs</a> to Know How to use this plugin.</p>
<p><strong>Change Log</strong></p>
<p>Version 1.1 &#8211; Release Date: Dec 22, 2009</p>
<ul>
<li>Supports PHP Execution</li>
<li>Fixed Random number display</li>
</ul>
<p>Version 1.0 -  Release Date : Dec 20,2009</p>
<ul>
<li>HTML/JavaScript or any other custom code</li>
<li>Known Bug : Random Number Display when Custom Style Sheet enabled</li>
</ul>
<p>
<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-2784351527141020";
/* 468x60, created 6/22/09 */
google_ad_slot = "9962667361";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- End Google Adsense code -->
<br />
You can comment in this post for any questions, suggestions, bug report or any other help related to WordPress FrontPageBanner Plugin</p>
<div id="crp_related"><h3>You would like to also read</h3><ul><li><a href="http://rcanblog.com/wordpress-front-page-banner-advance-tutorial-enable-php-462/" rel="bookmark">WordPress Front Page Banner – Advance Tutorial [Enable PHP]</a></li><li><a href="http://rcanblog.com/wordpress-29-released-399/" rel="bookmark">Wordpress 2.9 released</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-1-installation-343/" rel="bookmark">How to use WordPress Front Page Banner Plugin - [ Part 1 - Installation]</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-2-configuration-350/" rel="bookmark">How to use WordPress Front Page Banner Plugin - [ Part 2 - Configuration]</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-advance-tutorial-440/" rel="bookmark">WordPress Front Page Banner - Advance Tutorial [Custom Style Sheet]</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rcanblog.com/wordpress-frontpagebanner-support-426/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>How to use WordPress Front Page Banner Plugin &#8211; [ Part 5 - Configuration]</title>
		<link>http://rcanblog.com/wordpress-front-page-banner-plugin-part-5-configuration-367/</link>
		<comments>http://rcanblog.com/wordpress-front-page-banner-plugin-part-5-configuration-367/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 18:51:21 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[TipsnTutes]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[wpfpbhelpdocs]]></category>

		<guid isPermaLink="false">http://rcanblog.com/?p=367</guid>
		<description><![CDATA[In earlier parts of this tutorial, I have showed you how to insert adsense, announcements and YouTube video in WordPress Frontpage using this plugin. In this part I will  explain you how to insert affiliate/referral links to your Wordpress front page using FrontPageBanner Plugin.








Click on &#8216;FPB Settings&#8217; and open the configuration panel. Now select &#8216;Media&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p>In earlier parts of this tutorial, I have showed you how to insert adsense, announcements and YouTube video in WordPress Frontpage using this plugin. In this part I will  explain you how to insert affiliate/referral links to your Wordpress front page using FrontPageBanner Plugin.<br />

<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-2784351527141020";
/* 468x60, created 6/22/09 */
google_ad_slot = "9962667361";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- End Google Adsense code -->
<br />
Click on &#8216;FPB Settings&#8217; and open the configuration panel. Now select &#8216;Media&#8217; as default style. Now get your code from sites, here I got it from http://spreadfirefox.com and simply paste it in custom code section. Here we go<br />
<img class="alignnone" src="http://lh3.ggpht.com/_N-6p36xBd8g/Sy5xMrZS96I/AAAAAAAAAS4/za6_nKfE6ZE/s640/wpfpb-affiliate1.jpg" alt="wpfpb affiliate1 How to use WordPress Front Page Banner Plugin   [ Part 5   Configuration]" width="640" height="467" title="How to use WordPress Front Page Banner Plugin   [ Part 5   Configuration]" /><br />
Here you go it&#8217;s done, see how it will look on your blog. Use it to insert anything like Webhosting referral  links or ads from buysellads.com to your Wordpress blog&#8217;s frontpage. Charge advertiser more for giving them this prime space in your blog.<br />
<img class="alignnone" src="http://lh5.ggpht.com/_N-6p36xBd8g/Sy5xM7iDZcI/AAAAAAAAAS8/pQzoFw4bcWE/wpfpb-affiliate2.jpg" alt="wpfpb affiliate2 How to use WordPress Front Page Banner Plugin   [ Part 5   Configuration]" width="649" height="489" title="How to use WordPress Front Page Banner Plugin   [ Part 5   Configuration]" /></p>
<div id="crp_related"><h3>You would like to also read</h3><ul><li><a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-4-configuration-363/" rel="bookmark">How to use WordPress Front Page Banner Plugin - [ Part 4 - Configuration]</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-2-configuration-350/" rel="bookmark">How to use WordPress Front Page Banner Plugin - [ Part 2 - Configuration]</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-1-installation-343/" rel="bookmark">How to use WordPress Front Page Banner Plugin - [ Part 1 - Installation]</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-3-configuration-347/" rel="bookmark">How to use WordPress Front Page Banner Plugin - [ Part 3 - Configuration]</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-advance-tutorial-enable-php-462/" rel="bookmark">WordPress Front Page Banner – Advance Tutorial [Enable PHP]</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rcanblog.com/wordpress-front-page-banner-plugin-part-5-configuration-367/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to use WordPress Front Page Banner Plugin &#8211; [ Part 4 - Configuration]</title>
		<link>http://rcanblog.com/wordpress-front-page-banner-plugin-part-4-configuration-363/</link>
		<comments>http://rcanblog.com/wordpress-front-page-banner-plugin-part-4-configuration-363/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 17:30:30 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[TipsnTutes]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[wpfpbhelpdocs]]></category>

		<guid isPermaLink="false">http://rcanblog.com/?p=363</guid>
		<description><![CDATA[In earlier parts of this tutorial, I have showed you how to insert adsense, announcements. In this part I will  explain you how to insert Video&#8217;s to your Wordpress front page using FrontPageBanner Plugin.








Click on &#8216;FPB Settings&#8217; and open the configuration panel. Now select &#8216;Media&#8217; as default style. Now get your embed video code from [...]]]></description>
			<content:encoded><![CDATA[<p>In earlier parts of this tutorial, I have showed you how to insert adsense, announcements. In this part I will  explain you how to insert Video&#8217;s to your Wordpress front page using FrontPageBanner Plugin.<br />

<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-2784351527141020";
/* 468x60, created 6/22/09 */
google_ad_slot = "9962667361";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- End Google Adsense code -->
<br />
Click on &#8216;FPB Settings&#8217; and open the configuration panel. Now select &#8216;Media&#8217; as default style. Now get your embed video code from video sites like Youtube and paste it in insert code section as shown in screen-shot.</p>
<p><img class="alignnone" src="http://lh3.ggpht.com/_N-6p36xBd8g/Sy5V4Q8byhI/AAAAAAAAASc/SH6SSOFXt1M/s800/wpfpb-video1.jpg" alt="wpfpb video1 How to use WordPress Front Page Banner Plugin   [ Part 4   Configuration]" width="800" height="476" title="How to use WordPress Front Page Banner Plugin   [ Part 4   Configuration]" /></p>
<p>Here you go it&#8217;s done, see how it will look on your blog.</p>
<p><img class="alignnone" src="http://lh4.ggpht.com/_N-6p36xBd8g/Sy5Vjn6HizI/AAAAAAAAASY/DoubP0oyX_Y/s512/wpfpb-video2.jpg" alt="wpfpb video2 How to use WordPress Front Page Banner Plugin   [ Part 4   Configuration]" width="447" height="512" title="How to use WordPress Front Page Banner Plugin   [ Part 4   Configuration]" /></p>
<div id="crp_related"><h3>You would like to also read</h3><ul><li><a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-5-configuration-367/" rel="bookmark">How to use WordPress Front Page Banner Plugin - [ Part 5 - Configuration]</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-2-configuration-350/" rel="bookmark">How to use WordPress Front Page Banner Plugin - [ Part 2 - Configuration]</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-3-configuration-347/" rel="bookmark">How to use WordPress Front Page Banner Plugin - [ Part 3 - Configuration]</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-1-installation-343/" rel="bookmark">How to use WordPress Front Page Banner Plugin - [ Part 1 - Installation]</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-advance-tutorial-enable-php-462/" rel="bookmark">WordPress Front Page Banner – Advance Tutorial [Enable PHP]</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rcanblog.com/wordpress-front-page-banner-plugin-part-4-configuration-363/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use WordPress Front Page Banner Plugin &#8211; [ Part 3 - Configuration]</title>
		<link>http://rcanblog.com/wordpress-front-page-banner-plugin-part-3-configuration-347/</link>
		<comments>http://rcanblog.com/wordpress-front-page-banner-plugin-part-3-configuration-347/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 17:21:55 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[TipsnTutes]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[wpfpbhelpdocs]]></category>

		<guid isPermaLink="false">http://rcanblog.com/?p=347</guid>
		<description><![CDATA[In this part I will show, how can you configure this Wordpress plugin to show announcements on your blog&#8217;s front page. This tutorial also deals with basic configuration.
As we want to display announcement, so here just select the &#8216;Default Style&#8217; as &#8216;Plain&#8217;, Now in configuration code simply insert the following code
&#60;h2&#62;Announcement&#60;/h2&#62;
&#60;p&#62;Welcome to my blog, this [...]]]></description>
			<content:encoded><![CDATA[<p>In this part I will show, how can you configure this Wordpress plugin to<strong> show announcements</strong> on your blog&#8217;s front page. This tutorial also deals with basic configuration.</p>
<p>As we want to display announcement, so here just select the &#8216;Default Style&#8217; as &#8216;Plain&#8217;, Now in configuration code simply insert the following code</p>
<pre>&lt;h2&gt;Announcement&lt;/h2&gt;
&lt;p&gt;Welcome to my blog, this is announcement area here you will see latest notes, competitions information. Keep watching&lt;/p&gt;</pre>
<p>see the below screen shot that how it will be.<br />

<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-2784351527141020";
/* 468x60, created 6/22/09 */
google_ad_slot = "9962667361";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- End Google Adsense code -->
<br />
<img class="alignnone" src="http://lh6.ggpht.com/_N-6p36xBd8g/Sy5Vd2GYwyI/AAAAAAAAASM/KsVuj3t4Fjk/s800/wpfpb-announcement1.jpg" alt="wpfpb announcement1 How to use WordPress Front Page Banner Plugin   [ Part 3   Configuration]" width="800" height="496" title="How to use WordPress Front Page Banner Plugin   [ Part 3   Configuration]" /></p>
<p>Let me explain it, &#8216;h2&#8242; is a HTML heading tag, there are so many others and it starts from &#8216;h1&#8242;. Here I have used &#8216;h1&#8242; is mainly used for blog titles and using more &#8216;h1&#8242; confuse search engines and break your SEO. The second tag is &#8216;p&#8217; which is used for paragraph so it simply put the enclosed text in paragraph.</p>
<p>see how it will look</p>
<p><img class="alignnone" src="http://lh3.ggpht.com/_N-6p36xBd8g/Sy5Vd4M9m3I/AAAAAAAAASQ/DEFNXQ8LPuw/s720/wpfpb-announcement2.jpg" alt="wpfpb announcement2 How to use WordPress Front Page Banner Plugin   [ Part 3   Configuration]" width="720" height="474" title="How to use WordPress Front Page Banner Plugin   [ Part 3   Configuration]" /></p>
<p><strong>Note:</strong> This plugin inherits all the CSS style sheet from the current WordPress theme so the look may vary as according to theme. Don&#8217;t worry in coming tutorials I will discuss how you can override it as per your need.</p>
<div id="crp_related"><h3>You would like to also read</h3><ul><li><a href="http://rcanblog.com/wordpress-front-page-banner-advance-tutorial-440/" rel="bookmark">WordPress Front Page Banner - Advance Tutorial [Custom Style Sheet]</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-2-configuration-350/" rel="bookmark">How to use WordPress Front Page Banner Plugin - [ Part 2 - Configuration]</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-4-configuration-363/" rel="bookmark">How to use WordPress Front Page Banner Plugin - [ Part 4 - Configuration]</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-5-configuration-367/" rel="bookmark">How to use WordPress Front Page Banner Plugin - [ Part 5 - Configuration]</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-advance-tutorial-enable-php-462/" rel="bookmark">WordPress Front Page Banner – Advance Tutorial [Enable PHP]</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rcanblog.com/wordpress-front-page-banner-plugin-part-3-configuration-347/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use WordPress Front Page Banner Plugin &#8211; [ Part 2 - Configuration]</title>
		<link>http://rcanblog.com/wordpress-front-page-banner-plugin-part-2-configuration-350/</link>
		<comments>http://rcanblog.com/wordpress-front-page-banner-plugin-part-2-configuration-350/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 17:07:53 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[TipsnTutes]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[wpfpbhelpdocs]]></category>

		<guid isPermaLink="false">http://rcanblog.com/?p=350</guid>
		<description><![CDATA[I have discussed the installation of Wordpress FrontPageBanner plugin in first part of tutorial. In this part I will show you , how to display adsense on your WordPress blog&#8217;s front-page using this plugin. After the installation of plugin, you will see  &#8216;FPB Settings&#8217; menu in your WordPress configuration panel.








Click on &#8216;FPB Settings&#8217; and it [...]]]></description>
			<content:encoded><![CDATA[<p>I have discussed the installation of Wordpress FrontPageBanner plugin in first <a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-1-installation-343/">part of tutorial</a>. In this part I will show you , how to display adsense on your WordPress blog&#8217;s front-page using this plugin. After the installation of plugin, you will see  &#8216;FPB Settings&#8217; menu in your WordPress configuration panel.<br />

<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-2784351527141020";
/* 468x60, created 6/22/09 */
google_ad_slot = "9962667361";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- End Google Adsense code -->
<br />
Click on &#8216;FPB Settings&#8217; and it will open the settings page of FrontPageBanner plugin as shown in screen shot. Configuration is divided in two parts, one is for basic users and other one is for advance users . This tutorial deals with basic configuration.</p>
<p><img class="alignnone" src="http://lh6.ggpht.com/_N-6p36xBd8g/Sy5VdhxJyvI/AAAAAAAAASE/-4Wbm6Bhby0/s640/wpfpb-adsense1.jpg" alt="wpfpb adsense1 How to use WordPress Front Page Banner Plugin   [ Part 2   Configuration]" width="640" height="464" title="How to use WordPress Front Page Banner Plugin   [ Part 2   Configuration]" /></p>
<p>First configure the adsense in Google adsense panel as per your requirement and then copy the code for your adsense. Now select &#8216;Media&#8217; as &#8216;Default Style&#8217; in plugin&#8217;s configuration panel and paste the code in &#8216;Custom Code&#8217;, you are done.</p>
<p>Below is the screen-shot, how it may look on your blog.</p>
<p><img class="alignnone" src="http://lh6.ggpht.com/_N-6p36xBd8g/Sy5Vdhmd-XI/AAAAAAAAASI/ApqEbpHe_tA/s800/wpfpb-adsense2.jpg" alt="wpfpb adsense2 How to use WordPress Front Page Banner Plugin   [ Part 2   Configuration]" width="800" height="453" title="How to use WordPress Front Page Banner Plugin   [ Part 2   Configuration]" /></p>
<div id="crp_related"><h3>You would like to also read</h3><ul><li><a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-4-configuration-363/" rel="bookmark">How to use WordPress Front Page Banner Plugin - [ Part 4 - Configuration]</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-5-configuration-367/" rel="bookmark">How to use WordPress Front Page Banner Plugin - [ Part 5 - Configuration]</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-1-installation-343/" rel="bookmark">How to use WordPress Front Page Banner Plugin - [ Part 1 - Installation]</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-plugin-part-3-configuration-347/" rel="bookmark">How to use WordPress Front Page Banner Plugin - [ Part 3 - Configuration]</a></li><li><a href="http://rcanblog.com/wordpress-front-page-banner-advance-tutorial-enable-php-462/" rel="bookmark">WordPress Front Page Banner – Advance Tutorial [Enable PHP]</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://rcanblog.com/wordpress-front-page-banner-plugin-part-2-configuration-350/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
