hier der index.php (fett ist was ich für die php navigation hinzugefügt habe, rest gehört wordpress)
<?php get_header(); ?>
<div class="block">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<?php
//index.php
include('config.php')...