Statistics: Posted by bennisb — March 30th, 2011, 3:05 am
Statistics: Posted by Cristián Lávaque — March 29th, 2011, 9:39 pm
Statistics: Posted by drbyte — March 29th, 2011, 8:40 pm
[s2If is_user_logged_in()]
<p>Welcome [s2Get constant="S2MEMBER_CURRENT_USER_FIRST_NAME" /]!</p>
[/s2If]
[s2If !is_user_logged_in()]
<p><a href="http://www.pensionforecast.org.uk/join-and-become-a-member/"><img src="http://www.pensionforecast.org.uk/images/member.gif"></a></p>
<p><a href="http://www.pensionforecast.org.uk/wp-login.php?action=login">Member Login »</a></p>
[/s2If]
Statistics: Posted by Cristián Lávaque — March 29th, 2011, 6:45 pm
Statistics: Posted by bennisb — March 29th, 2011, 10:42 am
Statistics: Posted by drbyte — March 29th, 2011, 4:40 am
<center>
<a href="http://www.pensionforecast.org.uk/join-and-become-a-member/"><img SRC="http://www.pensionforecast.org.uk/images/member.gif" ></a>
<p>
<a href="http://www.pensionforecast.org.uk/wp-login.php?action=login" align="right"><strong>Member Login »</strong></a>
<p><br>
<INPUT TYPE="image" SRC="http://www.pensionforecast.org.uk/images/bec.jpg" >
<P>
<B>
>> GET OUR FREE EBOOK <<
<P>
PERFECT PENSION PLANNING
<p>
Answers to the 7 vital questions you must ask to build the best retirement income</b>
<P>
Enter your email address and hit GET IT NOW
<form method='POST' action='http://www.whoelsewantsto.com/cgi-bin/arp3/arp3-formcapture.pl'>
<div>
<input type='text' name='email' size='30' >
<input type='hidden' name='subscription_type' value='E'>
<p>
<INPUT TYPE="image" SRC="http://www.pensionforecast.org.uk/images/go.gif" height="20" ALT="Submit Form" hspace="0" vspace="0" border="0">
</div>
<input type='hidden' name='tracking_tag' value='PensionForecastFreeReport'>
<input type='hidden' name='id' value='67'>
<input type='hidden' name='extra_ar' value=''>
</form>
<p>
Your email address will never be shared</p></center>
Statistics: Posted by bennisb — March 29th, 2011, 3:08 am
<li>
<?php if(is_user_logged_in()){ ?>
<?php } else { ?>
Returning Members?
<?php } ?>
<?php if(is_user_logged_in()){ ?><?php global $current_user;
get_currentuserinfo();
echo '' . $current_user->display_name . "\n"; ?> - <?php } else { ?><?php } ?>
<?php wp_loginout(); ?></a><span style="font-weight: normal;"> | <?php if(is_user_logged_in()){ ?>
<a href="https://www.yoursite.com/my-account">Your Account</a>
<a href="https://www.yoursite.com/help-pro">Membership Help</a>
and so forth
<?php } else { ?>
<?php } ?>
</span></li>
Statistics: Posted by drbyte — March 28th, 2011, 11:22 pm
Statistics: Posted by Cristián Lávaque — March 28th, 2011, 7:38 pm
Statistics: Posted by bennisb — March 28th, 2011, 4:19 pm
<?php
if (is_user_logged_in()) {
echo '<p>Welcome', S2MEMBER_CURRENT_USER_FIRST_NAME, '!</p>';
} else {
echo '<p><a href="http://www.pensionforecast.org.uk/join-and-become-a-member/"><img src="http://www.pensionforecast.org.uk/images/member.gif"></a></p>',
'<p><a href="http://www.pensionforecast.org.uk/wp-login.php?action=login">Member Login »</a></p>';
}
?>
Statistics: Posted by Cristián Lávaque — March 28th, 2011, 1:48 pm
Statistics: Posted by bennisb — March 28th, 2011, 1:29 pm
<?php
$current_user = wp_get_current_user();
echo esc_html($current_user->display_name);
?>
Statistics: Posted by Cristián Lávaque — March 28th, 2011, 12:31 pm
Statistics: Posted by bennisb — March 28th, 2011, 9:51 am