Archives
-
List Your RSS Feeds via wp_list_category
Dou you want list your categories with your Feed link? There is only 2 lines code for this. You can show this feed in your sidebar. You have to use with text widget if your theme is a widgetized. That’s a good code i think! Lets begin…
670 views | Comments OffAug 1st, 2009 | Filed under Wordpress -
Did you Bored with Widgetized Pages?
If your answer is ‘yes’, you can change it without any theme edit. You can apply this on functions.php :) After that you have non-widget pages. Widgets are useful but sometimes many publishers/bloggers are want full-sized pages. If you’re one of them, you can check this code. Lets begin…
524 views | Comments OffJul 22nd, 2009 | Filed under Wordpress -
How to Highlight Searched Text In Results
You can highlight searched text in search results. WordPress search system is powerfull but some things not acceptable for me :) i searched on internet and found this code for theme developers. You can add this special code to your theme. You need to change serach.php and your style.css.
1,025 views | Comments OffJul 21st, 2009 | Filed under Wordpress -
Add a ‘Share on Facebook’ button without any plugin
My friend asked to me ‘How i add a Facebook Button to My Joomla site?’. I gave him this code. I think this code appliable for WordPress and change code for WordPress, because this is only link, i copied from Facebook :) You have to make a little change on single.php. Lets begin…
2,501 views | Comments OffJul 20th, 2009 | Filed under Wordpress -
Related Posts, Without any Plugin!
Hi everybody. You can show your related posts without any plugin. It’is important for visitors i think. Because they can discover your blog with that area. This code shows your same-tagged posts. Some plugins do this but why use plugin if you have a powerfull theme :). You can change posts number too. Lets Begin…
744 views | Comments OffJul 20th, 2009 | Filed under General -
How to Add Author Name to Author Archive
Hi everybody. Yes we will add author name to archive, admin/editor/publisher archive pages show their name like “Author archive for (author name)”. Lets begin…
1,269 views | Comments OffJul 17th, 2009 | Filed under Wordpress -
Add No-Index to Images
When Google spiders reach to our site, google automatically index everything with our site images. If we want to make a non-indexable images, there is a simple code. We can make all our images non-indexable. We will add a code to our header.php. Also we can stop directory indexing with simple Robots.txt command.
1,361 views | Comments OffJul 17th, 2009 | Filed under Wordpress
