links for 2009-06-15

  • use "-" to negate
    // query_posts('post_status=publish&author=-36,-13&paged='.$paged );
    query_posts('post_status=publish&author=1,54&paged='.$paged );
    (tags: wordpress query_posts query posts template theme loop category author tag documentation docs webdesign webdev blogs blog php categories themes
  • Read the rest

links for 2009-05-26

  • perl -i.bak -p -e 's/find/replace/g' files*
    (tags: perl oneliner shell script string substitution)
  • Read the rest