attefall
Member
Posted 1 year ago #
Hi.
My Theme are not allowing Widgets and I want to show StatPress statistics.
I have tried to implement
<%php StatPress_Print(”%totalvisits% total visits.”); %>
but it´s not working...
What is the code to implement!!!??? :-)
Thanx
/magnus, stockholm, sweden
blogg.attefall.se
MoonyHart
Member
Posted 1 year ago #
The StatPress_Print should be enclosed with "<?php" and "?>" without quotes.
So in this case,
<?php StatPress_Print(”%totalvisits% total visits.”); ?>
should give you what you want:)
gdscomp
Member
Posted 9 months ago #
Works for me but like this
('%totalvisits% total visits.')
and the rest the same....
I use this too
('Your IP Address: %ip% ')