The members tag has no wiki summary.
-1
votes
1answer
22 views
I need help about wordpress of members section
function yg_yorumsuz_link_gizle($content) {
global $current_user, $post, $wpdb, $yg_yorumsuz_yazi;
$mesaj = '';
//Eğer giriş yapılmamışsa
if ( !is_user_logged_in() ) {
$mesaj = '<a ...
1
vote
0answers
75 views
Conditional menu for registerd users/guests (Genesis framework)
I'm running Genesis Framework on WordPress and I have to display a different top menu for logged in users and a different one for unregistered users (guests).
I created the 2 menus in the WP backend ...
0
votes
0answers
30 views
Updating user_meta from pop-up form in back-end
I have created a custom wordpress backend area, which lists out all members on my wordpress site. Currently, there is a point system involved for loyalty rewards, which is maintained in this back-end ...