Content Marketing

PostPost Plugin for WordPress Upgraded

This post is discontinued. There are plenty in the repository – one that I found that’s pretty nice is After Content.

One of the more popular plugins I’ve developed for WordPress is PostPost. Many people wish to customize their pages, posts and feeds but doing it from within the theme editor can be quite complex. This plugin allows you to write content before or after posts on a single page, all pages, or just in your feed.

Recently, I’ve been doing a contest giveaway via my feed and the plugin has come in handy! I put a message in before my feed post for folks to email me with a specific subject. The first email I receive wins a $125 subscription to .net magazine, a fantastic magazine that covers a ton of topics with online technology (and some marketing). A few days later, I also announced the winner via the plugin!

postpost-settings

PostPost allows you to capitalize on the is_feed, is_page and is_single functions of WordPress without having to understand how to edit your theme or write code. Download PostPost from the Plugin Page.

I don’t usually update a plugin unless I’ve gotten a ton of feedback for a feature or I’m trying to learn something new. In this case, I wanted to incorporate jQuery which is included with WordPress. It wasn’t as simple as I thought, though. First, I had to add the framework to the plugin with a specific WordPress PHP function:

Within the jQuery code, there are a couple minor modifications as well. Typically, a call to initialize jquery is usually written like this:

$(document).ready(function()

Within WordPress, it looks like this:

jQuery(document).ready(function($)

This was a fun project and has really come in handy! Of course, I also added some code to publish my blog’s feed within the administrative page as well – it’s a free plugin, so why not promote my blog in exchange.

Douglas Karr

Douglas Karr is the founder of the Martech Zone and a recognized expert on digital transformation. Douglas has helped start several successful MarTech startups, has assisted in the due diligence of over $5 bil in Martech acquisitions and investments, and continues to launch his own platforms and services. He's a co-founder of Highbridge, a digital transformation consulting firm. Douglas is also a published author of a Dummie's guide and a business leadership book.

Related Articles

3 Comments

What do you think?

This site uses Akismet to reduce spam. Learn how your comment data is processed.