Some Nice A Capella That You Must Not Miss
Please select your language.
If you are observant enough, you’ll notice that I have inserted a translator at the top of each post. A little modification with the original code will result in the display that you see right now. The original code for the sidebar placement is as below:
if(function_exists(”gltr_build_flags_bar”)) {
gltr_build_flags_bar();
}
A little modification is being done to the code to make it a valid PHP execution tag (exactly like what you see on my post):
<p><span style=”color: #000000;”><h2>Please select your language.</h2>
</span><?php if(function_exists(”gltr_build_flags_bar”)) {
gltr_build_flags_bar();
} ?></p>
Paste the code at a suitable place in your index.php file. For me, I make it this way:
<div class=”entry”>
<p><span style=”color: #000000;”><h2>Please select your language.</h2>
</span><?php if(function_exists(”gltr_build_flags_bar”)) {
gltr_build_flags_bar();
} ?></p>
<?php the_content(’Read the rest of this entry »’); ?>
While checking the Top Commentator plugin modified by FreeKill to suit WP 2.5+, I found 3 marvelous a capella performances worth listening at GroovyGrooves. I always like a capella very much but to have the opportunity to check all three videos in one shot is utterly one of the wonderful moments in my life.
- GroovyGrooves.com - Bohemian Rhapsody A Capella
- GroovyGrooves.com - The Lion Sleeps Tonight
- GroovyGrooves.com - Nintendo A Capella
What can you say about these performers? They are so fantastic and the combination of various human voices really touches one’s heart… =)
Related entries that might interest you:









