This I picked up from WPengineer.com, quite a while ago and just forgot to publish the post.
Add this to your functions.php
am
creative
.me
This I picked up from WPengineer.com, quite a while ago and just forgot to publish the post.
Add this to your functions.php
If you’d like to hide your admin page from hackers then the easiest way to do this is through your .htaccess file, so you’ll need FTP access to your server.
Copy paste this into your .htaccess change the domain-name to … Read this article.
This might not be the best way to achive this but it’s how I’ve gone about it recently.
First I create my categories:
If you’re finding positioning your images and iFrames a little tricky inside wordpress because of all the phantom <p> tags that appear wrapped around them, then add this to your functions.php
If like me you’d like to add a little HTML to your category description, including adding an image, bold type, unique fonts then you’ll need to paste this into your functions.php.
Then just add the html to your … Read this article.
Thought that I’d add a little snip that’ll add a nice tooltip to any html element, this uses the data- attribute to create the tooltip, but you could use the alt tag or the title tag just replace the attr() … Read this article.
Ok this isn’t my own script, but it works really well. So why change it if it ain’t broke!
Find the source of this article HERE
Add the CSS
Then add the jQuery.
And … Read this article.
So to carry on with my feed exploits, today I had the challenge of displaying tags from a single catagory inside a RSS feed. After having a little play around I discovered that you can filter feeds by catagory, … Read this article.
This little beauty I found on wpsnipp.com it’ll stop the unneeded image sizes from being created.
An absolute must if your uploading the correct sized images to your blog, just because your WordPress media folder can ge a little … Read this article.
Ok so the reason I did this was to display my feed in another site and then add some nice styling. So to achieve this I added this to my functions.php this first piece of code will pull in … Read this article.