Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #57099
    Riccardo
    Participant

    Hi,
    The Post title does not show in the blog page. However if I look at the posts through the archive or the wordpress backend the titles are there.

    Can you help?

    Is there a way I can send you my site URL without it showing on this forum?

    Many Thanks
    Riccardo

    #57154
    Sakin
    Keymaster

    @Riccardo: Maybe you have hide it from Custom CSS or maybe same color from color options. So, I need to check in your site URL.

    Hum not exactly, you can add in here as ask me to delete it after I see it. Then I will remove it after I view your site.

    #57177
    Riccardo
    Participant

    Thanks,

    the URL is — Could you please delete it once you have seen it? Thanks

    in the wordpress I have created a child theme for catch Kathmandu, but it is empty, so the code should be as for your original theme. To format things I use “Custom CSS” from Jetpack.

    In the web page you will find the titles ate appearing, but it is just because yesterday I added them by hand in the message body, rather than they being real titles.

    Many Thanks
    Riccardo

    #57179
    Sakin
    Keymaster

    @Riccardo: looks like you have edit content.php file in your child theme. As your site is lot loading the following code:

    <header class="entry-header">
    	<h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'catchkathmandu' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
    	<?php if ( 'post' == get_post_type() ) : ?>
            <div class="entry-meta">
                <?php catchkathmandu_header_meta(); ?>
            </div><!-- .entry-meta -->
    	<?php endif; ?>
    </header><!-- .entry-header -->

    This code should be below: <div class="entry-container"> in your content.php file.

    #103062
    marketingpro76
    Participant

    Hello,

    Having some issues with my blog not displaying the post titles in desktop view. When I access the site on mobile, everything displays fine. Could someone assist me with this issue as I’m not quite sure what I did to cause this? My URL is http://marketingpro76.com

    #103132
    Sakin
    Keymaster

    @marketingpro76: Looks like there is issue with Font Size setting in your theme. Please go to “Appearance => Customize => Theme Options => Font Size Options” and then check in “Site Title Font Size” and “Site Title Line Height”. The default for
    Site Title Font Size is 36 in px and Site Title Line Height is 46 in px.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Post title not appearing in blog page’ is closed to new replies.