Get the recent comments without using wordpress plugin or widget

You can display the most recent comments of your entire blog without any wordpress plugin. I want to display the comments in footer area. I created following code. You can copy paste the code in your sidebar.php or footer.php file. … Continue reading

how to remove the default post and comment from wordpress

When we install the wordpress then wordpress put the dummy post and comment called “hello world” If we want remove that you can easily done this. Using following wordpress plugin. Delete Default Post Download the wordpress plugin This plugin will … Continue reading

how to create wordpress pages by script

You can create the pages by using script. You can execute any script using the “$wpdb->insert” or “$wpdb->query”. For creating wordpress post or page you can use the wp_insert_post function. Before calling wp_insert_post() it is necessary to create an object … Continue reading