All posts in Wordpress Help

Permanently removing Link URL in Add Media

If you are like me who don’t use the Link URL in ‘Add Media’. There is a chance you are getting fed up of having to click on ‘None’ to remove this. What if I told you there is a way round this?

Log into your WordPress and go to this address:

http://yourwebsite.com/wp-admin/options.php

This is the hidden side of WordPress that they don’t want to tell you about as it is strictly for people who knows what they are doing (we don’t really). Scroll down to image_default_link_type and change from file to none.

Now you no longer have to deal with this issue.

Warning: We are not responsible if anything goes wrong. Always, always, always back up before doing anything drastic!

249 views

Multiple templates for posts

singlepost

I was developing a site for a client who wanted to show the post in a different template depending on it’s category. We all know that you can easily have different templates for pages using the following code at the top of your page template: Continue reading →

1,688 views

Show Posts By Category

Screen shot 2011-06-04 at 08.53.42

I was working on a website with a news section that I was using as a blog. This news section had various different pages that represented a different WordPress category, therefore, on that page I only wanted to list the posts from that particular category. Continue reading →

1,544 views