Skip to content

Development

WordPress Rest API and Ajax

WordPress custom posts archive with REST API and ajax

WordPress archives are template based which uses the default loop. For example – archive.php, archive-{post-type}.php, category.php, tag.php etc are used for different types of archives. Beside this, the index.php file should always be used for the home page which shows most recent posts in chronological order. We all are very… Read More »WordPress custom posts archive with REST API and ajax

Pages: 1 2 3 4
recent posts widget for Elementor

How to create recent posts widget for Elementor – part 3

  • Last updated: May 15, 2020

Introduction

This is a continuation of the tutorial series. In this tutorial, we will learn about recent posts widget –

  1. Control and tabs.
  2. Planning the dynamic controls for content and style.
  3. How to render our widget in a page.

In this process, we will be using the render part first with static display without any control. Then we will start adding our controls to the widget for better understanding.

Read More »How to create recent posts widget for Elementor – part 3