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

Sorry, I never used cURL yet.As simplepie is in WordPress already and is useful for many other functions to grab feeds, I use it as is.What I do is actually not disable the caching function, eg do not use:$feed->enable_cache(false); // disable cachingbut use instead:$feed->set_cache_location('cache'); // change to your cache location$feed->set_cache_duration(259200);…