diff options
| author | Max | 2019-02-17 17:20:43 +0100 |
|---|---|---|
| committer | Max | 2019-02-17 17:20:43 +0100 |
| commit | c4b2eb526c5733cc32b0550eb76fd072531e223c (patch) | |
| tree | 9e3355627357ca392ae26574c81181bf33bd028e /angebote/angebote.php | |
| parent | 43a8c0fe50529a6b4161d12f087925c06ce37574 (diff) | |
| download | fuselkoenig_de-c4b2eb526c5733cc32b0550eb76fd072531e223c.tar.gz | |
Creates custom post type and custom taxonomy and renders them correctly.
Diffstat (limited to 'angebote/angebote.php')
| -rw-r--r-- | angebote/angebote.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/angebote/angebote.php b/angebote/angebote.php index 5409b55..06998f3 100644 --- a/angebote/angebote.php +++ b/angebote/angebote.php @@ -7,8 +7,6 @@ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } -require_once __DIR__ . '/inc/functions.php'; - get_header(); $container = get_theme_mod( 'understrap_container_type' ); |
