Title: [Plugin: Our Progress] In Post placement
Last modified: August 19, 2016

---

# [Plugin: Our Progress] In Post placement

 *  Resolved [wonderfullyrich](https://wordpress.org/support/users/wonderfullyrich/)
 * (@wonderfullyrich)
 * [16 years ago](https://wordpress.org/support/topic/plugin-our-progress-in-post-placement/)
 * I was looking to use this brilliant plug-in in a page rather then in a widget
   and thought I’d share how I did it.
 * I ended up using the [Exec-PHP](http://bluesome.net/post/2005/08/18/50/) plug-
   in to facilitate the `<?php ?>` phrases that were necessary. Worked like a charm.
 * Cheers,
    Rich
 * [http://wordpress.org/extend/plugins/fundraising-thermometer-plugin-for-wordpress/](http://wordpress.org/extend/plugins/fundraising-thermometer-plugin-for-wordpress/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [christopherross](https://wordpress.org/support/users/christopherross/)
 * (@christopherross)
 * [16 years ago](https://wordpress.org/support/topic/plugin-our-progress-in-post-placement/#post-1516902)
 * I’ve recently been working on how to do this as a widget and almost think I have
   it 🙂
 * I’ll let you know as soon as I know for sure but I’m having a problem registering
   it.
 *  [christopherross](https://wordpress.org/support/users/christopherross/)
 * (@christopherross)
 * [16 years ago](https://wordpress.org/support/topic/plugin-our-progress-in-post-placement/#post-1516903)
 * for now, if you want to run it as a widget you can add:
 *     ```
       class OurProgress extends WP_Widget {
       	function OurProgress() {
       		$widget_ops = array('classname' => 'our_progress', 'description' => 'Our Progress' );
       		$this->WP_Widget('our_progress', 'Our Progress', $widget_ops);
       	}
   
       	function widget($args, $instance) {
       		extract($args, EXTR_SKIP);
       		 echo show_ourprogress_graphic();}
   
       	function update($new_instance, $old_instance) {}
       	function form($instance) {}
       }
       register_widget('OurProgress');
       ```
   
 * To your functions.php file and it’ll register the plugin as a Widget, if anybody
   knows how to add this to the plugin file to be automatic, I’d love some help.
 *  [christopherross](https://wordpress.org/support/users/christopherross/)
 * (@christopherross)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/plugin-our-progress-in-post-placement/#post-1516916)
 * wonderfullyrich, as of version 0.6.7 you can add the following shortcodes to 
   your post:
 * [show_ourprogress_graphic] – shows the graphic
 * or
 * [show_ourprogress] – shows the amount raised
 * thanks to Ipstenu ([http://wordpress.org/support/topic/411307](http://wordpress.org/support/topic/411307))
 *  [matpos12](https://wordpress.org/support/users/matpos12/)
 * (@matpos12)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-our-progress-in-post-placement/#post-1516949)
 * Chistopher,
 * Your plug in rocks. Very cool man, thanks for writing it. I was wondering if 
   you could tell me how do you change the “Our Progress” Title?
 * Matt

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: Our Progress] In Post placement’ is closed to new replies.

 * 4 replies
 * 3 participants
 * Last reply from: [matpos12](https://wordpress.org/support/users/matpos12/)
 * Last activity: [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-our-progress-in-post-placement/#post-1516949)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
