andyt963
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: A name link category helpThank you so much Kafkaesqui you have saved me a great deal of time and trouble!
God bless oh mighty wordpress and its wonderful community!
Forum: Fixing WordPress
In reply to: A name link category helpHey Kafkaesqui
Thanks for the reply
As mentioned that did work but for only the first category however I do really need it to read the current category that is being viewed and insert it.
Any further ideas?
Forum: Fixing WordPress
In reply to: A name link category help*bump* anyone?
Forum: Plugins
In reply to: Hacking lightbox2.0 to show slideshows?i noticed there is a commercial plugin called triptracker http://slideshow.triptracker.net/ .
Anyone know where to get a free version or a similar plugin?
Forum: Plugins
In reply to: Hacking lightbox2.0 to show slideshows?i am also after a similar request. does anyone know anything like this? or how to show multiple images at the same time under each other inside the lightbox when it pops up?
Forum: Plugins
In reply to: Tutorial: Adding Custom Inputshey amory
Do you still have the zip file? Your url doesnt work.
Forum: Plugins
In reply to: What Features Would You Want In An Event Manager?have you made this plugin?
I am very interested in it and have googled for the plugin but havent found anything.
I don’t know if you are familar with the myspace events feature but it would be great if there was a plugin using these features that you can enter all the details in their own fields via the backend
Forum: Fixing WordPress
In reply to: Comments repeating on respond pageThanks I had tried copying and pasting the single.php file previously but must have done it to a wrong folder.
Thanks for the help all is now good.
Forum: Fixing WordPress
In reply to: Comments repeating on respond pageaha you replied as I was writing.
i am using multiple loops however it is the only way I have found to get the result I need.
A lot of the examples and plugins dont let me have other loops and plugins on the homepage or in my includes/sidebars.
Also as mentioned I have used these loops on other sites and had no problems.
Forum: Fixing WordPress
In reply to: Comments repeating on respond pageAlso I just noticed if I delete my first call to the loop from index.php
‘<?php $posts = get_posts(‘category=1&showposts=5’);
foreach ($posts as $post) :
setup_postdata($post);
?>’before my
‘<?php if (have_posts()) : the_post(); ?>
<?php the_content(__(‘(more…)’)); ?>’and the
‘<?php endforeach; ?>’
It eradicates this problem but then I cannot show the 5 posts from category 1 as I want. I have tried namy efforts at using a replacement but none of the other plugins or loop examples work the way I want.
Forum: Fixing WordPress
In reply to: Comments repeating on respond pageThanks for the quick reply.
I am using the ‘classic’ theme because it was the most basic and easiest for me to heavily modified therefore I have no single.php file as this theme does not appear to use it.
I also used the ‘classic’theme for other sites and did not have this problem.
Any other page I should try?
Forum: Fixing WordPress
In reply to: Adding custom fields and date features for gig postsOk I’ve tried a few plugins but none of them seem to offer me the options I need.
I tried some custom fields plugin but I had to add each custom field to each post instead of it appearing automatically each time i need to write a post.
I also tried some events plugins but don’t know how to add extra fields and therefore am stuck with only the default date/time/description they offer. I want to be able to add fields such as date/cost/venue etc.
Forum: Fixing WordPress
In reply to: Wrong Comments on Wrong Postsok i went to php myadmin and deleted all of my posts and now everything seems to be in order and working ok.
I have made 4 comments and all seems to be well…weird.
Forum: Fixing WordPress
In reply to: Wrong Comments on Wrong Postsyes this is a test blog on my local server. is there anyway around re-installing as I have modified everything excatly how i wanted it and it has taken me quite a while?