go41

the info you need to know


von Joern
Keine Kommentare

That was easier than expected!I used the condition:if ($post->post_id != $topic->topic_last_post_id )to display the excerpt of the answer only if is not the question itselfThe working code looks now like this:Code:<p class="quest"><?php $post = bb_get_first_post(get_topic_id());echo make_excerpt(get_post_text($post->post_id)); ?></p><?php if ($post->post_id != $topic->topic_last_post_id ) { ?><p class="ans"><?php echo make_excerpt( get_post_text( $topic->topic_last_post_id )…


von Joern
Keine Kommentare

Hi Riya,HTML 5 is also a standard for creation and presentation of content on the World Wide Web.Effects of HTML 5* HTML 5 will enable a web designer to tell the search engines how to segment a page. Segmentation is the separation of a page into several separate parts like…


von Joern
Keine Kommentare

the problem with featured content gallery seems to be just a problem of css styling. The plugin you use puts the gallery into a div id="featured". In arthemias style.css is #featured formatted to float right. Not using the featured stuff of arthemia you can try to delete all after #featured…