Results 1 to 3 of 3

Thread: Links on category page

  1. #1
    Thread Starter
    draycon's Avatar
    Join Date
    Feb 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Links on category page

    Hi,
    I want to use ClassiPress as a small link directory. So all I need to know is where (and how) to change the links on the mainpage that usually opens the corresponding ads page (e.g. ?p=999) to the url that is defined in that ad (cp_adURL). I guess it is handled at the line

    <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">

    at index.php. But what do I have to replace it with?

  2. #2
    Thread Starter
    draycon's Avatar
    Join Date
    Feb 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Links on category page

    I got it I just need to replace the line with those two lines (zieladresse means destination):

    <?php $zieladresse = get_post_meta($post->ID, 'cp_adURL', true); ?>
    <a href="<?php echo $zieladresse; ?>" title="<?php the_title(); ?>">

  3. #3
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts

    Re: Links on category page

    Thanks for sharing.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)