Support » Theme: Hueman » Featured Image Wanted

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter SingingTurnip

    (@ghoststorm)

    Ok I figured it out, I have gone to single.php and entered

    <?php get_template_part('inc/page-image'); ?>

    here:

    <section class="content">
    
    	<?php get_template_part('inc/page-image'); ?>
    	<?php get_template_part('inc/page-title'); ?>
    
    	<div class="pad group">

    Still need to remove that comments icon though if possible.

    Thread Starter SingingTurnip

    (@ghoststorm)

    All sorted.

    This would be a nice option to add to the Theme Options

    Thread Starter SingingTurnip

    (@ghoststorm)

    Yeah it would because if and when the theme is updated it will undo the changes.

    The featured image on the post won’t be displayed if the post format is set to “Standard”.

    when the theme is updated it will undo the changes

    This is one of the main reasons to use a child theme, which you can download from within the main theme:
    1. In Theme Options click the Help tab in the upper righthand corner.
    2. One of the options in the list is to download a sample child theme. This downloads the theme zip file to your local computer.
    3. Install the new theme in your Admin panel by selecting Add New > Upload Theme > Choose File, then select the zip file you downloaded.
    4. Activate the child theme.

    You’ll now have a pre-configured child theme with a style.css file and functions.php file to which you can add customizations. And you can copy files like single.php from the parent theme to your child theme and make the changes there so they won’t be lost.

    Thread Starter SingingTurnip

    (@ghoststorm)

    I’ve viewed normal posts and ones classed as videos and the featured image shows….

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Featured Image Wanted’ is closed to new replies.