khalidslife
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress Post Showing Content TwiceFixed! Had code in twice on single.php
<?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?> <?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?>Forum: Themes and Templates
In reply to: No paragraphs in posti fixed it.
i basically went into single.php and copied the php code for displaying the content and pasted it over the page.php code for displaying it.
thanks for everyones help.
Forum: Themes and Templates
In reply to: No paragraphs in postsorry doesnt work
Forum: Themes and Templates
In reply to: No paragraphs in postyep this is in my stylesheet
.post-excerpt p{margin-bottom:2em;} .post-content p{margin-bottom:2em;}Forum: Themes and Templates
In reply to: No paragraphs in post@canibus congrats on getting it working for you but it isn’t working for me!
Forum: Themes and Templates
In reply to: No paragraphs in posthi, your solution partly worked on posts but not on pages…
see: http://www.edinburghguesthouses.co.uk/about/
there is no line between where “free of charge” ends and the new line beginning “edinburgh guest houses”
thanks!
Forum: Fixing WordPress
In reply to: Limit Characters in Hard Coded Sidebar WidgetPerfect thank you!!!!!!
Forum: Fixing WordPress
In reply to: Exclude a category from homepageI managed to do this myself thanks!
Forum: Fixing WordPress
In reply to: Previous Entries Link does not workUpdating them to what?
Forum: Fixing WordPress
In reply to: Text Appearing TwiceThis has been fixed, I remove the php coding for the posts to be displayed on the homepage.
Forum: Fixing WordPress
In reply to: Text Appearing TwiceSorry the url is http://www.transview.co.uk
My previous post had a comma with it.
Forum: Fixing WordPress
In reply to: NextGen Gallery Failed To Open StreamI managed to fix this but don’t know how. I left it for 24hours after deleting the plugin, re-uploaded it and it worked.
This is not the first time I’ve had this error, perhaps it is my ftp but this has happened on more than one site which is weird.
Thanks.
Forum: Fixing WordPress
In reply to: NextGen Gallery Failed To Open StreamI did this but it did not work. I even chmod the plugin to 777
Forum: Fixing WordPress
In reply to: PHP to call NextGen Gallery WidgetI found the answer: http://nextgen.boelinger.com/2007/05/24/new-widget-support/
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery]can I php include= this plugin?what about the widget plugin? I have it installed on my sidebar using the widget editor but I want to place it on the index.php file to call the most recent photos from all albums.
Also, any idea how you can increase the number of photos the widget shows…it is currently set to a maximum of 9.
Thanks.