Plugin Pulse
← Pulse
D

DJD Site Post

by djarzyna · Uncategorized

Write and edit a post at the front end without leaving your site. Supports guest posts.

⚠ Stale⚠ Likely abandoned
How scoring works →
50 Health · D
Maintenance 3/100
Rating quality 89/100
Support 70/100

50 health vs 56 average across 16,377 Uncategorized plugins

High removal-risk signals

63/100

Maintenance and integrity signals that tend to precede a WordPress.org removal. Not an official status, a heads-up to act.

  • Long abandoned. No update in 12+ years — the top precursor to removal once a vulnerability is found.
  • Compatibility drift. Tested only up to WordPress 3.6.1, well behind 6.8.

Directory ranking optimization

How it's scored →

How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.

43 / 100

Under-optimized

Biggest win: Update recency

Update recency 0/100
WP compatibility 2/100
Rating quality 80/100
Listing tuning 100/100

To rank higher: Last updated 4571 days ago — ship an update; wp.org decays a listing's search weight after ~180 days.

Get the full rank-higher report →

Daily downloads

Since 2022-10-05 · 1,426 days · wp.org + Plugin Pulse archive

+31% vs prior 30d
0Downloads · Aug 26

30-day downloads

Rolling 30-day volume · peaks are release surges

55

now · peak 99

5530d downloads · Aug 26

Directory rank vs rivals

wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you

DJD Site Post · #14439 you Press This · #3060 Gravity Forms: Post · #10561 Post Duplicator · #221

Rating trend

Star average over time · dips mark rough releases

4.9Stars · Aug 26

Update activity

How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.

550per 1k installs · Aug 26

Release cadence

No release in a year
from wp.org release tags

How often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.

0

releases in the last 12 months

12.5y ago

latest release · v0.9.3

11

tagged releases on record

Recent releases

0.9.3 · 12.5y ago0.9.2 · 12.5y ago0.9.1 · 12.5y ago0.9 · 12.7y ago0.8 · 12.9y ago0.7 · 12.9y ago0.6 · 13.2y ago0.5 · 13.3y ago0.4 · 13.4y ago0.3 · 13.4y ago0.2 · 13.4y ago

What its installed base runs

via wordpress.org

Share of active installs on each version of this plugin · 100% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.

v0.9 100%

Estimated active installs

The public count shows “100+”. Our estimate pins where the real number sits.

tracked estimate
100–200 ≈190

Refined from the date this plugin crossed into its current band.

Install history · since 2015-04-25 · 1,382 observations

100Installs · Aug 26

Estimated value

What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.

Est. annual revenue

N/A

Est. acquisition value

N/A

No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price. A small install base leaves thin data to model from.

Details

Version
0.9.3
Last updated
12.5y ago
Added
2013-04-06 · 13 yrs old
Requires WP
3.3.1
Tested up to
3.6.1
Requires PHP

Recent review vibe

read from the latest 12 reviews to 2018-05-19
Positive PraiseFeature requestsCompatibility

Reviewers say it does exactly what they need and sets up easily, with a few asking for more features and one older report of it breaking on a WordPress update.

Recent reviews

All reviews on wp.org ↗
  1. Gustav
    8.3y ago

    Works good and we can select multiply categories 🙂

    Read on wp.org ↗
  2. buisat
    10.1y ago

    Unfortunately your plugin stopped working with version WP 4.5.3 , can you repair it ?

    Read on wp.org ↗
  3. Venutius
    11.0y ago

    Installed this morning and tested, seems to work great! Thanks for creating this plugin.

    Read on wp.org ↗
  4. elarson
    11.2y ago

    It is being used by my husband who has a visual handicap and really makes it possible so that he can create and edit his own posts. I would love to have the same ability for him being able to edit WooCommerce product descriptions for his donation site for his paintings. Any chance you have done something like that for a custom post?

    Read on wp.org ↗
  5. The_Durdom
    11.5y ago

    works well

    Read on wp.org ↗
  6. couplast
    11.6y ago

    Haven’t really got a lot to say, I needed a plug-in to do exactly what this plug-in does, so for me it does everything I need. No bugs so far, and easy to set up and configure.

    Read on wp.org ↗
  7. Senator954
    11.9y ago

    I’m very impressed with the features and functionality offered in this plugin – I even sent you some beer money! Hope you actively maintain this plugin as it is a key piece of s/w for my website.

    Read on wp.org ↗
  8. suifengtec
    12.1y ago

    I would like to contribute my Simplified Chinese translation to U, can I? Line 80 of display.php should be: <a style="float: right;" href="<?php echo wp_login_url( get_permalink() ); ?>" title="Login"><?php _e('Login', 'djd-site-post') ?></a> and Line195 of display.php should be: <label for="djd_quiz" id="djd_quiz_label"><?php echo $no1; ?> <?php _e('plus', 'djd-site-post'); ?> <?php echo $no2; ?> =</label> and Line 135 of the main file: public function register_plugin_scripts() { wp_enqueue_script( 'djd-site-post-script', plugins_url( 'djd-site-post/js/display.js' ) ); wp_enqueue_script( 'djd-site-post-ajax-script', plugins_url( 'djd-site-post/js/script.js' ) ); //adding 2 lines for better i18n $data = array( 'update_string' => __( 'Update','djd-site-post' ) ); wp_localize_script( 'djd-site-post-ajax-script', 'djd_site_post_i18n', $data ); } // end register_plugin_scripts and Line 8 of the script.js: /* var theLanguage = jQuery('html').attr('lang');*/ /* if (theLanguage == 'de-DE') { var btnMsg = 'Aktualisieren'; } else{ var btnMsg = 'Update'; }*/ var btnMsg = djd_site_post_i18n.update_string; for i18n. adding the following style to display.css may be better: #djdsitepostcontent_ifr{ border: 1px solid #9f9f9f; }

    Read on wp.org ↗

Behavioral tests

via WP Hive

Automated install-time checks, tested on PHP 7.2.16 · WP 5.3

Low memory footprint
Low page-speed impact
Runs on latest PHP + WP
No PHP errors
No JS errors
Activates cleanly
No resource errors
No external HTTP errors
Optimized database use
Frequently updated

Growth timeline

Install-tier crossings we have observed, and how long each tier took to outgrow

  1. 2025-07-28 200+ → 100+ down after 2 days in tier
  2. 2025-07-26 100+ → 200+ up after 1 days in tier
  3. 2025-07-25 200+ → 100+ down after 443 days in tier
  4. 2024-05-08 300+ → 200+ down after 341 days in tier
  5. 2023-06-02 400+ → 300+ down after 3 days in tier
  6. 2023-05-30 300+ → 400+ up after 1 days in tier
  7. 2023-05-29 400+ → 300+ down

Competes with

The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).

Compare head to head →

Embed this report card

Drop a live Pulse card for DJD Site Post into a readme, a review or a deck. It updates itself.

<iframe src="https://plugins.wpmayor.com/embed/djd-site-post" width="480" height="300" style="border:0" loading="lazy" title="DJD Site Post — Plugin Pulse"></iframe>
Preview card ↗

DJD Site Post: 100+ active installs, 4.9★ (20 reviews). Plugin Pulse (WP Mayor), as of 2026-08-31. https://plugins.wpmayor.com/plugin/djd-site-post