Category: How-To
-
How I Learned the Importance of Safe Android TV Download Links
—
by
Recently, I visited a website that promised something exciting: a simple way to use Android TV on a PC without installation. The concept was great, the presentation looked clean, and I was genuinely interested in trying the latest Android TV build. But the moment I clicked the download buttons, everything changed. When Android TV Downloads Turned…
-
How to remove featured image in homepage of Hueman theme?
—
by
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…