• Resolved bence_gonda

    (@bence_gonda)


    I added a news section to my website. It list the post, but when I click on a post, it only shows the title, but not the text or the picures. When I try it with another theme it work fine. Should I edit the single.php file?

    website: https://www.globaloutreach.hu/en

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author weblizar

    (@weblizar)

    Hello,

    Please share the code of single.php file.

    Thanks

    Thread Starter bence_gonda

    (@bence_gonda)

    Hello!

    It should be same as the original:

    <?php get_header(); ?>
    <div class="top-title-wrapper">
        <div class="container">
            <div class="row">
                <div class="col-md-12 col-sm-12 page-info">
                    <h1 class="h1-page-title"><?php echo __('Hírek') ?></h1>
                </div>
            </div>
        </div>
    </div>
    <div class="space-sep20"></div>
    <div class="content-wrapper">
    	<div class="body-wrapper">
    		<div class="container">
    			<div class="row">
    				<?php the_post(); ?>
    				<div class="col-md-9 col-sm-9">
    						<!-- Blog Post -->
    						<?php get_template_part('content'); ?>
    					<!-- Blog Post -->
    						<!-- Comments -->
    					<?php comments_template('',true); ?>
    				</div>
    				<?php get_sidebar(); ?>
    			</div>
    		</div>
    	</div>
    </div>
    <?php get_footer(); ?>

    Hi,

    Please try this solution:

    Create a “Child-Theme” first.

    After it create a “content.php” file into your “Child-Theme” directory.

    Now copy the code from this LINK and paste into “content.php” file of

    your “Child-Theme” directory.

    Save the changes.

    Thanks

    Thread Starter bence_gonda

    (@bence_gonda)

    Hello!

    Thanks. I made the changes you have suggested. Now the featured image is also visible but not the text.

    Hi,

    I think you made changes into your core theme directory. So please

    tell me where you have made changes.

    please follow the below solutions :

    Go to Dashboard Admin Panel >> Appearance Menu >> Weblizar Options >>

    General Option >> Custom CSS.

    Now delete Custom CSS data and save the changes.

    It may be plugin conflict-ion so please deactivate all the plugins.

    Thanks

    Thread Starter bence_gonda

    (@bence_gonda)

    Hello!
    It turned out the the conflict was with the qtranslate plugin. Now it works fine. Thanks for the help!

    Bence

    @bence

    Most Welocme

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Blog not showing full text of posts, only title’ is closed to new replies.