Search Results
… When adding a search form to your Wordpress blog you will want to have control over what sort … } else { ?> <form id="searchform" method="get" action="<?php bloginfo('url'); ?>/"><div> <label class="hidden" for="s"><?php …
… Wordpress is a pretty neat blogging platform, but it falls over quite spectacularly when trying to write code in … 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 … quite harmful as many server configurations will start showing PHP errors and warning messages on your site pages. Most sites will also log … 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
… 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 … any script kiddie from running the exploit script and killing your blog, but you might also want to add a check to make sure that the …
… /%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 …
… 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 …
… 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 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: 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 */ …