ck-sources and gentoo
Introducing my own layman overlay for ck-sources on Gentoo! This will provide the very latest ck patched gentoo kernel. just do layman -a pross then emerge ck-sources
y
Introducing my own layman overlay for ck-sources on Gentoo! This will provide the very latest ck patched gentoo kernel. just do layman -a pross then emerge ck-sources
I needed a way of adding post-thumbnails ( featured image in 3.0 ) to my latest theme.
Just click this simple link there are about 40,000 links to play with! You can control all of these cams with the controls on the left, zoom pan screen capture everything! Click here
I just learned these routers have a hidden option for updating your dyndns account automatically! You have to us telnet commands to activate it… Open Telnet and open 192.168.1.254 (default router address) Now use these commands to setup dyndns: >configure >set dynamic-dns option dyndns.org >set dynamic-dns ddns-host-name myhostname.dyndns.org >set dynamic-dns ddns-user-name myusername >set dynamic-dns ddns-user-password [...]
How to preserve changes that you make to theme php files even after you update the theme.
So i wanted to display total number of spam coments blocked by askismet. Checking the the plugins source i found this function which returns the number: [php]get_option(‘akismet_spam_count’);[/php] Getting the blogs first post date was the tricky bit and required a database query: [php]$firstpost = $wpdb->get_var("SELECT post_date FROM $wpdb->posts WHERE post_type = ‘post’ AND post_status = [...]