dubberdan
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Events Calendar] Assign Posts to a default CategoryThirded. That would be a great addition to the plugin π
Forum: Fixing WordPress
In reply to: Problems when moving to new domainOk thanks.
So how would I get in to alter those as I can’t login as it redirects to the wrong login page?!
Forum: Fixing WordPress
In reply to: Multi page post problembump…
anyone?
Forum: Fixing WordPress
In reply to: Multi page post problembump π
Forum: Fixing WordPress
In reply to: Multi page post problemAh, now I didn’t have a single.php at all. So I’lve quickly modifed the default one to fit in with my theme. The page links now appear correctly here:
http://technohippy.org.uk/musings/blog/travel/brecon-adventures-august-03/#more-27but when I follow them I get an error as in here:
http://technohippy.org.uk/musings/blog/travel/brecon-adventures-august-03/2/Forum: Fixing WordPress
In reply to: Multi page post problemNope couldn’t see that in either my page.php or my index.php
Should it be in one of them then, and if so where in which?
Forum: Fixing WordPress
In reply to: Tweaking the front pageI’m trying to follow those instructions but can’t seem to get the headr or sidebar called up. My page is at http://www.technohippy.org.uk/musings/home.php but I get errors. My code so far is very simple to pull the header and sidebar and to show a little bit of test text:
‘<?php define(‘WP_USE_THEMES’, false);
require(‘http://www.technohippy.org.uk/blog/wp-content/themes/indev/header.php’); get_header(); ?>
<div>
<h1>Welcome to my site</h1>
This is a test</div><div id=”sidebar”>
<?php get_sidebar(); ?>
</div>’I’m assuming the problem lies with my call up of the headers but I’m not sure how. Suggestions?
Forum: Fixing WordPress
In reply to: Page ORDER not workingDon’t want to hijack someone e;ses thread but it’s the same subject so seemed ok! I followed the advice in the link and have added
<ul><?php wp_list_cats('sort_column=name&optioncount=1'); ?></ul>to my code but my pages are listed according to the order defined but there’s an extra line which says PAGES under my heading and before the list of pages.Any ideas how to get rid of it?
Forum: Themes and Templates
In reply to: Problems with page layoutNice one, one of my items in the sidebar was too wide.
Forum: Fixing WordPress
In reply to: Preventing comments to pages?That sorted it, thanks π
Forum: Fixing WordPress
In reply to: Post count for categoriesbump
Forum: Fixing WordPress
In reply to: Tweaking the front pagebump
Forum: Fixing WordPress
In reply to: Tweaking the front pageWould probaby help if I gave links to my site!!
Here’s the current front page: http://www.technohippy.org.uk/blog/
And the page I’de like as my front is: http://technohippy.org.uk/blog/?page_id=15