bk
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Counter PluginFound a counter plugin!
Forum: Fixing WordPress
In reply to: Adding New Categories in SidebarThis is what you wanna do.
[h2][em]Categories[/em][/h2]
[ul class="categories"]
[?php wp_list_cats('sort_column=name&hide_empty=0'); ?]
[/ul]
Copy/paste that again and just repace the title in “h2” and the content in “ul”.
And don’t forget to replace “[” with “<“.
Hopefully, it’ll work.
Forum: Installing WordPress
In reply to: Counter PluginThanks macmanx. But I think I might have found a normal unique visitors plugin.
Forum: Installing WordPress
In reply to: Counter PluginIs there any plugin which only shows how many visitors per day you get?
Forum: Fixing WordPress
In reply to: Adding New Categories in SidebarIt should be in your sidebar.php file, if there is one?
Forum: Plugins
In reply to: iTunesSpy pluginToo bad I don’t use iTunes anymore. 🙁
Forum: Plugins
In reply to: Extended Live Archive Plugin: Failed to Open StreamReally don’t know what’s causing the problem. I’m using the same plugin and it works fine. =/
Why don’t you ask the orginial author?
Forum: Themes and Templates
In reply to: From the creator of “Best WordPress Design”Awesome stuff man!
Forum: Plugins
In reply to: Extended Live Archive Plugin: Failed to Open StreamDid you follow all the instructions carefully?
There should be folder called af-live-archive in the wp-content/plugins directory. Not just the af-live-archive.php.
If you are saying that it didn’t show up in the list of plugins, that means that you probably didn’t upload it properly.
Forum: Your WordPress
In reply to: Xeenat v2Yes, I did, around 2 months. (designing/coding)
Thank you. 🙂Forum: Your WordPress
In reply to: Xeenat v2Thanks! 😉
Forum: Fixing WordPress
In reply to: WordPress 450,000 DownloadsIt should reach 1 million!
Forum: Plugins
In reply to: Most commented plugin questionArgh, damn it. 🙁
Okay, try removing this:
$comment_count = $post->comment_count;Forum: Plugins
In reply to: Most commented plugin questionHmm, my site has reached it’s bandwidth limit. Otherwise, I would’ve tested it.
But try removing this now :
(' . $comment_count.')' . $after;Let me know. 🙂
Forum: Fixing WordPress
In reply to: Get Javascript in PostsWhat’s it for? o_O