richarduk
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Upgraded Xampp, installed WP but WP not happy – why?When I uninstalled XAMPP I didn’t turn off Apache correctly – I reckon it must be something to do with that, but I have no idea what to do now.
Forum: Installing WordPress
In reply to: Upgraded Xampp, installed WP but WP not happy – why?Yep, no problem there. Obviously they’re all blank at the moment
Forum: Installing WordPress
In reply to: Upgraded Xampp, installed WP but WP not happy – why?Yep.
I wish I hadn’t upgraded XAMPP now 🙂
Is it possible to have databases running in the background that I don’t know of? No, scratch that question, it sounds too stupid
Forum: Installing WordPress
In reply to: Upgraded Xampp, installed WP but WP not happy – why?But I DO have a wp-config file, that’s the problem!
Forum: Plugins
In reply to: Sidebar log in for specific people to specific pagesI’ve tried messing around with log-ins on the sidebar and tripped and fell over – do you think it would be easy to do a password protected post in that way?
Forum: Fixing WordPress
In reply to: alphabetical postsHow about this ?
Create a default category called Alphabetical.
Every post will end up in this category, even if you’re half-asleep 🙂
Link to this Alphabetical category, where you can order the posts alphabetically as described above.
Forum: Themes and Templates
In reply to: Sorting posts on category page – I need a little extra codeSorry! 🙂
Forum: Themes and Templates
In reply to: Sorting posts on category page – I need a little extra codeAnyone?
Forum: Themes and Templates
In reply to: Sorting posts on category page – I need a little extra codeDamn!
Forgot about the link going active.
Try this.
<?php foreach ($posts as $post) : start_wp(); ?>
<div class=”post”><h2 class=”post-title”><z href=”<?php the_permalink() ?>”> <?php the_title(); ?> </h2>
<div class=”post-content”>
<?php the_excerpt(); ?>
</div>
</div><?php endforeach; ?>
Forum: Plugins
In reply to: Have a plugin request?Pretty please – a plug in that displays on each main category page a list of post links, each with a description (taken perhaps from the escerpt or from a custom field).
It would make my WP much more elegant and simple for users to see at a glance on each category page all the various posts in each category
Forum: Plugins
In reply to: Category page with links to post titles, not complete postsI’ve been looking for exaclty the same thing!
Thanks for the information – I shall try it out.
But does it order the excerpts in any way?
The nearest plug in I got was Custom Query String at
http://mattread.com/projects/wp-plugins/custom-query-string-plugin/
BUT – it displays the full post.
Something like this that displayed excerpts with a link to each page, ordered by date or alphabetically, would be fantastic.
I don’t mind hacking the code (slowly!) but it would be SOO much easier to have a nice plug in ….
Forum: Fixing WordPress
In reply to: <?php _e ( ); ?>in Connections – where do I find this fucntion ?Brilliant!
I hunted high and low and would never have found that.
Forum: Fixing WordPress
In reply to: Importing WP off internet to localhost on computerThankyou!
I’d already done the first half of that but not the second.
I shall save this page for future reference.
Forum: Installing WordPress
In reply to: Problems Installing with XAMPPI have WP on Xamp and it’s great, no problems.
Don’t know if this will get blasted but you can contact me on richard (AT) alchemweb(dot)co(dot)uk if you need any help (no promises!)
Forum: Installing WordPress
In reply to: transferred host, 1.5, database ok site notYou’re a genius!