So many people like the black color and They are rally looking for black WordPress themes. If we kept black color in background then web page will become more attractive as graphic designers are says. I specially like black wordpress … Continue reading
Category Archives: Wordpress Themes
Create an Archive Page in your WordPress theme
First I would say somthing about archive page in any website. Archive page is very important for SEO purpose. Google and search engine sites will always look for two main file. First sitemap.xml file and archive page. If you do … Continue reading
Share and Enjoy
How to add Google Connect to your WordPress theme or website
Many people want to add the Google Connect to there wordpress websites. But they don’t know how to achieve that. In this article I am going to show you the step about adding the google connect to your website. Google … Continue reading
Share and Enjoy
10 best free portfolio wordpress themes
When I started the Blogging, First I started about Portfolio WordPress theme. I got so many wordpress themes but I was looking for only portfolio wordpress themes. I got very super classic portfolio wordpress themes but that most of all … Continue reading
Share and Enjoy
10 best free premium wordpress themes
I spent lot of time to checking the wordpress themes and checking how they really looking with webpage. I am also curious about wordpress theme functionality. I always looked for theme look simple, sober and professional. The handling of website … Continue reading
Share and Enjoy
valentine heart wordpress theme launched by wordpressapi
On the occasion on Valentine day We are very happy to introdue the new valientine heart wordpress theme. This wordpress theme has two columns present in theme. Nice pink color is base color of theme. You can Download the valentine … Continue reading
Share and Enjoy
Best Pink and valentines wordpress themes
Valentine’s Day is a traditional holiday celebrated on February 14. I specially love this day. This is special day in everybody’s life. In college valentine day is special day I ever seen. It is the best Day to express your … Continue reading
Share and Enjoy
How to exclude images from wordpress post
In one of project I got requirement of to exclude images from WordPress post. I written following code for excluding the image from Post Above line I added in showing post without image. <?php $FormatedContent = content_with_formatting(); $content = the_content(); … Continue reading
Share and Enjoy
How to use a Custom Page as a Home Page in WordPress
This is one of the most wanted hacks that users want to know how to accomplish. First you need to learn how to create a custom page. You will need to duplicate your page.php or create a wordpress.php file and … Continue reading
Share and Enjoy
How to add the some text or HTML code on home page – WordPress
If you want to add some different text or HTML code just use following code: <?php if (is_home() { ?> HTML CODE GOES HERE OR TEXT <? } ?> Have fun!