PHP

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.

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 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.

Hentry structured data importance

We have developed a brand new theme for our website with some hot frameworks like Bootstrap and Redux. The theme is clean, secure, fast and mobile friendly. Did we think it was all that was needed? Yes. Until our impressions on Google started to decline.

WordPress Theme development hacks: body height

I was working with a full width and height slider page for my new WordPress theme and it just didn’t want to give me 100% screen height. While on a desktop computer it would not matter, on mobile devices I wanted the slider to be as easy as swooping to the next page with a finger, just like in a book.

How to create Redux sections in a loop

We were creating a WordPress theme, SF Parent and had stumbled upon a a problem where we needed to create 5 or more sections. In these sections, users could choose any pages from their website and assign background color for each section. The sections would then show up on a front page of the website.