go41

the info you need to know


von Joern
Keine Kommentare

you should put these lines into the head /head tag which is already there.your header.php should start like this:<!DOCTYPE html PUBLIC "-//W3C//DTD X ...<html xmlns=....<head ....<meta http-equiv="....<title>....PUT YOUR META TAGS HERE (without head /head around as you are in there already)Or even better replace this line:<meta name="generator" content="WordPress <?php bloginfo('version');…


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…