This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

DX Sources

Description

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.

Screenshots

  • 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.

Reviews

Read all 1 review

Contributors & Developers

“DX Sources” is open source software. The following people have contributed to this plugin.

Contributors

Translate “DX Sources” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by 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.