Viewing 12 replies - 1 through 12 (of 12 total)
  • Hi prethon. Welcome to the Hueman forum. I’m not sure what you’re asking. Are you trying to display operating system messages to the user in a post? In your admin area? Something else?

    Thread Starter prethon

    (@prethon)

    want to display the full post … no summary

    Thread Starter prethon

    (@prethon)

    Display the full post where? On the home page? The category archive pages? You’ll have to help me out here; the more information you can provide the better.

    Thread Starter prethon

    (@prethon)

    when you make a post with text and picture does not show complete, only a summary of the post

    The theme is designed to display the full post on the single post page and a post excerpt on the home page and category archive pages. If you want to change that you’ll need to modify a couple of theme files. Is that what you’re trying to do?

    Thread Starter prethon

    (@prethon)

    That’s right, as you do this on the main page , as amending code

    1. You need to be running a child theme. If you don’t currently have one you can download one from the theme web site.

    2. Copy content.php from the parent theme to your child theme.

    3. At the bottom of the file in your child theme find this block of code:

    <?php if (hu_get_option('excerpt-length') != '0'): ?>
    <div class="entry excerpt">
    	<?php the_excerpt(); ?>
    </div><!--/.entry-->
    <?php endif; ?>

    4. Change “the_excerpt()” to “the_content()”.

    If you’re using the featured post slider you would do the same thing in content-featured.php. If you’re using the Standard Blog List option then make the same changes to content-standard.php.

    Thread Starter prethon

    (@prethon)

    does not work , when importing the subject child, give error and import ftp prompts to download the theme hueman not master

    Please list the steps you followed to download, add and activate the child theme.

    Thread Starter prethon

    (@prethon)

    I downloaded the theme child, and added via FTP, to access the wordprees appeared message to download the theme Hueman lite version ( 1.5.7 ) , but I use the theme full version ( 2.2.5 github )

    I downloaded the theme child

    I’m assuming this was from the theme web site.

    added via FTP

    Added it where?

    to access the wordprees

    Not sure what that means.

    After you download the child theme zip file you would go to Appearance > Themes and install the new theme by selecting Add New > Upload Theme > Choose File, then selecting the zip file you downloaded. Then activate the child theme.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Post complete’ is closed to new replies.