Tag: "WordPress" (15)

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

Update cache of Elementor based website

Feb 11, 2025

When you move your WordPress site to a new domain, some design problems can happen. This is common if you use Elementor. Your website may look broken. Some styles may...

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

Exclude Latest Post in WordPress Custom Loop

Apr 21, 2024

When you build a website in WordPress, sometimes you may not want to show the latest post in a custom section. For example, on a news website, the latest post is...

Group Posts in Pairs in WordPress Custom Query

Mar 12, 2024

Sometimes, when you build a website using WordPress, you may want to show posts in a clean layout. For example, imagine you are creating a blog or product page where...