go41

the info you need to know

Technische Umsetzung einer Internetpräsenz


von Joern
Keine Kommentare

Websites werden vorwiegend in der plattformunabhängigen Auszeichnungssprache HTML oder XHTML geschrieben, um zu gewährleisten, dass sie von möglichst allen Browsern dargestellt werden können. Öfters wird die Website mit CSS programmiert, denn so kann das Design besser gestaltet werden. Bei aufwendigeren…


von Joern
Keine Kommentare

to insert an add in index.php under the category bar you need to find this line:<div id="front-list">just directly under this line youput this code (try the add code from your header first):<div style="margin: 5px auto 10px;text-align:center;"><script type="text/javascript"><!--google_ad_client = "ca-pub-your 468x60…


von Joern
Keine Kommentare

actually there was on top of sidebar.php this<div id="sidebar"><div id="sidebar-ads"><img src="<?php echo get_option('home'); ?>/wp-content/themes/arthemia/images/banners/square.jpg" alt="" width="300px" height="250px" /></div><div id="sidebar-top">best place for an add is above the 'fold', so on top of the sidebar.If your sidebar looks like this, it shoold…


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…