ContentXpress Article Importer
Enhanced version of the ContentXpress Article Importer by Publishers Printing Company.
by Publishers Printing Company, Michael Wender · github.com/wenderhost/contentxpress-article-importer
★ 0stars
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/wenderhost/contentxpress-article-importer/archive/refs/heads/master.zipReadme
ContentXpress Article Importer
This is a WordPress plugin for importing articles from ContentXPress. It is a fork of the original ContentXpress Article Importer developed by the Publishers Printing Company.
New features:
- Uses
<dc:creator prism:role="author">data as the post author - Imports
<RTF:Terms>as post tags - Imports
<prism:coverDisplayDate>as a custom taxnomy - Assigns proper date to the post by parsing the date from the
<dc:identifier>field - Imports
<prism:section>as a category - Adds article images to the top of the content as a
[gallery]
Changelog
2.3.0
- Documenting the need to keep the PHP session open inside
lib/fns/preview.php. Otherwise, if you close it, the plugin is not able to import from the ContentXpress API. At some point in the future, I'd advise we fix the plugin to not require leaving the session open, but at this point, I'm simply documenting the requirement so as not to break the plugin in the future by usingsession_write_close()inlib/fns/preview.php.
2.2.4
- Bugfix: Closing session in
lib/views/previews.php.
2.2.3
- Bugfix: Updating article import to assign new posts to existing authors
2.2.2
- Echoing import status during form handling
- Add
noncechecking to form handling
2.2.1
- Allow updates via the WordPress Update interface
2.2.0
- Utilizing
WP_Async_Taskfor article imports - Adding
admin_noticesto alert the user when a batch of articles has completed importing - Adding a "Check All" option to set imported posts to "Publish"
- Updating new author email to match site domain
- BUGFIX: Fixing original developers' code so that the "Displaying X - X+ of Y" displays correctly
2.1.4
- BUGFIX: Original code doesn't handle duplicate article titles, they get overwritten. Updating code to create unique article titles for "News" and "Events".
- Updating default gallery shortcode to:
[gallery link="file" type="slideshow" autostart="false"]
2.1.3
- Initializing
$sub_headingvariable inWPActions::createPost() - Updates to package build process
2.1.2
- Importing
<p prism:class="deck">...</p>as a custom field calledsub_heading
2.1.1
- Adjusted
WPActions::uploadMediato generate unique filenames for each image attachment
2.1.0
- Initial release with New Features listed above
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 2.3.0 | Oct 19, 2021 |
| 2.2.3 | Feb 8, 2018 |
| 2.2.2 | Dec 30, 2016 |
| 2.2.1 | Dec 30, 2016 |
| 2.1.0 | Dec 30, 2016 |
| 2.1.1 | Dec 30, 2016 |
| 2.1.2 | Dec 30, 2016 |
| 2.1.3 | Dec 30, 2016 |
| 2.1.4 | Dec 30, 2016 |
| 2.2.0 | Dec 30, 2016 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.