Title: [Plugin: Links shortcode] Shortcode for all
Last modified: August 20, 2016

---

# [Plugin: Links shortcode] Shortcode for all

 *  Resolved [willhearne](https://wordpress.org/support/users/willhearne/)
 * (@willhearne)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-links-shortcode-shortcode-for-all/)
 * Is there a specific shortcode to simply list all links?
 * [http://wordpress.org/extend/plugins/links-shortcode/](http://wordpress.org/extend/plugins/links-shortcode/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Maarten](https://wordpress.org/support/users/maartenjs/)
 * (@maartenjs)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-links-shortcode-shortcode-for-all/#post-2440042)
 * To simply list the links with a bullet in front of each link, use the following
   main template:
 *     ```
       <li class="link [link_category]">
       <a class="link-title" href="[link_url]" target="_blank">[link_name]</a>
       </li>
       ```
   
 * Use the following ‘before’ template:
    `<ul>` and the following ‘after’: `</ul
   >`
 * Without bullets, just use the following as the main template:
    `<a class="link-
   title" href="[link_url]" target="_blank">[link_name]</a><br />`
 * And then in the post where you want to show the links use the shortcode without
   further customization: `[links]`

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Links shortcode] Shortcode for all’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/links-shortcode_99cefc.svg)
 * [Links shortcode](https://wordpress.org/plugins/links-shortcode/)
 * [Support Threads](https://wordpress.org/support/plugin/links-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/links-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/links-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/links-shortcode/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Maarten](https://wordpress.org/support/users/maartenjs/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-links-shortcode-shortcode-for-all/#post-2440042)
 * Status: resolved