Results 1 to 2 of 2

Thread: A few questions on the RSS Display Boxes script

  1. #1
    Join Date
    Nov 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default A few questions on the RSS Display Boxes script

    1) Script Title: RSS Display Boxes

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...rssdisplaybox/

    3) Describe problem:

    Hi,

    I've got 3 questions.

    1: How can i style the link color of the headlines in the display box?
    Currently it is regular link blue.

    2: How to add a nofollow attribute to the headline link?
    Example: <a rel="nofollow" href="http://www.example.com/">Headline</a>

    3: I'm using Feedburner and now the links in the address bar display the Feedburner URL's
    Example: http://feeds.feedburner.com/mydomain

    I would rather have it show the actual URL to the page it links to.

    Is it possible to make it show the URL in the address bar of the page the headline links to?

    By the way, it's a great script, apart from these little display matters it does exactly what i wanted.

    Thanks in advance for anyone who can add their 2 cents.

  2. #2
    Join Date
    Nov 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Okay guys, question 2 can be regarded as resolved.

    This line does the trick:

    <div class="rsstitle"><a href="<?php echo $item->get_permalink(); ?>" rel="nofollow" target="_new"><?php echo $item->get_title(); ?></a></div>

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •