I’m assuming you already know how to get your popup video working, and you want to know how to make sure only people who aren’t logged in see the video. You can add this to your template file (footer.php is probably best):
<?php
if (is_front_page() && !is_user_logged_in()) {
//video popup content
}
?>
Related Posts:
- Replacing the WordPress password validation
- WordPress auto login after registration not working
- Allow up to 5 Concurrent Login Sessions
- Why does is_user_logged_in() return false after redirect from another site?
- Pre-populate Username Field
- How to keep track of user logins?
- Get user info outside WordPress
- How can I secure a WordPress blog using OpenID from a single provider?
- Is it possible to get a user with just the password field?
- Redirect after login based on user role (custom login page)
- Check for user meta data at Login
- Redirect User to Homepage if no other redirect is specified
- My custom page template with is_user_logged_in() does not detect that I’m logged in
- Use phpbb user database for WordPress
- WordPress to use Drupal users’ credentials
- Share user table from WP with Drupal
- How can I allow password reset based on logins containing the @ character?
- A way to count logged in users and display count?
- stop login if user_status equal zero
- How do i make my wordpress website private?
- Redirect user to login before viewing custom post
- Change the user_login at registration
- Max no of simultaneous active sessions for a single user
- When I try to login in wordpress it is showing “USER Doesn’t Exists”
- Should I encrypt the response that triggers an Ajax action? Is nonce sufficient?
- Redirect subscribers to last viewed page after log-in
- wordpress disable login for unverified user
- Reset Password policy
- Rewrite Rules and Login Issue
- Is possible to allow user to login with different role?
- Use WordPress Login for a non-wordpress site
- WordPress Login Customization for External Authentication
- Does wordpress support natively the concept of logging-in users? (not admins, but users of the website)
- Is there any action /filter hook I can use to disable login for some user role?
- How to check User Role and redirect to specific page according to Role when login in WordPress?
- How do you manage your pages or functions that require logged-in users?
- How can i login with user’s password in WordPress being an admin?
- Delete a user from frontend
- Check if user is logged in via JS? [duplicate]
- Use members from 1 site on another one
- Can I edit the database to change a login?
- how redirect users to custom login page when “login to reply” is clicked? [duplicate]
- User(s) already exists show error please provide a valid username
- Allow users to upload flash videos?
- wp_generate_password sets password but can’t login using created password
- add class to element if user is not logged in [closed]
- Is there a way to call via javascript if a user is logged-in on a static html file?
- Restricting wordpress login sessions for a web app
- How to connect wordpress user with my own APP user?
- How to change default username field after login
- The same session information for peer users on two different WordPress servers
- WP users cant reset password
- Check for empty username or password on login
- $user_login is not working if author has only 1 post
- Specific Content on pages based on user
- user and usermeta table not found
- Add an ‘edit profile’ page with Genesis
- custom login form, guide me
- Changing user_login ends current session
- Current User Seeing Another Logged In User Info
- Redirect based on log-in status per JavaScript
- Securely log in a user without a password using a link?
- Integrating Facebook Registration (and Login) on a WordPress page
- WordPress – Security Question at Login from User’s Meta Data
- determine active user browser at the same time
- How to track all users logged into a site?
- Cant edit profile from frontend
- How to authenticate/verify login credentials & check for user meta without logging in?
- Find out if logged in user is not subscriber
- Disable delete user
- Change user’s display name programmatically
- Set user after wp_create_user?
- How to add new custom field in default add user form through plugin
- Can I bulk register contributors for a new blog
- show cimy user fields in users.php with manage_users_columns
- Why i getting blank user_activation_key in get_user_by( ‘login’, $login ) function?
- how do i get a greeting for logged in uses by the time of day
- How can i create an array user meta?
- Displaying different in-page content to cliente/admin
- how to get WordPress admin user table columns name in my plugin
- Accessing current users data within a plugin
- Spam users registers even when registration is disabled
- Fetch all data of Users
- No more administrator roles / permissions after WordPress upgrade
- Order users by user role
- Get user by meta key – WP multi site
- Assigning multiple or additional capabilities to specific users or how to create additional roles like bbpress roles?
- Using get_user in wordpress with sorting
- Using my own user table
- How can I add authors in WordPress and assign them a picture?
- Get users meta and show to attribute
- Custom Password Reset
- Can I add a unique code for each user based on the location?
- Is nicename the same as nickname in WP?
- How to update a user with REST API v2 knowing only the username?
- Display recent members
- Username has been exposed
- How to expire guest users after 1.5 hours logged in?
- WordPress Multisite restict user access
- Remove My Account Menu items in Woocommerce based on user roles