1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How Do I Make A Post Title Post Clickable In Wordpress!

Discussion in 'Content Management' started by cpacashman, Jun 16, 2011.

  1. #1
    I'm trying to find out how to make a post title clickable to
    go to the site mentioned in the post how do I do that.
     
    cpacashman, Jun 16, 2011 IP
  2. ratoncito

    ratoncito Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    create a photoshop image with your title and make it clickable! I always do that
     
    ratoncito, Jun 17, 2011 IP
  3. MIRENGE

    MIRENGE Peon

    Messages:
    107
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes with a photo-shop image your title become clickable and easily noticed.
     
    MIRENGE, Jun 20, 2011 IP
  4. raizza07

    raizza07 Member

    Messages:
    61
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #4
    another suggestion , its also depending on the theme, the css dictates this functionality, if you really wanted your current theme, and it dont have this functionality, you must edit the css file of your current theme.
     
    raizza07, Jun 22, 2011 IP
  5. pokerjoe

    pokerjoe Peon

    Messages:
    61
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    install the "external permalinks" plugin. I use it on one of my blogs.
     
    pokerjoe, Jun 24, 2011 IP
  6. infocus1

    infocus1 Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Use the HTML Editor in wordpress.
     
    infocus1, Mar 28, 2012 IP
  7. adexaja

    adexaja Well-Known Member

    Messages:
    101
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    103
    #7
    CMIIW :

    Find <?php the_title ?> in single.php

    and add like -->>> <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a>
     
    adexaja, Mar 29, 2012 IP