Ryan Fitzer
Forum Replies Created
-
Forum: Plugins
In reply to: Topic Output for PDA/CellularYou can use the query_posts template tag.
Forum: Plugins
In reply to: ajax scrolling on a long page effectHaven’t seen a plugin for that yet (only expand posts like an accordian). But you can integrate it with http://script.aculo.us/
Forum: Plugins
In reply to: Diagnosis plugin unavailable?I’m seeing no other place to get it other than the author (pretty standard). I’m sure the author’s site will be back up soon.
Forum: Fixing WordPress
In reply to: Problem with query_posts() sortingI looked through the codex and saw nothing that allowed a sort by name on query_posts, only based on date posted.
Forum: Fixing WordPress
In reply to: Problem with query_posts() sortingI looked through the codex and saw nothing that allowed a sort by name on query_posts, only based on date posted.
Forum: Fixing WordPress
In reply to: extened options in writing new postDisable the RTE i the Users panel. Then paste in the code. This way WP won’t strip anything.
Forum: Fixing WordPress
In reply to: Autosave feature exists or not?I believe that it’s in 2.1. I’m running 2.0.4 and have yet to come across it. Might be a while. Not sure about any plugins. Sorry.
Forum: Themes and Templates
In reply to: Link underlines in CSSI tested it at the bottom of the style sheet so it overwrites whatever you had defined higher up in the sheet.
Forum: Themes and Templates
In reply to: Link underlines in CSSJust tested.
.post h2 a, .postmetadata a {
text-decoration: none;
}Forum: Fixing WordPress
In reply to: Strip WP ?This plugin could work for you in that way. http://redalt.com/Resources/Plugins/Role+Manager Just make a custom role for anyone you’d like to be able to update the news section.
Forum: Fixing WordPress
In reply to: Show total posts number in year/month/dayYeah. Tried it on a default install and it worked great. Thanks.
Forum: Fixing WordPress
In reply to: Show total posts number in year/month/dayTried the loop with no luck either. Still got 0.
Forum: Fixing WordPress
In reply to: Show total posts number in year/month/dayShould this be in the loop? I gave it a try and both examples printed 0.
Forum: Fixing WordPress
In reply to: some stuffs wrongWhen I clicked on your archive for “Archive for the ‘PORN PASSWORDS’ Category”. It all seemed correct to me. Have fun with all that.
Forum: Themes and Templates
In reply to: linking images to postsHere’s how I’ve have incorporated the post-image plugin in my index page. http://wordpress.pastebin.ca/185105