2017 © Pedro Peláez
 

wordpress-plugin listig

List Manager as a WordPress plugin

image

ekandreas/listig

List Manager as a WordPress plugin

  • Wednesday, February 15, 2017
  • by EkAndreas
  • Repository
  • 2 Watchers
  • 3 Stars
  • 14 Installations
  • Vue
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 34 Versions
  • 0 % Grown

The README.md

Listig

Another List Manager in WordPress. Editorial plugin to manage custom post lists., (*1)

The plugin is published at the official WordPress plugin repository for download., (*2)

Work In Progress

This is a plugin in beta phase. A lot of work in progress. As development environment we use another repo at Github., (*3)

Requirements

  • PHP ^7.0
  • WordPress ^4.7

Usage with shortcodes

You can render your list with the following shortcodes:, (*4)

  • [listig], takes all its content and repeats it for every post item in your list.
  • [listig-headline], shows the current post items headline.
  • [listig-excerpt], shows the current post items text.
  • [listig-url], gives the url to the post item edited. Takes one argument target, eg: [listig-url target="_blank"] will render a hyperlink that opens in a new tab.
  • [listig-image], renders an image from the post item. You have the same arguments as to wp_get_attachment_image. Eg: [listig-image size="medium"] will render an image with the defined medium size.

Here is an example from a post content to render a complete list with id=236:, (*5)

[listig id="236"]

[listig-headline]

[listig-image]

[listig-excerpt]

[listig-url]Read more![/listig-url]

[/listig]

Then you can format the shortcodes, eg set the headline to H2 and the read more link to italic., (*6)

shortcode example, (*7)

Usage in templates

The global function listig accepts the ID of the list you want to loop. The ID is printed in the list settings (the gear icon)., (*8)

listig returns an array with posts of properties; headline, excerpt, imageId and imageUrl., (*9)

A simple example to render the output from a list:, (*10)

$posts = listig(236);
foreach ($posts as $post) {
    ?>
    <img src="<?= $post->imageUrl ?>"/>
    <h2>
        <?= $post->headline ?>
    </h2>
    <p>
        <?= $post->excerpt ?>
    </p>
    <?php
}

Hooks and filters

  • listig/post when transforming the post data to a Listig post. Use this to override specific settings for your post type.
  • listig/strip_tags if you don't wont Listig to strip tags.

Things to consider:

This plugin is using the WP REST API but with it's own endpoints. Every call is authenticated with nonce and X-WP-Nonce to the header., (*11)

Composer is just used as a Packagist declaration. The plugin requirements for the backend is just WordPress from version 4.7., (*12)

Autoload will not be provided via Composer as the plugin will be published at the official WordPress plugin repository as downloadable plugin., (*13)

Goal

Create a WordPress plugin for post list managing based on fun techniques as: * Laravel Mix with WebPack for JS-compilations * Vue JS for stable frontend framework * Bulma for easy design modules * WordPress REST API as backend front, (*14)

We are (in this project) aiming for modern frontend / backend communication via REST API. Therefore no backend dependencies except for standard WordPress., (*15)

Contact

andreas@elseif.se, (*16)

License

MIT, (*17)

The Versions

15/02 2017

dev-develop

dev-develop https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

15/02 2017

dev-master

9999999-dev https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

15/02 2017

0.2.6

0.2.6.0 https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

15/02 2017

dev-release/0.2.6

dev-release/0.2.6 https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

15/02 2017

0.2.5

0.2.5.0 https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

15/02 2017

dev-release/0.2.5

dev-release/0.2.5 https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

15/02 2017

0.2.4

0.2.4.0 https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

15/02 2017

dev-release/0.2.4

dev-release/0.2.4 https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

15/02 2017

0.2.3

0.2.3.0 https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

15/02 2017

dev-release/0.2.3

dev-release/0.2.3 https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

15/02 2017

dev-feature/EmptyPostType

dev-feature/EmptyPostType https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

14/02 2017

0.2.2

0.2.2.0 https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

14/02 2017

dev-release/0.2.2

dev-release/0.2.2 https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

13/02 2017

0.2.1

0.2.1.0 https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

13/02 2017

0.2

0.2.0.0 https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

13/02 2017

dev-release/0.2

dev-release/0.2 https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

13/02 2017

dev-feature/Shortcodes

dev-feature/Shortcodes https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

12/02 2017

0.1

0.1.0.0 https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

12/02 2017

dev-release/0.1

dev-release/0.1 https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

12/02 2017

dev-feature/Translations

dev-feature/Translations https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

12/02 2017

dev-feature/SavingLists

dev-feature/SavingLists https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

07/02 2017

0.0.6

0.0.6.0 https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

07/02 2017

dev-release/0.0.6

dev-release/0.0.6 https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

06/02 2017

0.0.5

0.0.5.0 https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

06/02 2017

dev-release/0.0.5

dev-release/0.0.5 https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

06/02 2017

0.0.4

0.0.4.0 https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

06/02 2017

dev-release/0.0.4

dev-release/0.0.4 https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

05/02 2017

dev-feature/StartingWithDragAndDrop

dev-feature/StartingWithDragAndDrop https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

05/02 2017

dev-feature/PostSearchPagination

dev-feature/PostSearchPagination https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

05/02 2017

0.0.3

0.0.3.0 https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

05/02 2017

dev-release/0.0.3

dev-release/0.0.3 https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

05/02 2017

0.0.2

0.0.2.0 https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

05/02 2017

dev-release/0.0.2

dev-release/0.0.2 https://www.elseif.se

List Manager as a WordPress plugin

  Sources   Download

MIT

The Requires

  • php ^7.0

 

wordpress query tool wordpress-plugin structures list-manager editorial

05/02 2017

0.0.1

0.0.1.0

List Manager as a WordPress plugin

  Sources   Download

MIT