Archives
-
Did you bored #more in links?
When i check my turkish website’s link i saw “#more” in the end of my links. Sometimes this tag change the title of post(s) when you click Read More. I think this is a bad thing. When i search about it i found in WordPress Codex this code. You can aplly for your theme.
392 views | Comments OffSep 18th, 2009 | Filed under Wordpress -
Detect User Browser And Apply A StyleSheet
You can detect user/visitors browser type and you can apply browser-base css styleshet for your theme. That’s siple and very useful. Firstly you have add this code below to your theme’s function.php. Let’s Begin…
571 views | Comments OffSep 15th, 2009 | Filed under Wordpress -
A Simple Login Form For Your Sidebar!
If you want to add a new login form to your Sidebar or Page tepmlate you can use this simple code :) This will make a way for quick login. Lets Begin..
1,069 views | Comments OffSep 10th, 2009 | Filed under Wordpress -
Display who modify your post(s)!
You can display who modarate/modify your post. This mean show the latest author who modified your post. We can use 2.8′s new template tag ‘the_modified_author()‘. If you use Wp 2.8 you can use a simple code but, if you use Wp 2.7 you have to use this function below. Lets Begin :)
543 views | Comments OffSep 10th, 2009 | Filed under Wordpress -
How to disable auto saving!
When you write an article on WordPress, system apply a auto save cron job. Auto saving useful, but sometimes autosaving make a lot of problem. First problem is database. This saving job create a lot of mysql queries and your datebase have a big size. And second problem is post revisions. Sometimes post revisions have [...]
401 views | Comments OffSep 1st, 2009 | Filed under Wordpress
