Search Results
… Setting up a permalinks structure in Wordpress one of the things I normally do right after installing a blog, before event getting started on the templates. However, I always …
… One neat thing about Wordpress is the ability to add images to your posts in a quick and easy … them using a captioned image. The only problem is that when you have sorted out how your images look in your post in the admin section they … fix you will now have much better looking image styles. One note for blog writers out there is that if you want to float an image left or …
… exploit has been found within the latest (currently 2.8.3) version of Wordpress that can cause any attacker to reset the admin password. The … to you anyway, but it might cause some users to be locked out of their blogs if they can't get access to the email or their email is down. However, it is a real pain so I am writing this blog to allow other bloggers to fix their Wordpress installs. The …
Article: Create A Page Of Posts In Wordpress
… A common practice when setting up a Wordpress blog might be to create a page and display posts in a certain category on that page. This causes some pages to act very much like category …
Article: Wordpress 3.0 Released!
… a while in the making but yesterday saw the release of the latest major version of Wordpress. I had a feeling it would be pretty soon as there as the final … be looking into this in more detail and will be writing a couple of blog posts about it when I have enough material together. Other …
Article: A Look At robots.txt Files
… file is a simple, static, file that you can add to your site in order to stop search engines from crawling the content of certain pages or directories. You can even prevent certain user agents from crawling … is only looked at when Feedburner updates. Once you have allowed your blog to issue the Feeburner feed instead of your normal feed you then …
Article: Palindromes In PHP
… Richard Wiseman is a psychologist, magician, and author who runs a little blog over at http://richardwiseman.wordpress.com/ . His blog talks about all sorts of things, but every Friday he posts a …
Article: Fixing Wordpress Scheduled Posts
… Wordpress has a neat little feature that allows you to write a post and … which can be a pain if you are taking a couple of days off from blogging and want to leave it running. The problem lies with the … /* Short and sweet */ define('WP_USE_THEMES', true); require('./wp-blog-header.php'); ?> To this: <?php /* Short and sweet */ …
… 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 …
… After running coding sites for a couple years there is one little problem that really annoys me, so … analytics software that allows this, and it is potentially useful for tracking all manner of things. However, some web masters might not … about the Internet is that anyone can do it. There are lots of coding blogs out there that use analytics so I present this code here to help …