Title: wp_list_bookmarks question
Last modified: August 19, 2016

---

# wp_list_bookmarks question

 *  [johnEcash](https://wordpress.org/support/users/johnecash/)
 * (@johnecash)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/wp_list_bookmarks-question/)
 * Hi all,
 * I am trying to create a page that displays my links.
    I have created a new template
   called links.php so I can use it in a new page.
 *     ```
       <?php
       //Template Name: Links
       ?>
       <?php get_header(); ?>
       <?php wp_list_bookmarks($args); ?>
       <?php get_footer(); ?>
       ```
   
 * This gives me a list of my links, defined by arguments.
    This list will display
   from top to botom, one link a line
 *     ```
       link 1
       link 2
       link3
       ...
       ```
   
 * Is it possible to get a layout like this
 *     ```
       link 1   link 2    link 3
       link 4   ....      ....
       ```
   
 * I checked the argument list but none of them seem to do something like that.
 * I assume this is coded in the bookmark-template.php file but my php knowledge
   is not that good, I tried a couple of things but I never got even close to what
   I am trying.
 * Is there an option to do this?
    Either by a plugin, wp_list_bookmarks argument
   or by editing the template?
 * Thanks a lot
    JohnEcash

Viewing 1 replies (of 1 total)

 *  Thread Starter [johnEcash](https://wordpress.org/support/users/johnecash/)
 * (@johnecash)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/wp_list_bookmarks-question/#post-1762744)
 * Nevermind this one, I got the answer I think
 * I set the before and after tag, as this is default
    -  it will create the list.

Viewing 1 replies (of 1 total)

The topic ‘wp_list_bookmarks question’ is closed to new replies.

 * 1 reply
 * 1 participant
 * Last reply from: [johnEcash](https://wordpress.org/support/users/johnecash/)
 * Last activity: [15 years, 9 months ago](https://wordpress.org/support/topic/wp_list_bookmarks-question/#post-1762744)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
