fairlyclever
Forum Replies Created
-
Forum: Installing WordPress
In reply to: WordPress inserting <pre><code> into archive page’s entriesFixed. It was a problem with a plugin.
Forum: Fixing WordPress
In reply to: Grabbing posts from 6-10You rule.
Forum: Fixing WordPress
In reply to: Grabbing posts from 6-10I already have the index set to 5 posts on the page. What I would like to do is have a list of “Recently posted” with a permanent link to the entry, the number of comments, and the title in a table. If you look at StopDesign, towards the bottom, that’s what I mean.
🙂
Forum: Fixing WordPress
In reply to: Upgrading troublesWTF? That was weird.
Forum: Fixing WordPress
In reply to: Retrieviing 5 posts after the 3 on the front page.I would like to display the current 3 on the front page, and the 5 before that in a list, not show the five as entries. Thanks.
Forum: Fixing WordPress
In reply to: Signaling Author CommentsTHANKS!
Forum: Fixing WordPress
In reply to: Link of the post IN THE POST?Just have it like this in your index.php page
<div class="storycontent">
<?php the_content(); ?><?php the_permalink(); ?>
</div>
I think that should work.Forum: Fixing WordPress
In reply to: Customizing Category pagesThanks alot man, I appreciate it.
Forum: Plugins
In reply to: Beta: The CG-PowerPack of WordPress pluginsAlright, I downloaded it, I have it running now what would I put as the URL of the script, the one with the plugin or a new one? Sorry for my n00bness :-p.
Forum: Plugins
In reply to: Beta: The CG-PowerPack of WordPress pluginsI use iTunes and I’m on a PC. where would I download ITunesblogger?
Forum: Plugins
In reply to: Beta: The CG-PowerPack of WordPress pluginsWhere would I be able to download a program that uses POST to a .txt file for the whattunes plugin?
Forum: Themes and Templates
In reply to: font switcherInstead of having a link to your stylesheet, use this
<style type="text/css">
@import url( <?php echo $siteurl; ?>/wp-layoutcss.css );
</style>Forum: Fixing WordPress
In reply to: Customizing Category pagesNot like that, I mean when I’m on a page that displays all the posts in a category, say http://fairlyclever.com/categories/FairlyClever how would I make it only display the entry titles as links to the entry rather than the whole entry?
Forum: Fixing WordPress
In reply to: Making somethingSweet, I’ll try that out.
Forum: Plugins
In reply to: WordPress File Manager HackI am getting the error “Admin has disabled this function”.