For those who use their iPhone and Android phones just for BBM, this offer from Airtel will benefit you greatly. See procedures for subscription below.
Subscribe to a BBM plan on your android and iOS phones at ease.
Simply dial=>
*440*22# @ N300 for a monthly plan
*440*23# @ N200 for a weekly plan
*440*24# @ N100 for a daily plan
Previously, teenagers from the age of 13 -17 were unable to post status upadtes, videos and images that can be seen by the public, restricted to their friends only. Now their posts can go public, not only to their friends, but friends of their friends. This limitation restricted some adverts from reaching the walls of these teenagers. Facebook still included a notification before these teenager accounts post messages, alerting them that their post will be seen publicly. Facebook has over 1.2 billion users worldwide and are up against competitors like Twitter and Google in online marketing. This move by Facebook i believe is to expand their marketing reach. Now products and services for teenegers under that age range can be reached with adverts through Facebook. This is good news for marketers who want to reach young customers on Facebook. Parents will not welcome this change as kids being able to post and receive public content are now exposed to the vulgarity uncensored content...
Downloading videos from YouTube is one of the easiest and most simple thing to do on the internet. This article will give you straight forward steps on how to download videos from YouTube with your smartphones or your computer.
It's totally easy and is almost clearly written in the Wordpress documentation. I will go straight to the point. You will have to know a little bit of PHP. In your themes folder, open the index.php file. In the file you will find this code(without the curly braces): { if ( have_posts() ) } this code queries your database for posts with the default setting from your Wordpress Dashboard. Just before the code(without the curly braces), input this code to modify the query: { $query = new WP_Query( array( 'posts_per_page' => 4 ) ); } "You can change the number of posts that suits your design." Then you need to modify further. Change the following.... { if ( have_posts() ) } to { if ( $query-> have_posts() ) } {while ( have_posts() )} to { while ( $query->have_posts() )} {the_post()} to {$query->the_post()} So that's all you need to do Happy coding :)
Comments
Post a Comment