WP Manifestindependent plugin directory
manifest / developer / acme-widget-jobs

Acme Recent Jobs Widget

Code example: a custom WordPress plugin I created for a client at Metal Toad.

by Metal Toad Media · github.com/firelf15/acme-widget-jobs · website

1stars
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/firelf15/acme-widget-jobs/archive/refs/heads/master.zip

A widget to list the 5 most recent posts of the content type "ext_job."

Description

A widget to list the 5 most recent posts of the content type "ext_job." "ext_job" was used to allow for the possibility of one day Acme posting internal jobs on their site, separate from the user contributed external jobs.

Installation

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

e.g.

  1. Upload acme-widget-jobs.php to the /wp-content/acme-widget-jobs/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Place <?php do_action('plugin_name_hook'); ?> in your templates or add the Widget into a region via the Admin Tools

Changelog

Upgrade Notice