sincewelastspoke
Forum Replies Created
-
Forum: Plugins
In reply to: WordPress Photo Album (WPPA) Modification RequestCan anyone help with this?
Thanks
Forum: Fixing WordPress
In reply to: Is there a plugin to delete existing spam comment?Yep. That was a brilliant find. I clicked it just after I replied here and it did the trick ??
Thank you
Forum: Fixing WordPress
In reply to: Is there a plugin to delete existing spam comment?My sincere apologies for such a late response.
I’m just a little worried that this will take out genuine comments too.
I think I *may* have to do this manually…..I’m going in…………..
Forum: Themes and Templates
In reply to: Remove "Continue Reading" from TwentyTenMany many thanks!! Only just spotted the reply.
Made the alt and it worked a dream. Thanks again
‘Flexi Pages’ worked a treat. Many thanks Mark.
And thanks to chinmoy29 for your efforts too, much appreciated.
Thanks chinmoy.
I’ve been using that as a reference, but still no further :'(
I’ve googled about and found a few people with similar issues get results, but when I use their code, it just doesn’t work.
It still doesn’t seem to like it:
<?php if($post->post_parent){ wp_list_pages('child_of=$post->ID&sort_column=menu_order&title_li='); } ?>
I’m using it in footer.php
Is this OK to do it like this?
Thank you
Any ideas?
Hi chinmoy. Thanks for the quick reply.
Unfortunately, it doesn’t seem to display anything when I use this.
Any ideas?
Forum: Fixing WordPress
In reply to: Change way URL displays on Post repliesI’m looking to retrieve solely the URL value.
How do I do this without having to use it in a hyperlink?
Thank you
Forum: Fixing WordPress
In reply to: sort_column manually?Can anyone help with this?
I would like to display my links in a unique/custom order…
Thank you
Forum: Fixing WordPress
In reply to: I’ve an idea. How would I build it in WP?Wow! Genius reply SS.
Have you used this before?
Would it allow users to rate each ‘reply’?
Forum: Fixing WordPress
In reply to: Select Most Recent Post from particular WP Category…?Actually, just went for a static page in the end, with a little WordPress trickery:
<?php $args=array( 'cat' => 11, 'showposts'=>1, 'caller_get_posts'=>1 ); $my_query = new WP_Query($args); if( $my_query->have_posts() ) { while ($my_query->have_posts()) : $my_query->the_post(); ?> <div style="margin-left:10px"> <?php the_content(); ?> </div> <?php endwhile; } //if ($my_query) wp_reset_query(); // Restore global post data stomped by the_post(). ?>
Forum: Installing WordPress
In reply to: What files to upgrade 2.8.6?Thanks for the reply.
I’m always weary of uploading them all, tend to remove the ‘themes’ directory’ straight away hehe.
I do back up 12 out of 13 wp installs, but this is a remote server, so it’s slightly more tricky to backup. ??
I think I will back up, then just add the revised files and see how it goes.
Wish me luck ??
Forum: Installing WordPress
In reply to: What files to upgrade 2.8.6?Thought I’d answer my own post ??
https://codex.www.ads-software.com/Version_2.8.6#List_of_Files_Revised