Search Results
… These widgets can be moved around using the admin section of your Wordpress blog and there are quite a few to chose from with a default install. To … need. When you visit the widgets page in the Design section of your blog admin you will now see a widget called My Widget, which you can …
… I recently talked about adding code to blogs and comments to Wordpress and making sure that certain characters are encoded properly. … regular expressions that takes a sample of code and convert it into a Wordress friendly format. It consists of the following function, which …
… update their status so it is worth doing. This is all done through a URL using the status parameter, like this. http://twitter.com/home/?status=text+to+post Because this is a URL you will need to encode it properly in order for Twitter to understand it. Using Wordpress you need to put a call to the urlencode() function to encode any string you might want to post. <?php …
… that creates a list of pages that are children of a given page in Wordpress I needed something more robust and automatic. To that end I created a … sites that have a solid hieratic page structure, rather than a simple blogging site. In terms of efficiency I have tested it with pages …