Support Forumturn blog headline link off – Support Forum https://support.ishyoboy.com/forums/topic/turn-blog-headline-link-off/feed/ Sun, 05 May 2024 10:56:42 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/turn-blog-headline-link-off/#post-8633 <![CDATA[turn blog headline link off]]> https://support.ishyoboy.com/forums/topic/turn-blog-headline-link-off/#post-8633 Mon, 08 Jun 2015 01:40:39 +0000 planosaurus Hello-
The blog headline automatically appears as a link to that same page when you are on that page. Is there anyway to turn that off so the headline is just h1, no link?

Thanks,
Megan

]]>
https://support.ishyoboy.com/forums/topic/turn-blog-headline-link-off/#post-8667 <![CDATA[Reply To: turn blog headline link off]]> https://support.ishyoboy.com/forums/topic/turn-blog-headline-link-off/#post-8667 Tue, 09 Jun 2015 12:42:21 +0000 IshYoBoy Hi Megan,

You need to override all files named content-post-*.php and see where the title is output and then remove the link in case it is single post. E.g.:

<h2 class="ic"><a href="<?php the_permalink(); ?>"><?php ( '' != get_the_title() ) ? the_title() : _e( 'View', 'ishyoboy'); ?></a></h2>

Needs to be changed to:

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>