~/devreads

#wordpress

25 posts

28 May

Leonardus Nugraha 5 min read

Spring in Kraków, the open web in the spotlight, and the WordPress community converging on one of Central Europe’s most storied cities – that’s the setup for WordCamp Europe 2026,… The post Hostinger heads to Kraków for WordCamp Europe 2026 appeared first on Hostinger Blog.

wordpress

20 May

13 Mar

Leonardus Nugraha 4 min read

From April 9–11, the WordPress community gathers in Mumbai for WordCamp Asia 2026 – and Hostinger will be there as a Super Admin sponsor. India has one of the most active WordP… The post Meet Hostinger at WordCamp Asia 2026 appeared first on Hostinger Blog.

wordpress

27 Jan

13 Jan

6 Jan

22 Dec 2025

2 Dec 2025

Bud Kraus 10 min read

WordPress 6.9 marks the second and final major release of the platform in 2025. Following the mid-April release of WordPress 6.8, this update brings a wide range of enhancements t… The post What’s new in WordPress 6.9? appeared first on Hostinger Blog.

wordpress

19 Aug 2025

Larassatti D. 3 min read

It’s that time of the year again! The vibrant city of Portland will host the final flagship WordPress event of the year from August 26th to 29th. As always, this event of… The post Meet Hostinger at WordCamp US 2025 appeared first on Hostinger Blog.

wordpress

15 Jun 2025

14 May 2025

David Pérez 4 min read

When you’re developing in WordPress and creating your own custom plugin or theme, you need to use version control. It makes it easier to keep track of changes in your code and the… The post Advanced trunk-based development workflow in WordPress and GitHub appeared first on Hostinger Blog.

wordpress

5 Sept 2020

Schakko 3 min read

WooCommerce returns an HTTP 401 error if you are not using HTTPS or the Authorization header is not parsed correctly by your webserver. Receiving HTTP 401 during authentication WooCommerce provides an extensive REST API with which you can automate your WordPress WooCommerce shop. WooCommerce uses a Consumer Key and Consumer […] The post Fixing HTTP 401 Unauthorized when calling WooCommerce’s…

wordpress

17 Jun 2020

Schakko 2 min read

Zum 01.07.2020 und 31.12.2020 werden in Deutschland die Umsatzsteuersätze von 19% auf 16% bzw. dann wieder auf 19% geändert. Dies hat die deutsche Bundesregierung am 3. Juni 2020 verkündet und seit dem 12. Juni 2020 als Gesetzesentwurf vorliegt. Dies bedeutet für viele Shop-Betreiber eine Nachtschicht. Die Umstellung der Mehrwertsteuer hat […] The post Automatische Anpassung der Mehrwertsteuer in WooCommerce zum…

wordpress

26 Feb 2020

Schakko 5 min read

When WordPress keeps showing the installation screen after having installed WordPress, you have to check if the database tables of your WordPress installation do exist and are accessible. if you are missing permissions for your database tables. if your database tables are corrupted. Do you have every been presented with […] The post How to fix WordPress showing the install…

wordpress

15 Aug 2019

Schakko 4 min read

Most of my articles are written in English but this topic is more or less focussed on German businesses so I’ll do this write-up in German. Für das WordPress-Plug-in Next Active Directory Integration bieten wir als virtuelle Dienstleistung eine Support-Lizenz in diversen Stufen an. Die Bezahlung der Dienstleistung erfolgt dabei […] The post WooCommerce für den Verkauf von B2B-Software konfigurieren…

wordpress

15 Jul 2017

Schakko 1 min read

After migrating my domain to AWS Route 53 I finally transferred my website to a new Uberspace host which supports Let’s Encrypt. You should be automatically redirected to HTTPS when visiting www.schakko.de. The whole procedure took 2 hours, including setting up the new Uberspace, importing the existing databases and changing […] The post Website moved to new Uberspace with HTTPS…

wordpress

18 May 2016

13 Jan 2015

Junior Grossi 5 min read

Hi everybody! Here I’m again to write my first post in 2015. Last year I’ve wrote less and this year I have plans to write much more, telling about my experience with web development. I have plans to start screencasting too, but this is just plans 😀 I decided to start this year writing about … Continue reading Why WordPress…

phpwordpress

26 Apr 2014

Junior Grossi 5 min read

Hi everybody! Updated Mar 3rd 2015: Are you using Laravel 5? Check these changes! Updated May 11th 2014: Using Corcel project Currently I am working on a project where I had to make some choices about technologies and how work with them together. First this project will be developed using WordPress only. It’s a College … Continue reading Working with…

laravellaravel 4phpweb serverwordpress

18 Sept 2013

Junior Grossi 1 min read

These days I’m thinking about productivity and the use of PHP frameworks. I’ve read some posts about framework X or Y, defending a framework instead of another one. I know people that use a framework like Zend Framework to develop a simple website just to say they’re using it, and not an “easy” framework. I … Continue reading Solve the…

composerlaravelphpwordpresszend framework

19 Sept 2012

Junior Grossi 4 min read

Hello all! Let’s continue with our WordPress series. Today I’ll write about the main files in a WordPress theme. First files Above we have some files that are basic for your new theme: index.php This file is the root file, the home page. When you open your WordPress website it’ll get this file content. Is … Continue reading Creating your…

phpwordpress

15 Sept 2012

Junior Grossi 3 min read

Hello everyone! As I said, this is our second post about Themes in WordPress. Today I’ll talk about: How to create page templates How to retrieve posts If you want you can read the first post about WordPress themes. Let’s GO! Page Templates You can customize pages the way you want, as you want. If … Continue reading Creating your…

phpwordpress

13 Sept 2012

Junior Grossi 3 min read

Hello again… Continuing with our first WordPress site, now we’ll understand how WordPress allow you to customize themes. If you didn’t read the first post about WordPress Thinking the WordPress Way – First Steps and want to learn how WordPress works, take a look. You don’t have to change your layout or using specific techniques … Continue reading Creating your…

phpwordpress

Junior Grossi 2 min read

Hello everybody! I work with PHP since 8 years and I never took a look on WordPress. In the start of this year a customer requires me to develop his next website, but using the WordPress. So I had to search some tutorials on the Internet and join informations to make my own way to … Continue reading Thinking the…

phpwordpress

Junior Grossi 1 min read

Hi all! Yesterday I publish a new blog theme and the spams arrived! Between 12 AM and 7 AM I received 12 spam emails in my Inbox. So, let’s get a free Akismet API Key. I’m using the Akismet WordPress Plugin. Locating the free plan When you open the Akismet signup page you’ll see 3 … Continue reading Getting an…

wordpress