Skip to content

Instantly share code, notes, and snippets.

@mototeam
mototeam / gist:e8236f4109cf90a222a2
Created February 25, 2015 15:27
MotoPress PressTicket Fix plugin
<?php
/*
Plugin Name: MotoPress PressTicket Fix
Plugin URI: http://www.getmotopress.com/
Description: Fixes an issue with PressTicket plugin by Toan Nguyen http://wpoffice.net/contact/. PressTicket plugin adds custom div to each the_content filter call.
Version: 1.0
Author: MotoPress
Author URI: http://www.getmotopress.com/
*/
@mototeam
mototeam / gist:e757e1df352a9547839f
Created January 10, 2015 10:36
MotoPress Custom Layouts
<?php
/**
* Plugin Name: MotoPress Custom Layouts
* Plugin URI: http://www.getmotopress.com/
* Description: This example describes how to add custom predefined layouts.
* Version: 1.0
* Author: MotoPress Team
* Author URI: http://www.getmotopress.com/
* License: GPL2 or later
@mototeam
mototeam / gist:1288fe335852623e75b6
Created December 10, 2014 16:13
MotoPress Vertical Tabs
<?php
/**
* Plugin Name: MotoPress Vertical Tabs
* Plugin URI: http://www.getmotopress.com/
* Description: Add vertical style to Tabs widget
* Version: 0.1
* Author: MotoPress Team
* Author URI: http://www.getmotopress.com/
* License: GPL2 or later
@mototeam
mototeam / gist:27ee82c87566a5235c44
Last active August 29, 2015 14:09
MotoPress - working with styles
<?php
/**
* Plugin Name: MotoPress Change Styles Example
* Plugin URI: http://www.getmotopress.com/
* Description: This example describes how to add new styles to MotoPress objects
* Version: 0.1
* Author: MotoPress Team
* Author URI: http://www.getmotopress.com/
* License: GPL2 or later