Search Results
Article: Wordpress DoS Attack Script Solution
… There is a script knocking about on the internet at the moment that allows an attacker to run some code that will bring your Wordpress blog to its knees. This will more than likely cause your host to get …
… One neat thing about Wordpress is the ability to add images to your … 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 …
… /%postname%-%post_id%.html This will make a post on your site have a URL something like this. /this-is-a-new-post-2.html It is also possible … that you don't add too much to your permalink structure or your URL will be very, very long and completely defeat the point of the exercise. Adding in the post ID will make the URL of the post completely unique, which is good for SEO, but will also …
… sending out the email, which will reset the password. Here is the URL that can be used to reset the password. …
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 … to do a lot so lets add some other functionality. Add the following lines to include everything you need to create a blank Wordpress page. …
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 … Wordpress 3.0 download page below: Download Wordpress 3.0 So what's new in Wordpress 3.0? Well plenty of stuff, but most notably Wordpress … 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 … 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 … as right to left'. Then I rode on. Two hours later I came across the next palindromic number sign. How fast was I going? I usually like to …
Article: Fixing Wordpress Scheduled Posts
… Wordpress has a neat little feature that allows you to write a post and then schedule … 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 … creating a widget proof Wordpress theme . You can create a widget in one of two places, either within your functions.php file of your …