How to display posts of any category by adding a page template for Hueman WordPress theme

Screenshot of how the display of category posts looks.  No images, just title and content. Actually, We have have created a child theme for Hueman with ACF (Advanced Custom Fields) inbuilt. With this child theme, you can assign any page with our page template. And then you can assign category to that page template. The… Continue reading How to display posts of any category by adding a page template for Hueman WordPress theme

How to hide date and time in pages of TwentyTwelve theme?

Open and edit content-page.php.  Remove the following code in it. <footer class=”entry-meta”> <?php edit_post_link( __( ‘Edit’, ‘twentytwelve’ ), ‘<span class=”edit-link”>’, ‘</span>’ ); ?> </footer><!– .entry-meta –> Upload/save the file file.  From now, you won’t see the date and time display in pages.

Different header images for each page in Twenty Twelve Theme (Child Theme)

Twenty Twelve is one of the best and mostly used WordPress theme in the world.  But today’s world needs to display images for everything.   But by default, the theme does not have this feature. We have created a child that can have header image for each page.  Yes, different header images for each page.… Continue reading Different header images for each page in Twenty Twelve Theme (Child Theme)

How to remove featured image in homepage of Hueman theme?

In the content-featured.php, remove the following lines (from 5th line) <?php if ( has_post_thumbnail() ): ?> <?php the_post_thumbnail(‘thumb-large’); // only difference to content.php ?> <?php elseif ( ot_get_option(‘placeholder’) != ‘off’ ): ?> <img src=”<?php echo get_template_directory_uri(); ?>/img/thumb-medium.png” alt=”<?php the_title(); ?>” /> <?php endif; ?> This will remove the big fat featured image in homepage of… Continue reading How to remove featured image in homepage of Hueman theme?

Customizr WordPress Theme Mobile Checkpoint Setting To 767PX

The free WordPress theme Customizr converts the top menu into mobile menu (burger menu system) at the width of 979px. We have created a child theme for Customizr that uses a skin and sets mobile checkpoint to 767px. Because sometimes, the number of menus are very less and in iPad like tablets, unnecessary, the mobile… Continue reading Customizr WordPress Theme Mobile Checkpoint Setting To 767PX

VRYN-Photolist , A Free WordPress Theme for Photo display

We have now with another excellent WordPress theme called “VRYN-Photolist”  .  This theme is basically a child theme of “Landscape WordPress Theme” . However, we have added 3 additional page templates to display the photos in the way you want.  Additionally, the photos are nicely animated when you scroll down to see them. Hence, this… Continue reading VRYN-Photolist , A Free WordPress Theme for Photo display

VRYN-Notes , A Free WordPress Theme For FAQs

If you are having lots of “Frequently asked questions” to display, this free theme can help you display them.  The theme uses Accordion to display posts. VRYN-Notes is simple and bright colored and can be quickly used to display FAQs.  Please note that this is can be exclusively used for FAQs purpose only. Screenshot Download Download… Continue reading VRYN-Notes , A Free WordPress Theme For FAQs

VRYN-Photograhy , A Free WordPress Theme For Photographers

Today we are releasing yet another free WordPress theme.  This theme is created for photographers.  If you have lots of photos to show and expose them to the world, Photography WordPress theme can help you a lot. The theme features in Bootstrap base Responsive Custom homepage Screenshot Download VRYN-Photography WordPress Theme Download

Twenty Fourteen WordPress Theme Demo with Sample Data and Download

We heard you and here we would like to provide you the setup data for Twenty Fourteen WordPress Theme. You can get this same demo setup in your localhost or even in your live site.  You can download the following xml file and another file called “wie”.  The WIE file is generated from “Widget Importer… Continue reading Twenty Fourteen WordPress Theme Demo with Sample Data and Download