go41

the info you need to know


von Joern
Keine Kommentare

meine featured slideshow in der sidebar hat auf allen Seiten funktioniert, nur bei der Ansicht eines einzelnen Beitrags liefen die Bilder nicht mehr.Die Lösung: plugin (Akismet) lädt jquery nochmal, wie man das abstellt erkläre ich hier.Im header des Blogs hatte ich die erforderlichen Scripts geladen:Code:<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" ></script><script type='text/javascript' src="<?php…


von Joern
Keine Kommentare

actually just remove the category part from the query<?php query_posts("showposts=4); // set the number only if you like (showposts=4)?>this should get the four latest posts regardless of any categoryIf you work with sticky posts and do not want to show them in there use:<?php query_posts('showposts=4&caller_get_posts=1'); .......____________________you find me on Google+,…