Dhanendran's Blog

It's all about my technology & social adventures…

Page 5 of 5

My first WordPress contribution

This blog is all about, how I got my first badge on my WordPress profile? I have used WordPress for many of my projects, but never gave anything back to it. So I thought to do something for WordPress and… Continue Reading →

WordPress: Post/Page creation workflow

Developing WordPress site for client or your own site? Then you should know the basic workflow of Post/Page creation hooks. Okay! Let’s get started with the hooks. What is hooks? Hooks are just a functions, which will help us to… Continue Reading →

Resetting phpMyAdmin password

Did you forgot your phpmyadmin password? Struggling to reset? Okay, let’s see how to reset our phpmyadmin password. First stop your MySQL server. sudo service mysql stop Start mysqld sudo mysqld –skip-grant-tables & Login to MySQL as root mysql -u… Continue Reading →

How to create custom filter in WordPress?

  Basically WordPress hooks are categorized into two types; Action hooks Filter hooks Action hooks: As name says, these hooks are called when an action is performed. Action hooks allow you to execute your custom functions which are referred to as… Continue Reading →

WordPress: Permalink setting redirecting to 404?

You have installed everything on server apache, WordPress, brand new theme, all plugins… But your permalink setting not working at all? Is it throwing you 404 page? You have set .htaccess file as per WordPress suggestion? If YES, then consider… Continue Reading →

Installing PHPUnit on OSX

Well, before installing PHPUnit into your system, you need to check for some prerequisites. Prerequisite: PHP 5.6 or >5.6 PEAR (optional) Installing PHP 5.6 To install PHP 5.6, I am going to use curl which comes out of the box with… Continue Reading →

Newer posts »

© 2024 Dhanendran's Blog — Powered by WordPress

Theme by Anders NorenUp ↑