Blogs • Updates • News

Private Project Board Giveaway

After over a year of success and almost 14k downloads we thought it only proper to do another giveaway. This is the Private Project Board WordPress Extension for the Design Approval System. With this extension you can add our shortcode to a page or post to make your Private Project Board appear. View The Plugin…
Read More

Customer Logged In or Logged out of a Jigoshop store, php snippet

The purpose of this SlickTips php snippet is to show you how to check if a customer is logged in or not and show appropriate buttons based on their status for a Jigoshop store. The Idea – If user is not logged in show the “Log In” button so the user can log into the store. OTHERWISE…
Read More

If user is logged in, php snippet

I can’t tell you how many times when working in wordpress I have wanted to show or hide elements on the page based on the user being logged in or not. This handy little snippet is a good reference to use for just that purpose. if ( is_user_logged_in() ) { echo "You are logged in";…
Read More

A WordPress Misunderstanding.

If you develop or design anything to do with WordPress you may have experienced other people in another type of development business looking down on you. The other night this happened to me. I was having a discussion with a woman who lives and works for a company in Silicon Valley, California when things went…
Read More

A WordPress Plugin that changed our lives and business forever.

My brother (Spencer Labadie) and I (Justin Labadie) needed a better way to handle clients. We were tired of getting screwed over because clients said they had told us about design changes that they never really did. Many unpaid hours of our lives slipped away to keeping our clients happy. Sometimes though, things would spin…
Read More

How to get your Facebook Page Vanity URL

This post was written for those who need to retrieve a Facebook Page ID for our WordPress Plugin, Feed Them Social. These instructions also apply to anyone trying retrieve your Facebook Page URL for anything. Go to the Facebook Page you want to display. Look up in the url of your browser for your Page…
Read More

Expectations of a Coder 101

So you want to be a coder or a coder/designer? What is your level of expertise? Their are so many levels to choose from these days. With the advancement of computers, mobile phones, tablets, and the list goes on and on. How do you choose what you want to dedicate your time too? You can…
Read More

How to get your Youtube username, Channel ID or Playlist ID

YouTube username, channel or playlist ID This post was written for those who need to retrieve a Youtube username, Channel ID or Playlist ID for our WordPress Plugin, Feed Them Social. These instructions also apply to anyone trying retrieve your Youtube name for anything. Originally this post was written in 2013, however a few things…
Read More

How to get your Pinterest name

This post was written for those who need to retrieve a Pinterest name and or Board name for our WordPress Plugin, Feed Them Social. These instructions also apply to anyone trying retrieve your Pinterest name for anything. Go to the Pinterest Page you want to copy the name of. Look up in the url of…
Read More

Why use Post Profits Stats?

The answer is very simple. Post Profit Stats is a great way to keep track of Post views. (How many people have viewed a post). The advantage this plugin gives you is that you can pay other people (Authors) to write up posts for you and promote them. They share their posts with others to…
Read More

Post Profit Stats – Differences between Free, Pro, and Enterprise

Here we will simply explain the differences between the Post Profit Stats Free plugin and the two premium extensions. Free Plugin The Free Plugin limits you to only track up to 10 users and tracks all Post Views in your WordPress install  database. Only lets you set one payment amount per post view to for ALL…
Read More

My page is now getting 404 error when activating your plugin

Are you getting a 404 error on some of your wordpress pages after activating our plugin? Well the answer is in, short and simple. The Theme or Plugin Developer is not adding flush_rewrite_rules(); to the custom post type function. Here is what our plugin function looks like for the custom post type creation. Notice the…
Read More