DevArticles.In
  • Home
  • Hindi to Unicode
  • PHP Debug
  • CakePHP Captcha
  • How-To
  • About
  • Contact

Category: WordPress

Fixing WordPress asking FTP connection in localhost running on XAMPP in Ubuntu

April 26, 2012April 26, 2012 Arvind KumarWordPress3 Comments on Fixing WordPress asking FTP connection in localhost running on XAMPP in Ubuntu

Recently i had this issue. I would go to wordpress admin plugins page and try to delete a plugin. It would ask me for FTP connection details. I tried different combinations but it didn’t work. In fact i don’t know…

Read More→

A WordPress plugin to delete duplicate users by ID, user_login or user_email etc.

March 2, 2012March 13, 2012 Arvind KumarPlugins4 Comments on A WordPress plugin to delete duplicate users by ID, user_login or user_email etc.

Description: This plugin provides a way to delete duplicate users by ID, user_login or user_email. An user-base cleaning script! In a case, thousands of users are entered by tempring with the basic wp_user table structure.. where ID was converted to…

Read More→

How to delete duplicate MySQL records with duplicate field value (as ID)

February 20, 2012September 19, 2014 Arvind KumarMySQL, WordPressLeave a Comment on How to delete duplicate MySQL records with duplicate field value (as ID)

For some reason i had duplicate entries in my WP database. The ID field in wp_users table was tempered with and was changed to Non Auto-Increment to insert records on the will. I deleted all ID=null records manually and then…

Read More→

Briefly unavailable for scheduled maintenance. Check back in a minute

January 4, 2012January 4, 2012 Arvind KumarWordPressLeave a Comment on Briefly unavailable for scheduled maintenance. Check back in a minute

“Briefly unavailable for scheduled maintenance. Check back in a minute” If this message appears on you wordpress website for more than you anticipated if might mean that your wordpress update failed due to some reason. You can get rid of…

Read More→

Changing HEADER_IMAGE_WIDTH and HEADER_IMAGE_HEIGHT in worpress 3.3 header

December 30, 2011January 4, 2012 Arvind KumarWordPressLeave a Comment on Changing HEADER_IMAGE_WIDTH and HEADER_IMAGE_HEIGHT in worpress 3.3 header

I see <img src=”<?php header_image(); ?>” width=”<?php echo HEADER_IMAGE_WIDTH; ?>” height=”<?php echo HEADER_IMAGE_HEIGHT; ?>” alt=”” /> in my themename/header.php file. How do i changed HEADER_IMAGE_WIDTH and/or HEADER_IMAGE_HEIGHT??

How to remove html { margin-top: 28px !important; } from wordpress header

December 23, 2011September 19, 2014 Arvind KumarWordPress10 Comments on How to remove html { margin-top: 28px !important; } from wordpress header

To remove html { margin-top: 28px !important; } from wordpress header go to /wp-includes/admin-bar.php and edit around line 672 (in WordPress 3.3) Alternatly you can add a remove_action filter in you active theme/functions.php file like this, as this is a…

Read More→

Get post thumbnail out side of the Loop in wordpress

October 28, 2011October 28, 2011 Arvind KumarWordPressLeave a Comment on Get post thumbnail out side of the Loop in wordpress

Just got a way to get the post thumbnail outside of the Loop which (the thumbnail) was entered through the Post Image > Set the URL for an image/icon for this post: field on Edit Post page. Here it is.…

Read More→

Template drop down list missing in edit page in wordpress

February 10, 2011February 10, 2011 Arvind KumarWordPress2 Comments on Template drop down list missing in edit page in wordpress

Last night i installed a new theme to this blog of mine and after setting basic things up when i went to edit my archives page at admin end the Template drop-down in Page Attribute box was missing. Strange. I…

Read More→

Getting current page url and title for social network sharing in WordPress

October 19, 2010October 19, 2010 Arvind KumarWordPress2 Comments on Getting current page url and title for social network sharing in WordPress

Today i added a few social network sharing buttons i.e. facebook, twitter, delicious, myspace etc. to the right side column of this very blog.  To make it work as desired I had to do some extra bit of effort to…

Read More→

WordPress custom permalinks and 404 error

March 13, 2010March 13, 2010 Arvind KumarMiscelleneous, WordPress1 Comment on WordPress custom permalinks and 404 error

Today morning i found that urls to postings of this very blog of mine were ending on a “HTTP 404 – File not found” page. (It had been working last night for sure) I had got custom permalink configured for…

Read More→

Posts navigation

Previous 1 … 5 6

Recent Posts

  • ec2-user, apache and WordPress user:group permissions on Amazon Linux 2
  • Searching array elements with regex in Mongodb collection
  • Transfer files via ssh from your server to Dropbox
  • Making new object property reactive in Vue.js
  • Introduction To Flexbox
Copyright © All rights reserved.
Blog Kit by WP Charms