Title: Our Programs by WOWDevShop
Author: Edwin Xico (XicoOfficial)
Published: <strong>4 January 2016</strong>
Last modified: 18 April 2018

---

Search plugins

![](https://ps.w.org/our-programs-by-wowdevshop/assets/banner-772x250.jpg?rev=1321380)

This plugin **hasn’t been tested with the latest three 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.

![](https://ps.w.org/our-programs-by-wowdevshop/assets/icon-256x256.jpg?rev=1321380)

# Our Programs by WOWDevShop

 By [Edwin Xico (XicoOfficial)](https://profiles.wordpress.org/xicoofficial/)

[Download](https://downloads.wordpress.org/plugin/our-programs-by-wowdevshop.1.2.0.zip)

 * [Details](https://en-gb.wordpress.org/plugins/our-programs-by-wowdevshop/#description)
 * [Reviews](https://en-gb.wordpress.org/plugins/our-programs-by-wowdevshop/#reviews)
 *  [Installation](https://en-gb.wordpress.org/plugins/our-programs-by-wowdevshop/#installation)
 * [Development](https://en-gb.wordpress.org/plugins/our-programs-by-wowdevshop/#developers)

 [Support](https://wordpress.org/support/plugin/our-programs-by-wowdevshop/)

## Description

#### Organisation Programs Management

“Our Programs by WOWDevShop” is a clean and easy-to-use organisation programs management
system for WordPress. Load in your programs and display them on a page as posts,
with their own categories.

#### Support

Looking for a helping hand? [View plugin documentation](http://docs.wowdevshop.com/Wordpress/our-programs).

#### Get Involved

Looking to contribute code to this plugin? Go ahead and [fork the repository over at GitHub](https://github.com/wowdevshop/wp-our-programs).
(
submit pull requests to the latest “release-” tag)

### Usage

To display your organisation programs via a theme or a custom plugin, please use
the following code:

Define your custom post type name in the arguments

    ```
    $args = array('post_type' => 'programs');
    ```

Define the loop based on arguments

    ```
    $loop = new WP_Query( $args );
    ```

Display the contents

### Usage Examples

    ```
    <?php
    $args = array('post_type' => 'bios');
    $loop = new WP_Query( $args );

    while ( $loop->have_posts() ) : $loop->the_post();
    ?>
    <h1 class="entry-title"><?php the_title(); ?></h1>
    <div class="entry-content">
    <?php the_content(); ?>
    </div>
    <?php endwhile;?>
    ```

## Screenshots

 * [[
 * The organisation program management screen within the WordPress admin.
 * [[
 * The organisation programs displayed on the front-end with a little CSS.
 * [[
 * Single organisation program displayed on the front-end with a little CSS.

## Installation

Installing “Our Programs by WOWDevShop” can be done either by searching for “Our
Programs by WOWDevShop” via the “Plugins > Add New” screen in your WordPress dashboard,
or by using the following steps:

 1. Download the plugin via WordPress.org.
 2. Upload the ZIP file through the “Plugins > Add New > Upload” screen in your WordPress
    dashboard.
 3. Activate the plugin through the ‘Plugins’ menu in WordPress

## FAQ

  Installation Instructions

Installing “Our Programs by WOWDevShop” can be done either by searching for “Our
Programs by WOWDevShop” via the “Plugins > Add New” screen in your WordPress dashboard,
or by using the following steps:

 1. Download the plugin via WordPress.org.
 2. Upload the ZIP file through the “Plugins > Add New > Upload” screen in your WordPress
    dashboard.
 3. Activate the plugin through the ‘Plugins’ menu in WordPress

  The plugin looks unstyled when I activate it. Why is this?

“Our Programs by WOWDevShop” is a lean plugin that aims to keep its purpose as clean
and clear as possible. Thus, we don’t load any preset CSS styling, to allow full
control over the styling within your theme or child theme.

  How do I contribute?

We encourage everyone to contribute their ideas, thoughts and code snippets. This
can be done by forking the [repository over at GitHub](https://github.com/wowdevshop/wp-our-programs).

## Reviews

There are no reviews for this plugin.

## Contributors and Developers

“Our Programs by WOWDevShop” is open source software. The following people have 
contributed to this plugin.

Contributors

 *   [ Edwin Xico (XicoOfficial) ](https://profiles.wordpress.org/xicoofficial/)
 *   [ wowdevshop ](https://profiles.wordpress.org/wowdevshop/)

“Our Programs by WOWDevShop” has been translated into 7 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/our-programs-by-wowdevshop/contributors)
for their contributions.

[Translate “Our Programs by WOWDevShop” into your language.](https://translate.wordpress.org/projects/wp-plugins/our-programs-by-wowdevshop)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/our-programs-by-wowdevshop/),
check out the [SVN repository](https://plugins.svn.wordpress.org/our-programs-by-wowdevshop/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/our-programs-by-wowdevshop/)
by [RSS](https://plugins.trac.wordpress.org/log/our-programs-by-wowdevshop/?limit=100&mode=stop_on_copy&format=rss).

## Change Log

#### 1.2.0

 * Tested up to WordPress 4.9

#### 1.1.0

 * Custom Single template
 * Delete support for custom fields
 * Plugin internationalised
 * Bug fixes

## Meta

 *  Version **1.2.0**
 *  Last updated **8 years ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 3.8 or higher **
 *  Tested up to **4.9.29**
 *  Languages
 * [English (UK)](https://en-gb.wordpress.org/plugins/our-programs-by-wowdevshop/),
   [English (US)](https://wordpress.org/plugins/our-programs-by-wowdevshop/), [Japanese](https://ja.wordpress.org/plugins/our-programs-by-wowdevshop/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/our-programs-by-wowdevshop/),
   [Spanish (Guatemala)](https://es-gt.wordpress.org/plugins/our-programs-by-wowdevshop/),
   [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/our-programs-by-wowdevshop/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/our-programs-by-wowdevshop/)
   and [Spanish (Venezuela)](https://ve.wordpress.org/plugins/our-programs-by-wowdevshop/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/our-programs-by-wowdevshop)
 * Tags
 * [programs](https://en-gb.wordpress.org/plugins/tags/programs/)[widget](https://en-gb.wordpress.org/plugins/tags/widget/)
 *  [Advanced View](https://en-gb.wordpress.org/plugins/our-programs-by-wowdevshop/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/our-programs-by-wowdevshop/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/our-programs-by-wowdevshop/reviews/)

## Contributors

 *   [ Edwin Xico (XicoOfficial) ](https://profiles.wordpress.org/xicoofficial/)
 *   [ wowdevshop ](https://profiles.wordpress.org/wowdevshop/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/our-programs-by-wowdevshop/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://wowdevshop.com/)