wordpress

Woocommerce PMPro skip cart for free products

With memebrships on Woocommerce websites you have probably run into a problem of too long checkout processes for products that become free. It is especially the case for digital downloads.

JQuery Ajax array push

In this article we will explain how to make jQuery Ajax method call to the WordPress server and send data about checked checkboxes pushed into an array with javascript.

Problems with WordPress JWT Authentication

While I’m been doing some research for WordPress publishing, I eventually came across JWT authentication. It’s a form of WP REST API authentication, using JSON Web Tokens.

WordPress vs WooCommerce categories with Rest API in C#

Categories are an important part of WordPress and WooCommerce solutions. They give an opportunity to group similar items together. If you are using WordPress as a CMS for your online shop, chances are you will need the WooCommerce plugin to manage your products.

Apache 2.4 on Gentoo with MPM ITK

I recently upgraded my Gentoo development server from Linux Apache 2.2 to Apache 2.4. Though there are some notable changes between Apache 2.2 and Apache 2.4, the ITK MPM required some configuration to be able to use it.

Our WordPress website keeps getting hacked

We are running several websites with WordPress in different categories – everything from blogs to online shops. WordPress is great. It is easy and powerful at the same time. Although there is one thing that gives us a doubt of the platform – our WordPress websites get hacked. Especially more popular ones.

How to trigger WP-Cron from crontab in WordPress

WordPress cron is a process that runs each time a user visits a website. It triggers the tasks that are due to run and schedules the new ones. Wp-cron is an important feature to have. It publishes posts that are scheduled to be published at given times. It triggers important background events like check for updates, send planned emails and others.

How to protect images on website

Today, people are generally aware that you need to check the license and permissions before using the image you found on the internet. Images are still being stolen from their original creators. If you are creating professional artwork or taking good photos – you still need to spend time securing your property online or it will be stolen.

How to show child pages as tabs

In this post I will talk about how to view child pages as tabs in WordPress. We have several plugins where different tabs need to be linked directly from WordPress.org.