Hi, habe mich hier mal registriert, da ich hoffe ihr könnt mir helfen.
Undzwar wenn ich auf meine Seite gehe -> http://www.testseite.de wird ja automatisch die index geladen.In dieser steht bei WP allerdings nur
PHP
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);
/** Loads the WordPress Environment and Template */
require('./wp-blog-header.php');
?>
Alles anzeigen
Gibt es eine Datei, die letztendlich die wirkliche Seite anzeig?
Z.b wenn ich einen Frame über meinem WP Blog haben möchte?
Hoffe ihr versteht, was ich meine.
Mfg