greencode
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Category post count within sidebar link?Thanks for this – that’s exactly the problem I’m faced with but I’ve no idea where I’m supposed to insert that code? It’s on the widgets.php file that the “Display categories widget” resides on but I can’t see any mention of any of the code that it talks about on that site? Any ideas?
Forum: Plugins
In reply to: [Plugin: AddThis] Remove border that my theme has placed around itThanks for this – I’ve managed to do it by including an inline style of:
style=\”padding:0; border:none;\”
I had to include the back-slashes as it was in the coding of the button (to be honest I’ve no idea why you have back-slashes but this seemed to work nevertheless)
Thanks again.
Forum: Plugins
In reply to: [Plugin: WP-Marketer] Keeping the links in order?Just following up on this – I notice that WP-Affiliate does a similar thing to what I’ve asked.
Forum: Plugins
In reply to: [Plugin: WP-Marketer] Bug clash with CategoriesForum: Fixing WordPress
In reply to: How do I change the Blog Title LinkHi, apologies for the delay in getting back to you – I don’t seem to be getting instant notifications! Oh well, back to the matter at hand:
If you look in your theme’s root folder you’ll see a file called “header.php”, open this file in a text editor. In between the H1 tags there should be something like this:
“<?php bloginfo(‘siteurl’); ?>”
I simply changed this to:
“my site name dot com”
and that then changes the link. I think you did it through the Settings section in your wp-admin section on WP. That’s what I did and lost the ability to edit or do anything with the blog. If that’s still the case then can you access phpmyadmin through your cPanel? If so do this:
Enter phpmyadmin
> Select your database
> Click browse on the wp-options table
> Edit the siteurl to your previous location.Hopefully all of that should help you.
Forum: Themes and Templates
In reply to: Atahualpa theme – remove Meta category?Apologies I’ve figured it out – go into the sidebar.php file and remove it from there!
Forum: Themes and Templates
In reply to: Atahualpa theme – remove Meta category?I’m trying to do the same – can you please let me know how you resolved this issue?
Forum: Fixing WordPress
In reply to: How do I change the Blog Title LinkI’ve figured out how to do this my manually editing the header.php file of the theme but is this the only way to do it?
Forum: Fixing WordPress
In reply to: Comments field not showing up?I may be going mad but it’s definately not there – I’ve checked on Safari, Camino and even Firefox (which I never use and therefore have never viewed that site before)
Forum: Fixing WordPress
In reply to: Comments field not showing up?I’ve just unchecked that but still no comments field is appearing below the post?
Forum: Installing WordPress
In reply to: Transfer to new server. Blog OK but Admin not?!Thanks for that – I had to change the options in my old blog to point to the new server.