Viewing 1 replies (of 1 total)
  • Plugin Author Maarten Swemmer

    (@maartenjs)

    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.