Könnte es dort verborgen sein und weiß einer wo ich die Zahl eingeben muss?
PHP
</p>
<p style="text-align:left">
<label
for="visitorcounter_count"
title="<?php _e('This is the actual number of visitors, you can edit it to let your site look more popular than it is', 'visitorcounter'); ?>"
><?php _e('Edit counter value:', 'visitorcounter'); ?></label><br />
<input
style="width:100%"
type="text"
id="visitorcounter_count"
name="visitorcounter_count"
value="<?php echo $cnt; ?>"
title="<?php _e('This is the actual number of visitors, you can edit it to let your site look more popular than it is', 'visitorcounter'); ?>"
/>
</p>
Alles anzeigen