Yes it’s possible, just use the is_user_logged_in() function as descibed in the codex for this.
It would go like this:
<?php if ( is_user_logged_in() ) { echo "you are logged."; } else { echo "You are not logged"; } ?>
Related Posts:
- How to change featured content to a different tag in WordPress Twenty Fourteen?
- Error when adding excerpt to the content through functions.php
- Before & After Content – After Content directly below Before Content when using require_once
- Add end mark at the end of every article
- Overwriting a Shortcode
- wp_set_object_terms and arrays
- How to get the original price of the product in woocommerce?
- How to redirect users to custom lostpassword page?
- How to use WordPress (PHP) functions in AngularJS partials files?
- Can I write ‘RewriteCond’ using ‘functions.php’?
- How to add 2 posts under another post? Formatting should be intact
- Overriding a theme redux file in child theme
- Validate a users email address when using gmail to register
- Get widget settings function?
- enqueue multiple Google fonts with multiple weights and styles (italic)
- What is the fastest way to load PHP functions that are only used in one theme template?
- Adding tawk.to code just before body tag on functions.php file
- Can’t load WP function into external function
- allow subscribers to see private posts without plug in
- add_action shortcut?
- WSoD being caused by this piece of code
- remove wp floating submenu in wp dashboard
- ACF: how do I get the fields and its values of a specific group?
- How to complete two other input fields, completed the first
- Get page that displays all children of taxonomy parent
- Function to capture a value and store it in a variable
- Adding a widget function into the php theme file
- My new button is in the wrong place
- Checking array against author id in loop
- Compare the old get_theme_mod($name) to the new get_theme_mod($name) return value
- Scrape external webpage for first image and add it to new post
- Call to undefined method – Download Monitor
- How do I link a button I created in theme customizer to a function?
- How to change menu labels
- jQuery code not working when included in functions.php
- Fatal Errors on pluggable.php
- Log in / Log Out Custom Button
- How to obtain the current website URL in my theme?
- Remove Custom Divs from AMP pages
- Read array in php?
- Tell WP register script to load a script only when the entire page is loaded
- Can’t save php string to a custom field
- get_template_directory adding FTP root folders in urls
- Fatal error: Call to undefined function register_new_user()
- How to modify the default feed via a function
- Co-Authors Plus: How do I get all authors with a query?
- Why i can’t get custom fields value or post ID via Ajax?
- List post by title length
- How to reference PHP in Javascript
- Fallback image URL if no featured image exists via a shortcode function
- how to enqueque code in a php file from functions.php
- Deactivate a plugin on wp version
- making php value numeric
- the_post_thumbnail issues
- Some problems calling a function into sprintf() inside functions.php template file [closed]
- Uses for function: wp_update_user
- WP insert post Redirect after function has executed
- How to assign page id with array in page_scheduled_event
- Uncaught TypeError: extract(): Argument #1 ($array) must be of type array, null given
- Cannot find the php_ini configuration file to find my error log to see why my code is not working
- How to Send Pingbacks for all Posts in WordPress?
- HTML comment cause issue in functions.php script root
- Programmatically add a product to the cart and set price to zero when buying from certain category
- I want to show cart items number if any or nothing, simple CART text
- Exclude category from function – PHP
- Hide a specific category title from displaying on site
- Return newly created category by code
- WordPress Ajax filter: Create two loops for different output styles?
- Handling form actions in WordPress
- Need help with AJAX login to call php in functions.php to handle redirects based on user cap (role)
- How to call a function from functions.php with ajax?
- Set user status to absent on WordPress
- Shortcode’s output to use as other shortcode’s parameter
- Displaying POST content with HTML tags and all
- PHP script to redirect traffic based on website accessed
- How to remove title tag with this filter
- Why transition_post_type hook is called twice for the same post?
- Can’t get_users info by using json_encode
- Dropdown menu on custom menu
- Showing wordpress latest post thumbnails in slider with auto increment
- My function echos only “array”
- Notify admin (by email) if post added with specific tag
- Retrieving specific images from Media Library
- Can’t put a hyperlink on Featured Post’s Image
- Page returning ID from array, how to return the correct values for post in acf wordpress
- Limit Taxonomy Parents
- WordPress HTML Helper
- List sibling pages widget, exclude current page
- Permission error on plugin save
- Display default WordPress login/registration form into a modal window
- Highlight main menu when on specific posts or pages
- How to add button to top of theme customizer?
- Pull GET parameter from URL in functions.php
- Adding Gravity Form With if(is_page) Is Not Working
- Send foreach $_post method to contact form 7 [closed]
- Load files content [closed]
- Options.php loop won’t show!
- Contact form with dynamic dropdown and filter
- Critical Error customiser
- how to create twitter card without plugin in wordpress website?