• Resolved wealthontap

    (@wealthontap)


    Hi there, I have a feed which I created with Yahoo Pipes and I would like to append the tag so that it pulls content related to the tag however I can’t seem to get it to work.

    This is what I have at the moment, any suggestions would be much appreciated.

    <?php
    $feed = "http://pipes.yahoo.com/pipes/pipe.run?_id=EPadBL5F3hGMtV2MwjSbTQ&amp;_render=rss&amp;keyword=".single_tag_title();
    echo SimplePieWP($feed);
    ?>

    Cheers,
    Mike.

Viewing 1 replies (of 1 total)
  • Thread Starter wealthontap

    (@wealthontap)

    Never mind I needed to use…
    <?php $current_tag = single_tag_title("", false); ?>
    …to return the value into a variable.

Viewing 1 replies (of 1 total)
  • The topic ‘SimplePie Plugin’ is closed to new replies.