If you find yourself adding a blog to your WordPress website, or blogging is the main purpose of your website, you may wish to display images within a post or a page in a gallery style. Displaying images in a gallery or a grid is a lot more visually appealing then having a list of related … [Read more...] about Creating a WordPress Media Gallery – How Can I Display My Photos in a Grid?
How to Password Protect your WordPress Pages or Posts
Whether you wish to password protect a page, a post or all your text editor content that you publish on your WordPress website, this tutorial will help you do so. WordPress is primarily a platform used to share content, and in turn it comes with some useful editor tools. Below we will take a look … [Read more...] about How to Password Protect your WordPress Pages or Posts
How to Get Your PayPal REST API Credentials
In this tutorial we will take a look at how you can get your REST API Credentials from within your PayPal account. REST API's are designed for environments that will be used from devices such as a mobile phone that require OAuth. What is an API? What is a Rest API? Before we go ahead and learn … [Read more...] about How to Get Your PayPal REST API Credentials
7 Tips for Securing Your Membership Site
Securing your membership website not only protects your sensitive information but also that of your members. A secure site is more likely to earn the trust of potential members and in turn can increase your revenue. Even if you do not believe your membership site is worthy of hacker attempts, … [Read more...] about 7 Tips for Securing Your Membership Site
10 Free Themes for Your WordPress Site for 2018
There is nothing worse than visiting a website that looks as though it is still set in the 1990's. As the years go on it is important to update your website's theme so that you are always using the latest responsive technology. Finding a quality theme that is also free can be hard to find. I've … [Read more...] about 10 Free Themes for Your WordPress Site for 2018
How to Increase the File Upload Limit of WordPress
Have you tried to upload a file and received the unfortunate: "Exceeds the maximum upload size for this site" message. Many servers provide a file size limit of 2-5 MB which in most cases is not large enough for audio files to be uploaded. This article others multiple strategies to help you increase … [Read more...] about How to Increase the File Upload Limit of WordPress
How to Add Favicons to Your WordPress Site
This is a follow up article for the how do I start a blog series that we have been publishing on this site to help users get started and create a successful blog. In this tutorial we are going to walk through how to generate Favicons for all platforms, starting with just one favicon file, and … [Read more...] about How to Add Favicons to Your WordPress Site
How to Remove Powered by WordPress from Your Web Site Footer
If you are interested in removing the "Powered by WordPress" credit from the footer of your web site, this tutorial will go through the steps on how to do that. In this tutorial, you will be introduced to: How to remove or edit the credit link from your theme's template files How to locate … [Read more...] about How to Remove Powered by WordPress from Your Web Site Footer
How to Get the Image URL from the WordPress Media Library
Many tools, widgets, themes, and plugins for WordPress often ask for an image URL during the configuration steps. Follow along to see how to get the Image URL so you can use it in the configuration. In this tutorial, you will learn: How to upload an image to the WordPress Media Library. How … [Read more...] about How to Get the Image URL from the WordPress Media Library
Add a Status Text Next to Your WordPress Post Title
In this tutorial I will show you how you can add a status text next to the post title based on a condition. There are two different ways you can handle this: Show the status text dynamically when WordPress is rendering the post title. Update the post title text in the wp_posts database … [Read more...] about Add a Status Text Next to Your WordPress Post Title