go41

the info you need to know


von Joern
Keine Kommentare

right, this part in header.php generates the category bar in index, archive or post, whatever you select.Important here is $postcat = get_settings( "ar_categories" )means the theme get's the categories from the options settings in your dashboard.The admin menu you see…


von Joern
Keine Kommentare

okay, this is the first half of arthemia header.phpCode:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>><head profile="http://gmpg.org/xfn/11"><meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /><title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog…


von Joern
Keine Kommentare

finally I realized many errors with this code. I put just for debugging this in the header.php of my theme:<?php error_reporting(E_ALL); ini_set('display_errors', '1'); ?>beside many other php errors the code with st_related_posts shows errors like:Notice: Undefined property: stdClass::$terms_id in /wp-content/plugins/simple-tags/inc/client.php…