Title: Wo Zusatzcode eingeben?
Last modified: April 13, 2018

---

# Wo Zusatzcode eingeben?

 *  Resolved [holzseiten](https://wordpress.org/support/users/holzseiten/)
 * (@holzseiten)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/wo-zusatzcode-eingeben/)
 * Wie und wo kann ich die beschriebenen codes eingeben? Gibt es dafür irgendwo 
   eine kleine Anleitung? Danke
 * z.B. get_statify_count($post_id) (nur die Anzahl, benötigt echo-Aufruf)
    oder
   statify_count($post_id) (mit fertigen Text) oder <?php echo get_statify_count();?
   > Aufrufe

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Finn Dohrn](https://wordpress.org/support/users/bitnulleins/)
 * (@bitnulleins)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/wo-zusatzcode-eingeben/#post-10178248)
 * In WordPress selber (in Artikeln und Seiten) kann man die Shortcodes nutzen: [
   statify-count prefix=”Insgesamt” suffix=”Aufrufe.”]. Präfix und Suffix sind Texte
   die vor der Anzahl der Aufrufe erscheinen.
 * In Templates/Themes können die PHP Programmierbausteine Funktionen verwendet 
   werden:
 * **Beispiel**
    <?php echo get_statify_count() . ” Aufrufe”; ?> erzeugt: 232 Aufrufe.
 * Hoffe das hilft dir weiter. 🙂
 *  Plugin Author [Finn Dohrn](https://wordpress.org/support/users/bitnulleins/)
 * (@bitnulleins)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/wo-zusatzcode-eingeben/#post-10193020)
 * Scheinbar hat das weitergeholfen! Dann schließe ich das Ticket.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Wo Zusatzcode eingeben?’ is closed to new replies.

 * ![](https://ps.w.org/statify-widget/assets/icon-256x256.gif?rev=2844521)
 * [Statify Widget](https://wordpress.org/plugins/statify-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/statify-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/statify-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/statify-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/statify-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/statify-widget/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Finn Dohrn](https://wordpress.org/support/users/bitnulleins/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/wo-zusatzcode-eingeben/#post-10193020)
 * Status: resolved