WordPress-WP

Category

30 posts found

2 Apr 2014
0.85K
No Comments
Protect your wordpress wpadmin panel

users can easily access or hacker’s programmed bots will send login request to your yoursite.com/wp-login page, but #wordpress have a good security with admin login panel, I have a wrote little code using #wordpress #hooks to prevent from other all users from your site wordpress wp admin login page. Prevent

Post in

5 Jan 2014
0.42K
No Comments

make $wpdb global variable

Post in

16 Nov 2013
1.92K
No Comments
Php convert hash into hashtags from content

Mostly the largest social networks like #facebook , #twitter , #soundcloud and other application are using #hashtag functionality to sort their data and live-feed or content. So I have wrote this  tutorial to convert # from content and convert into a #hashtag 1. Define function named sdtutshashtag with a single parameter $post_content In $post_content

Post in

14 Nov 2013
0.94K
No Comments

In my office where i do job, i am working on various organization’s projects  developed in wordpress and using many of plugins to complete projects sometimes i am think that i will wrote a article about plugins to users can use them on their wordpress site, to save their times

Post in

8 Oct 2013
0.67K
No Comments

The wordpress user’s password hashing is very strong you cannot manually match the entered password with stored in db password because every single time wordpress generate password with random characters, so here is a function to match the wordpress user login password for login functionality or change password functionality in your

Post in

2 Oct 2013
0.59K
No Comments

This function get_metadata is useful when needs to get alot of post_meta of post or page. Because if get post meta one by one from get_postmeta function then get_postmeta will consume too much time

Post in

1 May 2013
1.84K
No Comments
WordPress add ajax url variable

we have need a Ajax url in wordpress that not available already available in our theme pages, so we add it through a WordPress Hook  API, so lets add this code on your theme functions.php file. Important: you must call wordpress function in your header.php file or if you don’t

Post in

7 Mar 2012
0.36K
No Comments

While in custom theme development we need to highlight the post article author comment in comments, I have two technique to highlight the author comment area first method is best for css and designing purpose, but we want to make different html of comment area or do more code we need

Post in