Tag Archives : Wordpress

BuddyPress Members Import

Features: - WordPress members can import. - WordPress users extra fields can be mapped with the account. - BuddyPress members can import. - BuddyPress members extra fields(xprofile) can be mapped with the account - Existing users account updation. - User password set from CSV file. - xProfile fields..... More this article →
0

Adding login-logout link to wordpress menu

Wordpress provides a highly flexible menu system. Its very easy to create menu items and assign it to a menu and lastly assign the menu to a theme location. You can have different types of menu items like page, category, external link. But one thing I always have been missing is the ability to add a..... More this article →
0

Sorting posts by meta key and value

Posts related additional data are stored in a meta table called postmeta. Sometimes these meta data become very vital from your functionality point of view. Lets say we store the like counts of posts in terms of a meta key as _wti_like_count. This is fine as long as I am just using this to show the like..... More this article →
0

Can’t move widgets in wordpress

There may be occasions when you cannot drag-and-drop the widgets on your admin widgets dashboard. There are different factors which cause this problem and you can check with the following solutions. - Switch to the default theme and try rearranging the widgets. If it works, then problem is with your..... More this article →
0

How to get last login time in wordpress

Wordpress stores only the registration date for users. So what if your system needs to know the last login date for a user. Well there is no in-built functionality available to get this. But we can use login hook and a metadata to accomplish this. First we need to add a function for this login hook...... More this article →
0

Adding banner to wordpress plugin

Developing a plugin for wordpress is really an awesome feeling. After you submit this to wordpress, it will be available on the plugins section and your plugin will be used worldwide. But the way this shows up in the plugins page is not that eye-catchy. So how come if we can provide some cool graphics..... More this article →
0

WTI Contact Back Plugin

Description WTI Contact Back is a plugin for sending website admin an email letting him know that he needs to contact you back. Installation Procedure Download the plugin and extract it. Upload the directory ‘/wti-contact-back/’ to the ‘/wp-content/plugins/’ directory. Activate..... More this article →
0

Removing wordpress generator meta tag

Sometimes it comes into mind that nobody should know whats the CMS that is used for my site. But CMSs do not take care of our feeling. What they actually do is they leave a generator meta tag which says about the CMS that’s being used. I have used Joomla and WordPress and both of them do have this..... More this article →
Filed in: Blog, Wordpress
0

WTI Like Post Plugin

Description WTI Like Post is a plugin for adding like (thumbs up) and unlike (thumbs down) functionality for wordpress posts/pages. On admin end along with configuration settings, it will show maximum of 10 most liked posts/pages. You can configure these settings to match with your requirements. It..... More this article →
Filed in: Downloads, Wordpress
107

WordPress Site Migration Tips

Most of the times we are working on staging server for different projects. Once done with development, we move everything to live. Specifically with wordpress, this is bit complicated as wordpress store almost all data in database. For example it stores site url in database. So we can’t simply..... More this article →
Filed in: Blog
1
©2012WebTechIdeas. All rights reserved.