WP Manifestindependent plugin directory
manifest / content / dss-hogan-jobbnorge

DSS Hogan Module: Jobbnorge archived

Jobbnorge Module for Hogan

by Per Soderlind · github.com/dss-web/dss-hogan-jobbnorge · 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/dss-web/dss-hogan-jobbnorge/archive/refs/heads/master.zip

Declares an update source (https://github.com/dss-web/dss-hogan-jobbnorge), so updates arrive through the plugin's own updater.

Readme

Jobbnorge Module for Hogan

List job postings from Jobbnorge

The module

Installation

Downloading this repository and place it in wp-content/plugins

Available filters

  • dss/hogan/module/jobbnorge/items : Set default number of items.
  • dss/hogan/module/jobbnorge/words : Set default number of words per item.
  • dss/hogan/module/jobbnorge/html/wrapper/start: The HTML start wrapper, the default is:
      <ul class="list-items card-type-large">
  • dss/hogan/module/jobbnorge/html/wrapper/end: The HTML end wrapper, the default is:
      </ul>
  • dss/hogan/module/jobbnorge/html/item The HTML for each item, the default is:
      <ul class="list-items card-type-large">
          <li class="list-item">
              <div class="column">
                  <p>%1$s %2$s</p>
                  <h3 class="entry-title"><a href="%3$s">%4$s</a></h3>
                  <div class="entry-summary"><p>%5$s %6$s</p></div>
              </div>
          </li>
      </ul>
    • %1$s: Due date prefix
    • %2$s: Due date
    • %3$s: Permalink to job add
    • %4$s: Job title
    • %5$s: Job decription
    • %6$s: 'Read more' link and text, ... <a href="[Permalink to job add]">Read more</a>

Copyright and License

Jobbnorge Module for Hogan is copyright 2019 Per Soderlind

Jobbnorge Module for Hogan is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

Jobbnorge Module for Hogan is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with the Extension. If not, see http://www.gnu.org/licenses/.

Read the full README on GitHub →