Enhancing Skills

Category: WordPress

Creating a Custom Countdown Timer in WordPress Without Plugins

Years Months Days Hours util May 2, 2028 WordPress offers a plethora of plugins to add functionalities to your website. However, sometimes you might want a leaner solution or more control over the design and behavior of features like a countdown timer. In this article, we’ll walk you through the […] Read more »

Bitnami WordPress file max size.

To change the maximum upload file size in WordPress, you can add code to the .htaccess file or wp-config.php file or edit the php.ini file. It’s not recommended to change the WordPress max upload file size via .htaccess file. Instead, we will focus on a change to the wp-config.php file […] Read more »

Bitnami WordPress add upload file extensions

To add file extensions “properties” and “CSV” to the list of valid uploaded file types in a Bitnami WordPress container running on Docker, you can follow these steps: Replace “CONTAINER_NAME” with the name or ID of the running container. The first line enables unfiltered uploads, allowing all file types to […] Read more »

Change my wp-admin to test-admin-url

Changing the wp-admin URL can improve the security of your WordPress site. By default, the wp-admin URL is a well-known and easily guessed location for attackers to try to access and exploit your site. Changing the URL makes it harder for attackers to find the login page, reducing the risk […] Read more »

Docker Assistant (Set Me Up)

Follow these steps to get sites/apps working… 1) Clone Docker Assistant Clone docker_assistant to your server. (preferable one (1) level from the root directory) i.e. /volume1/docker_assistant/ The directory and file need to be owned by you. Use the user and group that has the least amount of permissions. Now change […] Read more »