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 … creating a widget proof Wordpress theme . You can create a widget in one of two places, either within your functions.php file of your …
… I recently talked about adding code to blogs and comments to Wordpress and making sure that certain characters are encoded properly. … The g argument for each expression means that the replace will be done for all of the text. <script type="text/javascript"> function …
… 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 …