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 CMO of OpenINSIGHTS and the founder of the Martech Zone. Douglas has helped dozens of successful MarTech startups, has assisted in the due diligence of over $5 bil in Martech acquisitions and investments, and continues to assist companies in implementing and automating their sales and marketing strategies. Douglas is an internationally recognized digital transformation and MarTech expert and speaker. Douglas is also a published author of a Dummie's guide and a business leadership book.

Related Articles

Back to top button
Close

Adblock Detected

Martech Zone is able to provide you this content at no cost because we monetize our site through ad revenue, affiliate links, and sponsorships. We would appreciate if you would remove your ad blocker as you view our site.