Viewing 7 replies - 31 through 37 (of 37 total)
  • Thread Starter Michael Erich Pilarczyk

    (@blog_micky)

    Here the code vom page-title.php:

    <div class="page-title pad group">
    
    	<?php if ( is_home() ) : ?>
    		<h2><?php echo alx_blog_title(); ?></h2>
    
    	<?php elseif ( is_single() ): ?>
    		<ul class="meta-single group">
    			<li class="category"><?php the_category(' <span>/</span> '); ?></li>
    			<?php if ( comments_open() && ( ot_get_option( 'comment-count' ) != 'off' ) ): ?>
    			<li class="comments"><a href="<?php comments_link(); ?>"><i class="fa fa-comments-o"></i><?php comments_number( '0', '1', '%' ); ?></a></li>
    			<?php endif; ?>
    		</ul>
    
    		<?php elseif ( is_page() ): ?> <h2> <?php echo alx_page_title(); ?> </h2> <?php if ( function_exists( 'the_subtitle' ) ) { the_subtitle( '<p class="entry-subtitle">', '</p>' ); } ?>
    
    	<?php elseif ( is_search() ): ?>
    		<h1>
    Plugin Author Philip Arthur Moore

    (@philiparthurmoore)

    This is wrong:

    <?php if ( function_exists( 'the_subtitle' ) ) { the_subtitle( '<p class="entry-subtitle">', '</p>' ); } ?>

    Please see this comment.

    Thread Starter Michael Erich Pilarczyk

    (@blog_micky)

    P.S. It is not the whole code but only the upper part with the call of subtitles.

    Thread Starter Michael Erich Pilarczyk

    (@blog_micky)

    Your patience with me is really admirable. So now we’re almost there, I have found the error. Now it’s really up to the size of the title and subtitle. Was of course to me, I had the code transmitted incorrectly. SORRY!

    Plugin Author Philip Arthur Moore

    (@philiparthurmoore)

    No worries.

    If you’d like to control font size then just do something like this:

    span.entry-subtitle { font-size: 16px !important; text-transform: none !important; }
    Thread Starter Michael Erich Pilarczyk

    (@blog_micky)

    Hi Philip,

    you are the best!!!! Now it fits and the subtleties can I now itself to adapt. I thank you again for your intensive effort. You are really very friendly and helpful. Without you I would have never so dissolved…:-):):)

    So thank you and this thread can now also successfully be closed!

    Michael Erich Pilarczyk

    Plugin Author Philip Arthur Moore

    (@philiparthurmoore)

    Awesome Michael. ?? Happy that we were able to solve this. All the best.

Viewing 7 replies - 31 through 37 (of 37 total)
  • The topic ‘Do not display subtitles on pages!’ is closed to new replies.