Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

DX Sources

Beschrijving

DX Sources is a plugin giving you easy way of adding sources to your posts. Be it news or technical article sometimes specifying sources is required and DX Sources provides with a tool just after your post editor where you can add dynamically new items without refreshing the page.

The list of sources will be displayed under your article’s content with numerical representation before the name like [0], [1] e.t.c. Those numbers can be used for linking any text in your article to the source requried by adding link with url #dxs-<the source number>. For example the 4th source would be linked with #dxs-4 and so on.

For theme developers:

The plugin doesn’t include any stylings or scripts to the front-end (theme), so no extra requests. There is also no inline or injected CSS to worry about overwriting. All the stylings are up to you. The markup uses <ul>, strong and em, so by default it should be styled properly. Still if you need anything more every single element has clean class names you can use. You can also use the unique incremented IDs for specific target if required.

Schermafdrukken

  • Example view for the plugin with basic default WordPress theme installed. This is what you get from simply activating and using the plugin. Any extra styling is up to you.
  • Adding and deleting items happens without refresing the dashboard. Only the "Name" field is required and if not filled you would recieve notification that it should be filled.

FAQ

This section describes how to install the plugin and get it working.

  1. Upload the plugin files to the /wp-content/plugins/dx-sources directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Access the plugin through the single post view.

Beoordelingen

Lees 1 beoordeling

Bijdragers & ontwikkelaars

“DX Sources” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “DX Sources” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0.0 – 4/14/2016

  • Initial version of DX Sources

2.0.0 – 6/16/2020

  • Second major version of DX Sources
  • Added compilancy for Custom Post Types
  • Added option to disable the numbers in front of each source
  • Refactored the code
  • Bugfixes in the post edit screen

2.0.1 – 6/10/2020

  • Bugfix: Fixed an issue with a boolean variable being treated as an array in some cases, which resulted in warnings.