darran
Forum Replies Created
-
Forum: Themes and Templates
In reply to: AJAX comment threading and paging test runOh that’s a shame! 1.3 is ready and I have already submitted it, it should be available real soon!
Forum: Themes and Templates
In reply to: AJAX comment threading and paging test runI am making a call back to the WordPress date function, using the format I decided on in my settings.
Forum: Themes and Templates
In reply to: WidgetsThank you all, so far I have not heard anything negative about MiniMoo. Be sure to keep checking the repository, as I have been throwing in updates to fix certain bugs in the theme. And if you are wondering whether MiniMoo would be updated/upgraded for 2.7, yes it will.
AJAXed comment paging is a feature I would going to be working on and so will threading and paging. Thank you all for your support.
Forum: Themes and Templates
In reply to: Display 1 full post & 3 excerptsYou can use some a counter and if conditions to do that, but since jbjweb is going to do that in his blog, I will leave it to his explaination
Forum: Themes and Templates
In reply to: Getting rid of RSSWhy would you want to do that? It doesn’t make sense why anyone would want to turn RSS off? It streams for automatic update notifications for those who subscribes to it.
Forum: Your WordPress
In reply to: New site, and a beginner to wordpress themesIt is a good start for a beginner site. But perhaps you could change the color of your text, grey on a white background is a bit painful to the eyes. Make your links stand out, as of now they look exactly like your regular text.
Forum: Plugins
In reply to: jQuery being loaded mutliple timesI am sorry, the only way is to go and edit the plugin files to tell them not to load jquery multiple times. I had the exact same frustration when I was using MooTools.
What I did was to find out all the classes the plugins were using, download it and tell the plugins to stop loading jQuery. It was a one time thing, the only drawback is that you got to add in new classes if any plugin needs them.
Forum: Themes and Templates
In reply to: Conditional link to ‘Home’Have you tried using conditional tag, is_front_page()
Forum: Fixing WordPress
In reply to: Title TagsWithin the head tag, add this:
<title>Your Blog Title</title>
Forum: Themes and Templates
In reply to: Very basic question on how to modify templateFrom what I saw in the site, it was located in the root directory. But then again, there could be some folder mapping which I am not aware of.
If you are hosting WordPress on your server, whatever files needed are located on your end, there is no WordPress server.
Forum: Fixing WordPress
In reply to: Global JavascriptDefine it as a function.
Loop through the entire document for instances of a link.
And modify the onClick event to run this function every time.
I have been so used to making use of MooTools to do it that I have forgotten how to do it using native JavaScript codes.
Forum: Fixing WordPress
In reply to: Title TagsPlease be specific.
Are you referring to title tags for your Blog, for your website?
Which is it?
Forum: Themes and Templates
In reply to: Very basic question on how to modify templateerykbui, you can change headers on every theme in www.remarpro.com, the link you have posted only refers to wordpress.com themes.
Usually the wp-content directory is located in the public HTML directory of the server.
Forum: Fixing WordPress
In reply to: js script loading on certain pages onlyYou can make use of the conditional tags to decide where you want to include the JS files.
<?php if (is_front_page()) { ?> <!-- include your JS script here --> <?php } ?>
I hope this helps.
Forum: Everything else WordPress
In reply to: WP deserves a better forumI am with psykonevro on this.
I find myself helping others more than posting a support question on the forums.
The biggest problem I have is actually following up on the threads I have answered to. I usually go to my profile and check on the threads which have the latest replies, what if I reply to a huge load, I have to determine myself which threads have been answered, they are not chronically organized. It makes it very difficult.
With that being said, BBPress is a project just like WordPress, these could be looked upon on a positive side and improvements can be made. I am sure these will be valuable feedback the guys at Automattic would love to see coming from us.