How to use WordPress Front Page Banner Plugin – [ Part 3 - Configuration]
In this part I will show, how can you configure this Wordpress plugin to show announcements on your blog’s front page. This tutorial also deals with basic configuration.
As we want to display announcement, so here just select the ‘Default Style’ as ‘Plain’, Now in configuration code simply insert the following code
<h2>Announcement</h2> <p>Welcome to my blog, this is announcement area here you will see latest notes, competitions information. Keep watching</p>
see the below screen shot that how it will be.
![How to use WordPress Front Page Banner Plugin [ Part 3 Configuration] wpfpb announcement1 How to use WordPress Front Page Banner Plugin [ Part 3 Configuration]](http://lh6.ggpht.com/_N-6p36xBd8g/Sy5Vd2GYwyI/AAAAAAAAASM/KsVuj3t4Fjk/s800/wpfpb-announcement1.jpg)
Let me explain it, ‘h2′ is a HTML heading tag, there are so many others and it starts from ‘h1′. Here I have used ‘h1′ is mainly used for blog titles and using more ‘h1′ confuse search engines and break your SEO. The second tag is ‘p’ which is used for paragraph so it simply put the enclosed text in paragraph.
see how it will look
![How to use WordPress Front Page Banner Plugin [ Part 3 Configuration] wpfpb announcement2 How to use WordPress Front Page Banner Plugin [ Part 3 Configuration]](http://lh3.ggpht.com/_N-6p36xBd8g/Sy5Vd4M9m3I/AAAAAAAAASQ/DEFNXQ8LPuw/s720/wpfpb-announcement2.jpg)
Note: This plugin inherits all the CSS style sheet from the current WordPress theme so the look may vary as according to theme. Don’t worry in coming tutorials I will discuss how you can override it as per your need.