Support » Fixing WordPress » Links to Post

  • I want to have all of my links ( from the links tab on the admin dashboard) to be auto posted with the title as the link name and the context as the description. Possible?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Stacy (non coder)

    (@functionmunchkin)

    Thank-you for a response. Codex implies that the functionality is there. So how to make it applicable? I really don’t understand what to put where. Just want to convert each link to be a post on the blog without having to actually write it out since there are already so many in links.

    Hi stacy,
    put this code <?php wp_list_bookmarks( $args ); ?> where you want the list of links to appear in your theme. sidebar.php, single.php etc…and each time you add a link it will appear where you chose.

    Thread Starter Stacy (non coder)

    (@functionmunchkin)

    I couldn’t figure which php file was for the main blog area. In areas like sidebar and footer, this code seems to do what the link widget does, not actually converting each link into it’s own post, and therefore not resulted in search or having other post qualities.

    To reiterate:I want to convert link name and description in the links section to correspond as a title and excerpt for a post.
    Hoping that one Link: Sitename.com
    (with description) help for wordpress
    results as one Post: Site name
    help for wordpress
    (add comments) ect.

    I have wp 3.0.1 with MU enabled and I’m using one theme for all (twenty-ten). It only works per site if I have a theme not used on others.

    I learned template tags though. Definitely going to read all of codex after I get my feet wet with wp.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Links to Post’ is closed to new replies.