OthelloBloke
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 301 Redirect ProblemThat php I put in there essentially does what the plugin you posted mentioned. I’d installed that before, but it doesn’t work if the posts are on a different domain altogether and don’t exist on the source domain.
Forum: Fixing WordPress
In reply to: Modifying html called by the_contentNo you can’t. I’ve come across this problem and never been able to fix it. Just have to modify your design to accomodate this… or use this:
<?php echo substr(get_the_content(), 0, 150); ?>
and change ‘150’ to however many characters you want to show. But it WILL output the html code if you cut it off in the middle of an image or link.
Forum: Fixing WordPress
In reply to: Paragraph Spacing without CodeYou could do this in your stylesheet:
p { margin-bottom:20px; }
Forum: Fixing WordPress
In reply to: wp-admin/index.php Not Displaying!Your installation url?
Forum: Fixing WordPress
In reply to: how to enable lightbox in nextgen galleryFirstly use this clone of Lightbox2. I promise you it’s far more lightweight:
http://wordpress.org/extend/plugins/slimbox-plugin/Deactivate the plugin you’re using, and upload this one, making sure ALL the files are uploaded.
I checked the paths of some of the lightbox plugin on your site, and they gave me a 404 error. The Slimbox plugin is an exact clone, looks the same, functions the same but is far more lightweight.
Check it out
Forum: Fixing WordPress
In reply to: No Posts?<?php the_content('Read More...'); ?>Forum: Fixing WordPress
In reply to: insert/edit image questionThis worked for me:
http://wordpress.org/support/topic/174114?replies=7#post-793124
Forum: Fixing WordPress
In reply to: Help With UploaderForum: Fixing WordPress
In reply to: Image Upload Problem in WordPress 2.5I fixed this problem by adding the following to the .htaccess in WP root directory:
SetEnvIfNoCase Request_URI /wp-admin/async-upload.php$ MODSEC_ENABLE=Off
Forum: Fixing WordPress
In reply to: WordPress- Blog or WebsiteOf course you can. Just use the pages feature to create the pages, then go into Settings > Reading and change the homepage to a static page of your choice.
Forum: Themes and Templates
In reply to: Redirect page-linksForum: Fixing WordPress
In reply to: Category Link in List PagesDoes anyone ever answer?
Forum: Fixing WordPress
In reply to: I need help on ordering categories in the sidebarI use that plugin, and it works PERFECTLY. So do the my-page-order plugin.
Forum: Fixing WordPress
In reply to: Category Link in List PagesAnyone?
Forum: Installing WordPress
In reply to: Blank Index On Installation of 2.5Scratch that. Crappy server timed out, and the files for the default theme had not uploaded.