nickaster
Forum Replies Created
-
Forum: Plugins
In reply to: Facebook-like “Like this” plugin?Thanks! Any way to do this without the plugins? I find it annoying to have the restrictions that a plug gives me and would like to put the “like” button in a special place in the side bar, not just foating at the bottom of the post.
Forum: Fixing WordPress
In reply to: Special Author Links to Outside Page?Rock solid. Works like a charm. THank you!
Forum: Requests and Feedback
In reply to: Why are images linked by default?Very cool. Thanks Zeo. I’m kinda scared to mess with functions. Will this mess up future upgrades to wordpress?
Forum: Fixing WordPress
In reply to: Special Author Links to Outside Page?Thanks! I’m guessing the theme isn’t important in this case. I can find the places where it happens, so I can get in there and replace it no problem. I do wish there were a way to search across template code, however.
Forum: Fixing WordPress
In reply to: Special Author Links to Outside Page?Thanks! …. so yeah…. theme is custom, why does it matter? I have no idea how to write a statement like that. You got any clue?
Forum: Fixing WordPress
In reply to: Special Author Links to Outside Page?Excellent, thanks! Okay, how do I make it so the default is the first one, and ONLY if there’s another link specified does it choose the later? (I don’t know chicken about PHP)
Forum: Themes and Templates
In reply to: Php Question – Forcing Camel Caps…Brilliant, thanks!!!
Forum: Plugins
In reply to: [Plugin: Allow HTML in Category Descriptions] What about Tag Descriptions?woot! it seems to work in tag descriptions too. this is excellent!
Forum: Fixing WordPress
In reply to: I think I’m crashing FireFoxabout a dozen, I wish I could get rid of them, but without knowing php, you really can’t do much. I suspect headspace, disqus, and some of the ones that do things to the loading of the page. The main problem is it’s so intermittent that there’s no way to test – I can’t just turn off these plugins and let the site site there non-functional for days to see if no one complains. Alas….
Forum: Fixing WordPress
In reply to: Allowing HTML in Category/Tag Descriptionswell, s’bang! thanks!
Forum: Fixing WordPress
In reply to: PHP Questionyes! get_permalink did it. THANKS GUYS!
Forum: Themes and Templates
In reply to: Getting the “p” tags out of the exceprtHmm… it still slaps <p> tags around the outside. like:
<p>THE EXCERPT IS HERE….</p>
Forum: Themes and Templates
In reply to: Getting images out of postsNevermind… got it:
<?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts($query_string .'&posts_per_page=20&paged=' . $paged); ?>Not that I have a clue how that works, but so it goes with the voodoo around here
Forum: Themes and Templates
In reply to: Getting images out of postsThanks! So… I can’t just specify the length of the excerpt in the code, I actually have to globally change it in functions.php?
How do I control the number of posts that get spit out?
Forum: Fixing WordPress
In reply to: Image Linking. How did TechCrunch Solve this?The last thing I need is another plugin. 🙂