Search Results
… When adding a search form to your Wordpress blog you will want to have control over what sort … out the search query in the text field of the form. This can be done with the function the_search_query() , which will print out the …
… Wordpress is a pretty neat blogging platform, but it falls over quite spectacularly when … example. line 1 line 2 line 4 … Adding Code To Wordpress Blogs And Comments …
Article: Logging Errors In WordPress
… To debug WordPress many sites will tell you to add the WP_DEBUG setting on its … to a file. Open up your wp-config.php file and add the following lines of code above the line that says "/* That's all, stop editing! Happy blogging. */". Any changes to this file should always go above this …
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 …
… 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 … 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 attacker won't be able to see what the password is, and the new password is emailed 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. …
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: 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 */ …