Print total of a variable inside while loop outside of the loop

Nov 21, 2024

To accumulate values from a MySQL query inside a while loop and then calculate the total value outside the loop, you can use a variable to store the total value...

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

Popular web server error codes

Oct 20, 2023

Many a time when we try to visit any particular web page, we get an error code displaying in lieu of the original page. Have you ever surprised what that...

Useful GIT commands

Sep 12, 2023

List of all the useful GIT commands which I use for my daily web development work. **Repository Setup / Initialize new repo** **Set global email** **Clone existing repo** **Check remote repository** **Add remote repository** **Check...