destacamos (April 12th, 2011), eaport (May 10th, 2012), spymare (March 23rd, 2011)
<p><?php _e('Logged in as','appthemes'); ?> <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo wp_logout_url(); ?>" title="<?php _e('Logout of this account','appthemes'); ?>"><?php _e('Logout','appthemes'); ?> »</a></p>
<p><?php _e('Logged in as','appthemes'); ?> <a href="<?php echo get_option('siteurl'); ?>/profile"><?php echo $user_identity; ?></a>. <a href="<?php echo wp_logout_url(); ?>" title="<?php _e('Logout of this account','appthemes'); ?>"><?php _e('Logout','appthemes'); ?> »</a></p>
// This full block of code goes into functions.php // Give the "contributor" role a new permission $obj_existing_role = get_role( 'contributor' ); // add the "moderate post comments" capability $obj_existing_role->add_cap( 'edit_posts' );
destacamos (April 12th, 2011), eaport (May 10th, 2012), spymare (March 23rd, 2011)
There are currently 1 users browsing this thread. (0 members and 1 guests)