• 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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:)

    Works for me but like this

    (‘%totalvisits% total visits.’)

    and the rest the same….

    I use this too

    (‘Your IP Address: %ip% ‘)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘StatPress PHP problem’ is closed to new replies.