wordpress tip: link (plug) an external site

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fris
    Too lazy to set a custom title
    • Aug 2002
    • 55679

    #1

    wordpress tip: link (plug) an external site

    Sometimes people pay for advertising and want a direct link the site in question, or maybe you just want to link to another site without viewing a post.

    I found this cool snippet via http://www.istudioweb.com/hacking-wo...le-2008-01-12/

    I edited mine a bit, bascially you add a custom field plug and put the url you want it to goto, if no custom field is set it will be a regular post.

    Code:
    function plugit() {
            global $post;
            $post_id = get_post($post->ID);
            $title = $post_id->post_title;
            $perm  = get_permalink($post_id);
            $plug = get_post_custom_values('plug');
            if (empty($plug)) {
                    $link = $perm;
            }
            else {
                    $link = $plug[0];
            }
            echo '<a href="'.$link.'" rel="bookmark" title="'.$title.'">';
    }
    Heres a site of mine I have it in use.

    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.
  • Nicky
    Too lazy to set a custom title
    • Mar 2003
    • 30071

    #2
    Thanks Fris.

    gfynicky @ gmail.com

    Comment

    • Ozarkz
      So Fucking Banned
      • Jan 2009
      • 2377

      #3
      That's awesome very useful.

      Comment

      • Thurbs
        The Thrilla in Manila
        • Sep 2004
        • 4785

        #4
        Hey Fris - would you have time to discuss a wordpress idea I had? perhaps you might know a non "hacked" up way to do some advanced layout & ordering stuff.

        Comment

        • pornpf69
          Too lazy to set a custom title
          • Jun 2004
          • 15782

          #5
          thanks for sharing it!!

          Comment

          • fris
            Too lazy to set a custom title
            • Aug 2002
            • 55679

            #6
            icq: 704-299 will be on for a couple more hours
            Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

            Comment

            • blonda80
              FOR HIRE: AFF Manager
              • May 2006
              • 10959

              #7
              very useful
              Weekly Paying Affiliate Program with Dating Cam Offers!
              TrafficGoldmine.com is the official home of HookUP.com
              They offer payments by PayPal, Paxum, BTC, Bkash, Webmoney & more!

              Comment

              Working...