fbpx

StIvesCountryClub.org

Month to Month Hosting Cost This is the cost to host the StIvesCountryClub.org website. We Make your WordPress Site Faster, More Reliable, and More Secure. We focus on improving the interaction and experience that your users have with your site in order to improve conversion rates and overall customer satisfaction. We also provide expert level personal customer…

WordPress Plugin Development for Beginners

First, it’s important to understand how WordPress plugins fit into the WordPress Content Management System. Plugins provide nearly infinite extensibility and allow you to add countless features to your WordPress website. Would you like to learn more about WordPress Plugin Development and save some time? You can go through our WordPress Plugin Development video course…

Create Custom Post Type for WordPress Plugin

What is a Custom Post Type? I like to think of a custom post type as an object specifically as a different version of the WordPress Post object. You get all of the benefits of the post object but can name the object something else to suit your particular purposes.  We created a custom post…

Creating WordPress RSS Feeds for Search Results

In order to create a WordPress RSS feed for search results, you need to simply use the URL format shown below: This enables you to get all search results related to a certain search term. For example, some of our users may be particularly interested in a gutenberg related post but at the moment we…

Creating WordPress RSS Feeds for Comments

To find or create a WordPress RSS feed of all of a site’s comments or all of a post’s comments, you simply have to use RSS Feed URL structure shown below: All Site Comments: But, if you only want comments associated with a certain WordPress post, you would use the URL structure below. All Post…

Creating WordPress RSS Feeds for Authors

To create a WordPress RSS feed of all posts associated with an author, you simply have to use RSS Feed URL format below: So, if I only want to show posts by Walt Whitman, I would use the RSS feed URL shown below: What can I do with WordPress RSS Feeds of authors? If you…

Modal Madness Version 1.0

Modal Madness is a free WordPress plugin that allows you to add many different types of modals or popups to your WordPress website. Modal Madness Version 1.0 and 2.0 allow you to add an image, video, or a custom HTML popup to your Salient powered WordPress website. Specific Modal Madness Version 1 Documentation is provided below:…

Customize Facebook and Twitter Share Image, Description, and Title

Customizing the image, description, and title that appears when you share a link to Facebook or Twitter is technical and tricky if you don’t know what to do but it’s actually incredibly easy if you have a WordPress website. We’ll show you the 3 simple steps that you need to take to customize Facebook and…

Get User Role WordPress

There are two WordPress functions that allow you to get a user role in WordPress in order to manage access to a page, access a post, or to execute a certain function. We also show you how to get the WordPress user role with a SQL statement at the bottom of the page. If you…

Make a Phaser Game Responsive

I got the majority of the code below from a great Stack Overflow post that I can no longer find. I adjusted it a bit to make the calculations based on the width of the parent container, rather than the width of the window. STEP 1: Update the create function You need to add the…