0
Welcome Guest! Login
0 items Join Now

Grunge: How to make blog title a link?

  • Grunge: How to make blog title a link?

    Posted 13 years 1 month ago
    • I can't seem to get this to work in Gantry, is there another way to get the blog title to be a link?

      Thanks!
    • Tyndie's Avatar
    • Tyndie
    • Preeminent Rocketeer
    • Posts: 8803
    • Thanks: 3

    Re: Grunge: How to make blog title a link?

    Posted 13 years 1 month ago
    • Hi,

      Are you referring to the heading tag at the top of the page before the content?
  • Re: Grunge: How to make blog title a link?

    Posted 13 years 1 month ago
    • Yeah the title of the blog, I want it clickable, as most wordpress blogs are.
    • Karol Orzeł's Avatar
    • Karol Orzeł
    • Elite Rocketeer
    • Posts: 4787
    • Thanks: 289
    • One Crazy Dev

    Re: Grunge: How to make blog title a link?

    Posted 13 years 1 month ago
    • This can be set in the "Content" area of your gantry theme.
      This image is hidden for guests.
      Please log in or register to see it.
    • karolorzel.com
    • Luther's Avatar
    • Luther
    • Newbie
    • Posts: 8
    • Thanks: 0

    Re: Grunge: How to make blog title a link?

    Posted 12 years 11 months ago
    • The back end setting didn't work for me. I even installed the rocket launcher version to make sure there were no conflicts. I managed to get it to work by opening /rt_grunge_wp/html/home.php and removing the span tag from line 54.

      Before:
      <h2 class="contentheading">
      <span><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></span>
      </h2>

      After:
      <h2 class="contentheading">
      <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
      </h2>

      I don't know why this caused the conflict, but removing it worked for me.
    • brtideas's Avatar
    • brtideas
    • Jr. Rocketeer
    • Posts: 22
    • Thanks: 0

    Re: Grunge: How to make blog title a link?

    Posted 12 years 6 months ago
    • I have tried both the back end setting and doing the fix mentioned above and neither of them have worked for me. Any other ideas? My site is chicago-coupons.org/
    • brtideas's Avatar
    • brtideas
    • Jr. Rocketeer
    • Posts: 22
    • Thanks: 0

    Re: Grunge: How to make blog title a link?

    Posted 12 years 6 months ago
    • Anyone there?????
    • Glen's Avatar
    • Glen
    • Hero Rocketeer
    • Posts: 286
    • Thanks: 3
    • RocketTheme Rocks!

    Re: Grunge: How to make blog title a link?

    Posted 11 years 4 months ago
    • Double check that you've turned Title Link on in the Category tab of the gantry theme too.

Time to create page: 0.059 seconds