Skip to content

PHP Articles

php | frameworks | cms | and all web things.

Menu
  • Home
  • Laravel
  • WordPress
  • Server
  • Database
  • Google
Menu

Category: WordPress

wpf

Custom Gutenberg Block In WordPress

Posted on February 3, 2021April 30, 2022 by admin

Creating your own custom Gutenberg block in your WordPress theme is so super easy and with Gutenberg, you can speed up your theme development by separating HTML into a piece of blocks. To make content dynamic you can install the Advanced Custom Fields plugin which gives you the power to create the dynamic fields and…

Continue reading
wpf

Replace Old To New Url In The WordPress Database

Posted on May 3, 2019February 4, 2021 by admin

If you are new in WordPress development and working on a client project then one thing you have to take note is that whenever you deploy your WordPress project to client-server you have to replace your site URL from local to live and the same thing will apply, If you migrate from one to another…

Continue reading
wpf

How To Remove The WordPress Version Number

Posted on April 4, 2018February 4, 2021 by admin

By default WordPress, the version number is enabled and show in the code of WordPress site installation. Generally, there is no need to remove the version number. Maybe someone doesn’t want to reveal the version number of the WP site. It is generally needed when you don’t update WordPress when the update available. Using the…

Continue reading
wpf

WordPress Asking For FTP Credentials When Installing Plugins Or Themes

Posted on April 4, 2018February 4, 2021 by admin

Most web hosting is configured to automate installing themes or plugins. On some hosting WordPress ask for FTP details either to update or install a theme or Plugin. To fix this issue we can enter our FTP credentials in the wp-config.php file so that we don’t have to enter it every time we update a…

Continue reading
wpf

WordPress Permalinks Not Working On Ubuntu 14.04

Posted on March 10, 2018February 4, 2021 by admin

Today I have installed Ubuntu 14.04 for web development and installed fresh WordPress but after clicking on any pages, it takes me to the apache 404 page so how to fix this issue? First, open your terminal and follow these steps: Step 1: Activate the mod_rewrite module sudo a2enmod rewrite Step 2: Restart the apache…

Continue reading
wpf

WordPress Custom Post Type Pagination

Posted on January 2, 2018February 4, 2021 by admin

The last couple of days have been very hectic for me for finding a solution regarding how to write code for multiple meta queries for custom fields, and as I am a great fan of ACF(Advanced Custom Fields) I prefer using ACF because it’s very easy to create fields and display values on front-end side….

Continue reading
wpf

How To Use wp_mail With WordPress

Posted on December 31, 2017February 15, 2021 by admin

WordPress has its own email functionality, which calls wp_mail for sending emails. WordPress wp_mail function is allowing you the same functionality as PHP is giving to you so let’s try and use it. Usage: <?php wp_mail( $to, $subject, $message, $headers, $attachments ); ?> $to: (string or array) (required) The intended recipient(s). Multiple recipients may be…

Continue reading

Top Posts

  • Laravel Swagger Authenticate Users Via Bearer Token

Recent Posts

  • Custom Gutenberg Block In WordPress
  • Laravel Swagger Authenticate Users Via Bearer Token
  • How To Use Darkaonline/l5-Swagger In Laravel
  • How To Fix You Already Have An Adsense Account
  • Laravel Passport Create Api For Your Application
  • Laravel Api Integration & Configuration

Archives

  • February 2021
  • July 2020
  • March 2020
  • February 2020
  • May 2019
  • January 2019
  • April 2018
  • March 2018
  • January 2018
  • December 2017

Categories

  • Ajax
  • Database
  • Google
  • Laravel
  • Server
  • WordPress
© 2022 PHP Articles | Powered by Minimalist Blog WordPress Theme