List Recent Posts from Specific Category – WordPress

You can list post from specific category by query_posts() function. it will take one or two parameters, one is category name and 2nd is no of post to show. like following code is showing exactly how it work. <?php query_posts(‘category_name=internet&showposts=5’); ?> and full code to show posts <?php query_posts(‘category_name=internet&showposts=5’); ?> <?php while (have_posts()) : the_post(); […]

Google Is Now Much More Careful About Identity And Real Names

After Facebook now Google is also becoming more restrict to about real names on internet.  and about Google it is said to be true , that Google is taking more care than Facebook regarding real names. these companies now using face-recognition softwares to recognize your photos on internet. everyone know Google already collected a huge […]