go41

the info you need to know


von Joern
Keine Kommentare

I am going to add a video to the sidebar. This video is taken from the last post in a category you have to set.The post actually is filtered for an oembed video, only this video will be displayed in a size you can set.For testing I just do it…


von Joern
Keine Kommentare

Simple:Press Forum - I got the hint that if you use the Simple:Press Forum Plugin you still need to keep the call to <?php the_content(); ?> inside the template.It should finally look like this:Code:<?php/*Template Name: forum as page*/?><?php get_header(); ?>   <div id="fullforum">      <?php the_content(); ?>      <div class="clearer">&nbsp;</div>   </div><?php…