wprockstar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to tell if user is subscribed via RSShmmm.. I’ll give that a try, thanks.
Forum: Themes and Templates
In reply to: I have $50 for someone who can help me!check out the themes gallery, im sure theres something similar in there.
Forum: Themes and Templates
In reply to: Customizing the read more linkjust remove the text inside the curly brackets from the_content
<?php the_content(''); ?>
Is that what your talking about?
Forum: Themes and Templates
In reply to: WordPress YUI = Greatcould you tell us what specific libraries you use from YUI to integrate into wp?
i’m interested in learning more about this.
Forum: Themes and Templates
In reply to: What theme has this blog?zomg! their bad a$$es for making that.
seems like it was inspired by nytimes.com
Forum: Themes and Templates
In reply to: pulling recent post from category@moshu i though it did since I was editing that file.
you would think that it would work without touching the loop code from the index.php
hmm.. maybe i did screw something up lol. i’ll checkForum: Themes and Templates
In reply to: Would like all CSS files in one folderor you could just put this after inside of styles.css:
/*
Theme Name: Pimp
Theme URI: the-theme’s-homepage
Description: a-brief-description
Author: your-name
Author URI: your-URI
Template: use-this-to-define-a-parent-theme–optional
Version: a-number–optional
.
General comments/License Statement if any.
.
*/@import ‘css/stylesheet.css’;
Forum: Installing WordPress
In reply to: Can not access /wp-admin/install.php@dbsnovacomcast: did you try viewing it on a different computer?
Forum: Plugins
In reply to: Assigning icons to registered users and adminusing what multipot gave us, you could make an if else statement, and depending on which number it spits out, you can choose to echo:
echo "<img src='https://www.jenn.nu/wp-content/themes/nov07/images/member.gif' height='16' width='16' alt='Registered member' title='Registered member' class='commentsbyadmin' /> ";
Forum: Installing WordPress
In reply to: Can not access /wp-admin/install.php@dbsnovacomcast: is your wp running ok on your localhost?
did you make sure your pointing at the right file directory on your production server? is there like a “./” folder ?
have you tried deleting everything from the server, recreating the wp database?
those mysql/php versions should work fine with wp.
does your host ips provide a 1 click install?try downloading a fresh wp install, maybe theres some files missings
letme know if anything worked