Monthly Archives: May 2010

Problems posting youtube on facebook

If you are having problems embedding youtube videos on your facebook wall or page (sometimes they don’t show the description and thumbnail and show a captcha or human verification graphic instead simply put a semi colon after the link. This may be due to a copyright issue or bug. This doesn’t always work but is [...]

Using custom fields in WordPress

(This is really a PS to the previous post) The following code can be placed anywhere in your php to call data entered in the custom field section of your post/page editing area. For example you could place it within your ‘head’ tags to include keywords for SEO. The function name I’ve called ‘customfunction’ (can [...]

Creating individual custom style sheets for different posts or pages

You may wish to create a different look for an individual post or page. This could be as simple as using a different background image called with a CSS class (use the post/page name or ID number as the class definition. You may want to do something slightly more drastic that involves an entirely new [...]