Skip to content
Sunday, March 26, 2023
Latest:
  • Git Cheat Sheet 2023
  • PHP match Expression
  • What is new in PHP 8
  • Create a custom REST endpoint in WordPress[1 example]
  • How to write optimized WP_Query in WordPress[2 example]?
BlogEx

BlogEx

A Tech Blog website

  • Home
  • About Us
  • Blog
    • WordPress
    • PHP
    • GitHub
    • Laravel
  • Disclaimer
  • Privacy Policy
  • Contact Us
Git Cheat Sheet
GitHub 

Git Cheat Sheet 2023

March 23, 2023March 26, 2023 Krupal 0 Comments

Git is a free and open-source distributed version control system designed to manage software development projects. It was created by

Read more
PHP 

PHP match Expression

March 19, 2023March 19, 2023 Krupal 0 Comments

The match Expression in PHP is a shorthand syntax for switch statements. It was introduced in PHP 8.0 and provides

Read more
PHP 8
PHP 

What is new in PHP 8

March 2, 2023March 2, 2023 Krupal 0 Comments

PHP 8 is the latest major release of the PHP programming language, released on November 26, 2020. PHP 8 comes

Read more
Create a custom REST endpoint
WordPress 

Create a custom REST endpoint in WordPress[1 example]

February 22, 2023February 22, 2023 Krupal 0 Comments

When you want to use WordPress as a headless CMS for your project. Then you must know about the REST

Read more
How to write optimized WP_Query in WordPress[2 example]?
WordPress 

How to write optimized WP_Query in WordPress[2 example]?

January 30, 2023February 14, 2023 Krupal 0 Comments WP_Query

WordPress comes with lots of built-in functionalities. And one of the most used functionality is the WP_Query class. We play

Read more
Create a custom filter hook in WordPress
WordPress 

Create a custom filter hook in WordPress

January 28, 2023March 26, 2023 Krupal 0 Comments Hooks

WordPress has two main functions add_action() and add_filter() which mostly runs the WordPress core. Let’s discuss both functions and see

Read more
How to become Translation Editor in WordPress?
WordPress 

How to become Translation Editor in WordPress?

January 11, 2023February 9, 2023 Krupal 0 Comments Contribution

In our previous article How to contribute to a WordPress Translation, we learned how you can contribute to WordPress polyglots

Read more
How To Publish Laravel Package On Packagist
Laravel 

How To Publish Laravel Package On Packagist?

January 2, 2023January 19, 2023 Jay Panchal 0 Comments Github, Packagist

In the previous blog, we learned to create our custom package using composer. Now, we will learn: How To Publish

Read more
Add user to WordPress with a PHP file
WordPress 

Add user to WordPress with a PHP file

January 1, 2023February 9, 2023 Krupal 0 Comments Tips & Tricks

Sometimes it happens when you have the FTP details of the WordPress site but you do not have the admin

Read more
How to configure a custom domain to a GitHub page?
GitHub 

How to configure a custom domain to a GitHub page?

December 26, 2022February 9, 2023 Krupal 0 Comments GitHub Page

If you have set up your GitHub page and want to add your custom domain, then GitHub also provides that

Read more
How to make custom Laravel package using composer?
Laravel 

How To Make Custom Laravel Package Using Composer?

December 25, 2022December 27, 2022 Jay Panchal 0 Comments Composer

In our websites, we are integrating many functionalities. Most of the functionalities are already integrated into other websites. Now, if

Read more
How to contribute to a WordPress Translation
WordPress 

How to contribute to a WordPress Translation

December 25, 2022February 9, 2023 Krupal 0 Comments Contribution

WordPress has a vast variety of communities and they contribute to WordPress in many forms like core contribution, meta contribution,

Read more
Make Real-time Chat system with Laravel
Laravel 

Make real-time chat system with Laravel

December 25, 2022January 7, 2023 Jay Panchal 0 Comments Chat, Pusher

Communication performs a very important role in every business website. Example: If customers will communicate easily to us, then they

Read more
Some great chrome extensions for Developers
WordPress 

Some great chrome extensions for Developers

December 23, 2022February 9, 2023 Krupal 0 Comments Chrome, Extenstions

Chrome extensions are very helpful in our day-to-day life. It makes our effort less and increases our efficiency. Here we

Read more
How to create a custom shortcode in WordPress
WordPress 

How to create a custom shortcode in WordPress

December 22, 2022February 9, 2023 Krupal 0 Comments Shortcode

WordPress shortcode is the thing that is written in [ ] (Square brackets). It means anything you write in [

Read more
How to set up a GitHub page?
GitHub 

How to set up a GitHub page?

December 21, 2022January 19, 2023 Krupal 0 Comments GitHub Page

If you want to create your site on GitHub with your custom HTML code, then you can do it easily

Read more
How to contribute to a WordPress core in 2023?
WordPress 

How to contribute to a WordPress core in 2023?

December 10, 2022January 3, 2023 Krupal 0 Comments Contribution

WordPress is among the best blogging platform and CMS. It is an open-source project driven by the WordPress community. So

Read more
Top 5 plugins recommendation for your WordPress site.
WordPress 

Top 5 plugins recommendation for your WordPress site

December 4, 2022December 27, 2022 Krupal 0 Comments Plugin

Today WordPress has become a very popular CMS. It holds 43% of websites on the globe. Because of the great

Read more
How to make your WordPress site fast and secure?
WordPress 

How to make your WordPress site fast and secure?

November 29, 2022February 9, 2023 Krupal 0 Comments Security

WordPress is among the best CMS and it holds 43% of websites. It is important to secure your WordPress site,

Read more
How to set up PHPCS?
PHP 

How to set up PHPCS?

November 27, 2022February 9, 2023 Krupal 0 Comments PHPCS

PHPCS stands for PHP_CodeSniffer. It is used to check and detect PHP coding standards. Let’s discuss how to set up

Read more
  • ← Previous

Recent Posts

  • Git Cheat Sheet
    Git Cheat Sheet 2023
  • PHP match Expression
  • PHP 8
    What is new in PHP 8
  • Create a custom REST endpoint
    Create a custom REST endpoint in WordPress[1 example]
  • How to write optimized WP_Query in WordPress[2 example]?
    How to write optimized WP_Query in WordPress[2 example]?
  • Create a custom filter hook in WordPress
    Create a custom filter hook in WordPress
  • How to become Translation Editor in WordPress?
    How to become Translation Editor in WordPress?
  • How To Publish Laravel Package On Packagist
    How To Publish Laravel Package On Packagist?
Copyright © 2023 BlogEx. All rights reserved.