Forums

How To: Show the main domain like on DIGG (4 posts)

  1. staion
    Member
    Posted 2 years ago #

    Can someone please help me display the main domain url on a post just like on DIGG.com or even other social web news like it.
    Please view the next screenshot to see what I mean: http://yfrog.com/1rwf01may03j

  2. staion
    Member
    Posted 2 years ago #

    no one knows this??!
    Please! I really need this for my website...

  3. Darrell Schauss
    Member
    Posted 2 years ago #

    PHP parse_url() function.
    http://php.net/manual/en/function.parse-url.php
    Returns:

    Array
    (
        [scheme] => http
        [host] => hostname
        [user] => username
        [pass] => password
        [path] => /path
        [query] => arg=value
        [fragment] => anchor
    )
  4. staion
    Member
    Posted 2 years ago #

    thanks for the quick respond but I don't know how to add that to wordpress and how to maje it work...can someone help?!please...

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags