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 …
… simple thing to do and it is quite easy to add a little link to your Wordpress posts. If the user is logged into Twitter on the web (which … users will update their status so it is worth doing. This is all done through a URL using the status parameter, like this. … to post'); ?> To include a link to the Wordpress blog post that the link it for use the get_permalink() function, which …
… 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 …