Tag: "WordPress" (9)

Change default sender name and sender email in WordPress form

Apr 8, 2025

When you get any email from your self hosted WordPress website, form name of that email will be **WordPress** which is quite annoying to you or your clients. You can overwrite...

WordPress custom menu page, fetch data from custom MySQL table and export to CSV

Apr 3, 2025

To create a custom menu page in WordPress, retrieve custom table data from MySQL, and display it with the ability to export to CSV/Excel, you can follow these steps: **Step 1:**...

Important WordPress theme functions

Sep 5, 2024

**Updated as on April 9, 2026** I have been working on WordPress for years and I still carry aroung a standard functions.php file while develop a new WordPress theme. I am...