Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #55405
    Oliver
    Participant

    Hi there,

    I really like your theme, which is why i bought it. But there seems to be a bug with the featured content posts, where the titles of a post is not showing on the page (even if there is a title).

    As for my rather bad php-knowledge the problem should be in this part of the code within the “catchresponsive_post_content”-function:

    $catchresponsive_post_content .= '
    					<div class="entry-container">';
    						if ( $excerpt !='') {
    							$catchresponsive_page_content .= the_title( '<header class="entry-header"><h1 class="entry-title">','</h1></header>', false );
    							$catchresponsive_post_content .= '<div class="entry-content">'.$excerpt.'</div>';
    							$catchresponsive_post_content .= '<a href="' . get_permalink() . '" title="Permalink to '.the_title( '', '', false ).'"></a>';
    						}
    					$catchresponsive_post_content .= '
    					</div><!-- .entry-container -->
    				</article><!-- .featured-post-'. $i .' -->';

    thx for the help in advance

    #55466
    Sakin
    Keymaster

    @Oliver: You can update to latest version of Catch Responsive Pro 2.0 which was released yesterday and it will work. You can check out theme instructions page at http://catchthemes.com/changelogs/catch-responsive-pro-theme/

    For update instruction, you can follow instruction in http://catchthemes.com/theme-instructions/catch-responsive-pro/

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Featured content posts – titles not showing’ is closed to new replies.