Category Archives: WordPress

WordPress is a popular content management system (CMS) that is used by millions of people to create and manage websites. It is an open-source platform, which means that anyone can use, modify, and distribute the software without any licensing fees.

One of the main advantages of WordPress is its ease of use. It has a user-friendly interface that makes it easy for non-technical users to create and manage content on their website. With a wide range of plugins and themes available, users can customize their website’s appearance and functionality without any coding knowledge.

WordPress also has a large and active community of developers who contribute to the platform’s development and provide support to users. This community is constantly developing new plugins and themes that users can use to add new features and functionality to their websites.

Another advantage of WordPress is its search engine optimization (SEO) capabilities. It has a range of built-in SEO features that help to optimize websites for search engines, such as clean code, easy-to-use URL structures, and the ability to create custom meta tags.

Overall, WordPress is a versatile and user-friendly platform that is suitable for a wide range of websites, from personal blogs to large e-commerce sites. Its flexibility, ease of use, and SEO capabilities make it a popular choice for businesses and individuals looking to create a website.

(TFA) or “Two Factor Authorization for WordPress” is a security plugin that makes your WordPress safer. There are several different 2 step options in this plugin and they are very easy to set up. You can also access the Two Factor GitHub page here. Two Factor Run Down Two Factor Authorization creates another step for Read More

your-theme-does-not-declare-woocommerce-support

If you are getting the message. “Your Theme Does Not Declare WooCommerce Support” please follow the instructions below. Find Your Theme You need to know where your them is located and what one you are using. To do that log into your dashboard. Scroll down to where it says appearance. Then click on themes. There Read More

glyphicons-fontawesome-bootstrap-wordpress

Let’s move onto using Glyphicons and FontAwesome in the Bootstrap WordPress CMS. The first thing that you will have to do is call in the libraries. We have already called in the Bootstrap library but just in case there are some not following along with the tutorials here is what you put in your header.php. Read More

contact form 7 configuration errors fix it

Why Am I Getting Contact Form 7 Configuration Errors? New updates in the Contact Form 7 WordPress plugin may have placed this warning in your dashboard. This is to prevent email sending errors because of empty entry fields. This is quick and easy to repair. Just follow the steps below How Do I Fix It? Read More

move to https on wordpress

If you are ready to move your WordPress from HTTP to HTTPS the fastest and easiest way follow these steps. #wordpress Step #1 Make Admin Secure Make your admin secure by opening up the wp-config.php file and putting in the following code. [code]define(‘FORCE_SSL_ADMIN’, true);[/code] Step #2 Use relative URL’s Using relative URL’s within your content Read More

wordpress under attack

So there is a little code that you can use to query the posts then show the last post on a page. in this particular code we are ordering by date and grabbing the last post that was made according to the date. The following code will grab: The Permalink The title The Excerpt The Read More

previous and next post navigation in genesis

If you are on the genesis system and want to have previous and next post navigation you can add the code below to your functions.php file. This is a great way for people to navigate though the posts on your website.   [code]/** Genesis Previous/Next Post Post Navigation */ add_action( ‘genesis_before_comments’, ‘eo_prev_next_post_nav’ ); function eo_prev_next_post_nav() Read More

using wordpress shortcodes everywhere

You installed a plugin and then you try to use the shortcode on your sidebar. It does not show up, what do you do? Well here is a series of short codes that you will add to your functions.php file. By adding the following short codes you will  be able to execute scripts from plugins Read More

So you want to track your conversion for adwords? Here is how you do it for woocommerce. Get the Conversion Tracking Code from AdWords Log into your AdWords account. Select “tools” then “Conversions”. Next select “+ Conversions” and add one. You can see I added one called “purchases”. When you click on the name your Read More

ubuntu

We use ubuntu servers because they are are awesome to work with. There are however some technical things that you may run into when installing a WordPress CMS on an Ubuntu server. Enter FTP Credentials To Install Plugins You may be confronted with “Please enter FTP credentials…” when trying to install a plugin. This is Read More

Simple Share Buttons With No Junk Added

So many webmasters want simple share buttons with no junk added. What do I mean by this? In today’s world of “free plugins” webmasters do not know what they are getting into. When they install a sharing plugin most of the time it is loaded down with junk. This junk are ads or links to Read More

How to edit attributes and variations in woocommerce variable product listings

Here are some Simple Steps For Woocommerce Product Variations And Swatches. If you are selling a product that has a single attribute follow the steps below. Single Attribute Variations and Swatches Step 1:  First create your product listing just as you normally do for a basic product listing. Step 2:  Scroll down to the section Read More

If you want to add a Handling Fee in WooCommerce you now have to add the code below. You would then add this to your functions.php file in your child theme in WordPress. Save the file then you now have a $5 handling fee! 🙂 [code]add_action( ‘woocommerce_cart_calculate_fees’,’endo_handling_fee’ ); function endo_handling_fee() { global $woocommerce; if ( Read More

WordPress-Child-Theme-Creation-Tutorial-Part-3

Welcome to part 3 Child Themes in WordPress for Beginners For those of you arriving at this post this is a continuation of the Child Theme in WordPress series. Make sure that you have completed part 1 and part 2 before attempting to do the following tutorial. https://www.youtube.com/watch?v=C2C1KFG3MV8 Advantages of Having a Child Theme The Read More

Warning-Web-Developer-For-Hire,-Web-Development-DIY

Qualifications: 20 Years + experience in the following computer languages. HTML Hypertext Markup Language  PHP pre hypertext preprocessor  CSS Cascading Stylesheets  JavaScript  MySql Databases  ASP.NET  Access  SQL  Node.js  And many many more WHY AM I ADVERTISING ON CRAIGSLIST & OTHER CLASSIFIEDS? Many people think they are getting a “deal” hiring someone working out of their Read More