Wordpress

Create change password Page

to create a change password page for user in WordPress just save the code into your current theme directory Create new page in wp-admin/page name it as change select template “change password” publish it. thats all its done .   code  <?php /* Template Name: change password */ global $current_user;

Read More...

Wordpress

Change WordPress default email

Every time someone submitted a comment on your blog, signed up as a user or did anything that required WordPress to generate and send an e-mail, by default the “From Name” in that message appeared as “WordPress” and “From” address was “wordpress@your-domain.com”. if you want to change this, just copy

Read More...

Wordpress

WordPress post formats

WordPress allows you to switch on different post formats from a set list. You don’t have to use all of them, you simply have to pick which formats suit your site best. At the moment, this list consists of: Aside: Similar to a quick note. Use these for posts like

Read More...