go41

the info you need to know


von Joern
Keine Kommentare

can't see it on your site in the moment.First I would try to set in this line:Code:$randompost = $wpdb->get_results("SELECT ID FROM $wpdb->posts WHERE post_status = 'publish' AND post_type = 'post' ORDER BY RAND() LIMIT 12");the LIMIT to 18Code:$randompost = $wpdb->get_results("SELECT ID FROM $wpdb->posts WHERE post_status = 'publish' AND post_type =…


von Joern
Keine Kommentare

to display any feed on whatever place in a wordpress site you can use SimplePie together with the WordPress plugin SimplePie CoreFirst step: get the plugin and the latest simplepie.inc, install and enable as explained on that sites. From there, you can go to the new Options - SimplePie for…