Tag: WordPress

  • Troubleshooting an issue that caused my WordPress site to not allow logins from the frontend

    Troubleshooting an issue that caused my WordPress site to not allow logins from the frontend

    I have been adding plugins to my MultiSite WordPress site as well as adding new caching functionality to my server, initially, I did not notice any issues. It was only when I was adding a new site that is going to use Woocommerce I detected the problem, the issue was that I could not add…

  • Connect your WordPress to SalesForce

    Connect your WordPress to SalesForce

    You have your WordPress website up and running, next you need to connect your WordPress with your Salesforce account to capture your new leads. Connecting WordPress to Salesforce is a straight forward process and in no time you can transfer data between the two platforms.

  • Migrating images url from one web platform to another web platform

    Migrating images url from one web platform to another web platform

    I recently run into an issue with migrating image URLs from a .NET web platform to WordPress. The issue was that all the images were stored in one folder on the .NET platform content server, and the requirement for the migration of the images was only to move one category to WordPress.

  • Do you need to speed up your WordPress site speed

    Do you need to speed up your WordPress site speed

    So how can you speed up your WordPress site speed? If you install WordPress without speed improvements, your site can become very sluggish, and each page load takes longer to complete. You more traffic you get, the slower your site can be. In this article, I will explain what I did to my site to…

  • How To Install Varnish + Memcached to improve your WordPress page load speed

    How To Install Varnish + Memcached to improve your WordPress page load speed

    When website traffic grows to see an increase in traffic, one of the components that shows stress the fastest is the backend database. If your database is not distributed and configured to handle high loads, it can easily be overwhelmed by a relatively modest increase in traffic. Using the Varnish + Memcached combination I can offload…

  • How to setup up your small business IT infrastructure like an enterprise

    How to setup up your small business IT infrastructure like an enterprise

    Having the right IT infrastructure for your small business is very important, small business does not have the budget or resources to set up an IT infrastructure that mimics much larger organizations with bigger pockets. Do you want to know how to setup up your small business IT infrastructure like an enterprise? This article will…

  • Ever thought of having a staging environment for your WordPress site

    Ever thought of having a staging environment for your WordPress site

    Did you ever thought of having a staging environment for your WordPress site, you have to ask yourself how often do you add new plugins, update current plugins and themes. Have you ever had a problem with your site after adding or upgrading, if so you fall into the category that should consider setting up…

  • How to Visualize your data on your website

    How to Visualize your data on your website

    Have you ever wanted to visualize any of your data showing a bar graph, pie chart, word clouds, and other web visualization more than the text? There been an explosion in the number of available data sources and data-processing tools mean that more people than ever are jumping into the world of data visualization. But with…

  • How to fix a WordPress blog that has a redirect loop

    I recently started experiencing an issue with my WordPress website, I start receiving this webpage has a redirect loop. It did not matter what browser I was using, as that was the first thing I did clearing cache and cookies.

  • What you need to know about WordPress Multi Site

    What you need to know about WordPress Multi Site

    A WordPress MultiSite is served by one code base, each site within the MultiSite uses the same database, the tables are numbered by the site which allows the separation of a site if you need to remove tables.  The user tables are still shared.