kirstymoore
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to replace test siteOK. Have read and followed the upgrade instructions you directed me to Esmi, thanks.
The upgrade has however caused some issues. I suspect they may lead to more questions for you later but I will try and do some investigation first.
Thank you for the guidance though Esmi. I have book marked these references for future use.Forum: Fixing WordPress
In reply to: How to replace test siteI am reading the page now. However I had already upgraded the test site to 3.4.1 before I posted.
Forum: Fixing WordPress
In reply to: How to replace test siteThanks Esmi. I know the wp upgrade will not change the theme. The themes are different because the test site has not been get up to date with changes made to the live site. I wanted to use the test site to trial the wp upgrade on, but if the test site doesn’t mirror the live site it’s kinda moot.
Forum: Fixing WordPress
In reply to: Go Button Under Search Box in FirefoxThank you … this has resolved the issue.
Much appreciate your help.
KirstyForum: Fixing WordPress
In reply to: Go Button Under Search Box in FirefoxSorry guys – here you go:
http://www.drummondclinic.co.uk/
Interesting that now I am at home and viewing the website on a PC on Firefox it looks ok. At work I’m lucky enough to be on a MAC.
Still – please take a look and let me know.
MANY thanks.
KForum: Fixing WordPress
In reply to: Pagination of postsThank you.
Articles is indeed a category. I downloaded this plugin and it did indeed fix my problem.
Thanks so much!!
KxForum: Fixing WordPress
In reply to: Active sidebar without knowing theme?And…success…
http://www.drummondclinic.co.uk/
Thanks for all the help.
KForum: Fixing WordPress
In reply to: Active sidebar without knowing theme?OK. Thanks to SusieN I am now officially wigitised!
http://wordpress.org/support/topic/no-sidebars-defined-1?replies=9
Getting very excited now.
KForum: Fixing WordPress
In reply to: Active sidebar without knowing theme?Soory – school boy error – I do have widgets.php
Forum: Fixing WordPress
In reply to: Active sidebar without knowing theme?My theme functions.php does include:
<?php
if ( function_exists(’register_sidebar’) )
register_sidebar();
?>Forum: Fixing WordPress
In reply to: Active sidebar without knowing theme?WIP: Putting
<?php get_sidebar(); ?>
into index.php certainly introduces a sidebar of sorts to my home page. I haven’t been able to ‘manage’ it though and it reformats the page to pull the normal contents over into the sidebar. I’m guessing that means I’ll need some changes to my css files (cannot find anything on sidebars in there).
In trawling the codex I see reference to
wp-includes/widgets.php
which does not exist in my system.
Also if I go to the widgets manager from the dashboard, it says I have no sidebars defined.Forum: Fixing WordPress
In reply to: Active sidebar without knowing theme?Thanks Richard. This may take a while but I’ll check back in soon with my progress :o)
KForum: Fixing WordPress
In reply to: Active sidebar without knowing theme?OK. Now I’m getting somewhere. I posted the
<?php include(“sidebar.php”)?> into one of my templates and it looks like yes, it has retrieved a load of old posts. A bit messy and a bit hard to tell where the sidebar starts and ends, but I think I can probably work from it.
I have quite a lot of page templates. Do I need to put the include text into all of them, or should I try and tackle getting it into index.php or somewhere similar?
KForum: Fixing WordPress
In reply to: Active sidebar without knowing theme?Thanks for helping out guys.
I’m competent, just not at php :o) My html is quite good but I’m new to WP and php. I’m learning fast though! I really appreciate your input.
I’ve searched my index.php and there is no reference to sidebar in there.
I’d copy my sidebar.php in but it’s pretty long, given it’s not doing anything. It looks to me like someone maybe put an archive of posts in it once. There’s only the one div in it and that’s the opening one:<div id=”sidebar”>
-
<?php /* Widgetized sidebar, if you have the plugin installed. */
- <?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar() ) : ?><!– Author information is disabled per default. Uncomment and fill in your details if you want to use it.
Forum: Fixing WordPress
In reply to: Comments not working #respond not loadingI’m working on my test site which is:
http://test.drummondclinic.co.ukand here is a url to a post which has comments activated:
http://test.drummondclinic.co.uk/blog3/team-meeting-2/I followed your advice and switched permalinks to default, but unfortunately my site doesn’t seem to work in this way and I can only view the home page.