Danechello
Forum Replies Created
-
Hi Alchymyth, Sorry about my late reply I was on holiday for the week.
Thank you so much for this very much appreciated!!! I will be more careful next time.
All the best,
Dan
Thank you for your comments alchymyth I understand what you are saying but you must appricated my situation!
I made the naive mistake of not realising all this would come up so easily on search engines. My problem is I created this site for a client so I need to sort this out.
If you check out this post. Someone had exactly the same problem as me and a moderator sorted it out for them. So if there is any moderators who could please help me I would be very, very grateful!! – http://wordpress.org/support/topic/how-to-delete-topic-on-this-forum?replies=15″
Best,
Dan
Forum: Themes and Templates
In reply to: Delete page titles from body of text?Sorted now so thanks allot for you help guys!
Forum: Fixing WordPress
In reply to: Can anyone please help with a few changes I need to make? ThanksYou sir are a legend. Everything is solved now so thanks allot for your help!!!
Forum: Fixing WordPress
In reply to: Can anyone please help with a few changes I need to make? ThanksThe title is finally gone so thank you so much!!
Forum: Themes and Templates
In reply to: Delete page titles from body of text?Hey, thanks allot for the reply. I removed the code but unfortunately it didn’t work… any more ideas?
Here is my page.php code –
<?php /** * The template for displaying all pages. * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site will use a * different template. * * @package WordPress * @subpackage Twenty_Ten * @since Twenty Ten 1.0 */ get_header(); ?> <div id="container"> <div id="content" role="main"> <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="entry-content"> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?> <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?> </div><!-- .entry-content --> </div><!-- #post-## --> <?php comments_template( '', true ); ?> <?php endwhile; ?> </div><!-- #content --> </div><!-- #container --> <?php get_sidebar(); ?> <?php get_footer(); ?>Forum: Themes and Templates
In reply to: Change fontThanks so much James I managed to change it!
Just to be cheeky and ask another favor… You wouldn’t by any chance know how to get rid of the titles that I have in my main body of text on each page (except the home page), whilst still keeping the titles of the pages on the menu bar at the top?
My site is – http://www.mysite.co.uk
Also yeah I heard about my changes being wiped when I upgrade. I will do what you said soon but I really need my site up and running atm.
Thanks
Forum: Fixing WordPress
In reply to: Can anyone please help with a few changes I need to make? ThanksThanks so much Ganners!
1. I deleted the code you suggested to remove the entry title from the body. But unfortunately nothing changed? Nothing was messed up either…
2. If fixed so thanks!
3. My problem is that I would like the text about each person on the left and the photo of them on the right but wordpress only lets me put the image above or below a line of text… Do you think there might be a way of putting the image behind the text?
Many thanks again!!
Forum: Fixing WordPress
In reply to: Please help!Problem solved! Thank you so much!!!!!
Forum: Installing WordPress
In reply to: Help please!I’m not sure how I missed that…
Thanks allot