PHP-Web-Stat Support Forum
https://www.php-web-statistik.de/cgi-bin/yabb/YaBB.pl
Board (Deutsch) >> Probleme & Fragen >> WordPress - Implementierung in Wordpress
https://www.php-web-statistik.de/cgi-bin/yabb/YaBB.pl?num=1577380344

Beitrag begonnen von AlienStar am 26.12.19 um 18:12:24

Titel: WordPress - Implementierung in Wordpress
Beitrag von AlienStar am 26.12.19 um 18:12:24
Hallo
Wie binde ich Statistiken in Wordpress ein?

index.php

Code (php):
<?php

define( 'WP_USE_THEMES', true );

/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . '/wp-blog-header.php' );

?>



Das geht nicht


Code (php):
<?php

include ( 'stat/config/tracking_code.php' );

define( 'WP_USE_THEMES', true );

/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . '/wp-blog-header.php' );

?>



danke schön

PHP-Web-Stat Support Forum » Powered by YaBB 2.5.2!
YaBB Forum Software © 2000-2012. Alle Rechte vorbehalten.