nneon
Forum Replies Created
-
Forum: Plugins
In reply to: [Last.Fm Records] [Plugin: Last.Fm Records] Last.fm Records and WP MinifyI managed to fix that error. If I now run the WP Minify plugin with the Last.fm Records one I get these errors:
missing ; before statement <b>Parse error</b>: syntax error, une…index.php</b> on line <b>20</b>
min?f=…2924637 (line 2)lastFmRecords is not defined lastFmRecords.init(lfr_config); nathanstaines.com (line 62)
Then if I exclude Last.fm Records from WP Minify I still get the first error? Maybe WP Minify is the problem?
Forum: Plugins
In reply to: [Last.Fm Records] [Plugin: Last.Fm Records] Last.fm Records and WP MinifyThe url is http://nathanstaines.com although I’ve disabled WP Minify because I wasn’t able to get the two plugins to work together.
So I’m not sure if the url will be of any use to you?
Forum: Fixing WordPress
In reply to: Trying to output a post’s terms (taxonomy) as text, not URLsAh perfect! Well almost, you were missing the ! in:
if ( !empty( $terms ) ) :Thanks heaps, exactly what I was after 😉
Forum: Fixing WordPress
In reply to: Trying to output a post’s terms (taxonomy) as text, not URLsThanks for the speedy reply, not quite what i was after. I’m trying to create a class name for the value of each taxonomy.
<ul> <?php get_the_term_list( $post->ID, 'colours' , '<li>' , '</li><li>' , '</li>' ); ?> </ul>Produces a list something like:
- red
- blue
- green
I want each list item to have a class that corresponds to the list value… eg red, blue or green
Forum: Fixing WordPress
In reply to: Trying to output a post’s terms (taxonomy) as text, not URLs<ul> <?php get_the_term_list( $post->ID, 'taxonomy' , '<li>' , '</li><li>' , '</li>' ); ?> </ul>How would you go about adding a class name that is the same as the taxonomy name, to each of those list items?
Forum: Themes and Templates
In reply to: Linking gravatar using template path?Yeah that’s what I tried to do at first… but for some reason this is the result in the source code:
<div class="comment-author vcard">http://website.com/wp-content/themes/xoxo<img alt='' src='http://www.gravatar.com/avatar/?d=/images/gravatar.jpg&s=32' class='photo avatar avatar-32 avatar-default' height='32' width='32' /> <span class="fn n"><a href='http://wordpress.org/' rel='external nofollow'>Mr WordPress</a></span></div>I guess if there’s anyone that knows the correct syntax to use that would be real helpful ?
Forum: Fixing WordPress
In reply to: Sidebar HelpWell thanks again.
Have you got a Blog of your own?
Oh and if you’ve got nothing better to do maybe you could help me out with my other support question:
‘Permalink Help’ 😛
Forum: Fixing WordPress
In reply to: Sidebar HelpWell like you pointed out… the title on my ‘blog’ page was using the <h2>Latest</h2> so i just changed it to <h2>Latest Blog Entries</h2> to match the rest of the site…
I’m still not sure why it’s got to be different to all the other pages?
So in a way it’s not really resolved but hacked 😛
Thanks for the help
Forum: Fixing WordPress
In reply to: Sidebar HelpStill nothing yet
Forum: Fixing WordPress
In reply to: Sidebar HelpUmm I don’t know why you’d be seeing an error message… it’s working, isn’t it?
And the “blog” page is a WP page, i’m using Folio’s Homepage plugin.
Forum: Fixing WordPress
In reply to: Sidebar HelpCan anyone help?
Forum: Fixing WordPress
In reply to: Sidebar Help*bump
Forum: Fixing WordPress
In reply to: Menu help – K2 theme – page parent – current page.
Forum: Everything else WordPress
In reply to: Sidebar HelpThanks Moshu… i ended up removing lines 51 – 91 and then i got rid of the if statement on line 128 to make sure that the sidebar displays the same on every page…
oh and why don’t you touch K2?
Forum: Everything else WordPress
In reply to: Sidebar HelpI thinks it’s the default sidebar for the K2 theme.
http://wordpress.pastebin.ca/184140