WP Manifestindependent plugin directory
manifest / content / mplinks

MPLinks

A wordpress plugin used to generate external links and display them on a page. Similar to Linktree.

by Matt Patterson · github.com/mattpatterson94/mplinks

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/mattpatterson94/mplinks/archive/refs/heads/master.zip

Readme

MPLinks WORDPRESS PLUGIN

Made by Matt Patterson

This plugin was created to mimic Linktree and add similar functionality to wordpress sites.

What is does

Download this repo and add this plugin into your plugins directory. Once activated, it will show "MPLinks" in the sidebar. The idea of this plugin is to add external links and then display them easily on a wordpress page. You then link to the page on your instagram, or some other social media, and it can be used to display popular links.

How it works

This plugin uses a local copy of Advanced Custom Fields PRO in order to create options pages for any wordpress site this plugin is activated on. This makes starting out new wordpress sites a lot easier, and you don't have to create any yucky standard wordpress options pages.

Current Options

These are the current option pages set up currently.

  • MPLinks
    • Settings
    • Header content. Modify what is displayed above the links
    • Custom CSS. Used to customize how the links and header displays.
    • Links
      • Title. Title of Link
      • URL. URL of Link.
      • Class. Adding a class to the link to style it.

Current Shortcodes

There are shortcodes available via this plugin that can be used in the theme.

  • Links
    • [mplinks header="true" class="mplinks__links"]

Read the full README on GitHub →