ImagePress users have access to several features and settings for their accounts. Accounts are reachable either from the profile page or from a hardcoded link.
<?php if (!is_user_logged_in()) { ?>
<ul>
<li><a href="<?php echo get_imagepress_option('cinnamon_account_page'); ?>">Log in</a></li>
</ul>
<?php } else if (is_user_logged_in()) { ?>
<ul>
<li><a href="<?php echo getImagePressProfileUri($current_user->ID, false)' ?>">View profile</a></li>
<li><a href="<?php echo get_imagepress_option('cinnamon_edit_page'); ?>">Edit profile</a></li>
<li><a href="<?php echo wp_logout_url(home_url()); ?>">Log out</a></li>
</ul>
<?php } ?>
The code above allows you to add a simple user menu to your theme.
The profile editor allows you to see basic statistics about your account, set your account details, social details, author details, profile details and manage images and collections.

Technical SEO Specialist, JavaScript Programmer and Senior Full Stack Developer. On a quest to experiment with Canvas, WebGL, JavaScript, SEO and WordPress, among many other things. Founder of WPDublin and SpeedFactor, co-organizer of Dublin WordPress Meetup group.
If you like this article, go ahead and follow me on Twitter or buy me a coffee to support my work!