OthelloBloke
Forum Replies Created
-
Forum: Plugins
In reply to: Cannot modify header informationbump. anyone?
Forum: Plugins
In reply to: Cannot modify header informationI checked the wordbook plugin, and the ending php tag was missing, and there were spaces after some of them in the files so I corrected that.
The error still occurred, so i corrected that in the file mentioned in the error and still no go.
The line the error mentions has this on it:
$content = str_replace(‘]]>’, ‘]]>’, $content);
Any ideas?
Forum: Plugins
In reply to: Cannot modify header informationBump… Anyone?
Forum: Fixing WordPress
In reply to: Same Old Line Break ProblemANYONE?
Forum: Everything else WordPress
In reply to: BiG Sites running wordpress?Forum: Fixing WordPress
In reply to: Assign stylesheet directory to a variableAlready fixed this:
$whatever = get_bloginfo(‘stylesheet_directory’);
Forum: Themes and Templates
In reply to: Show empty category page instead of 404 errorI’ve found out how to fix a 404 error showing on empty category page.
In wp_includes/classes.php look for the line that starts with:
if ( (0 == count($wp_query->posts)) && !is_404() && !is_search()and add the following after !is_404():
&& !is_category()Then what I did was create category-1.php, category-2.php etc and put a custom message on each page.
Forum: Fixing WordPress
In reply to: WordPress mangling HTMLYou could use the FCUK editor plugin. That works html perfectly… not sure how other plugins integrate with it though.
Forum: Installing WordPress
In reply to: Best Hosting for WordPress?for hosting? there’s a reason why hostgator.com is raking in over 10million a year
if you go to the support forums, forums.hostgator.com you’ll see all the reviews both bad and good. they don’t delete the bad reviews to give a good impression.
i’ve been with them at work where we have two reseller accounts and on my own for two years, and we’ll NEVER go anywhere else.
in two years we had one site go down for 15 minutes, and another one-week period of up and down time for a few sites, but that was fixed and ever since things have been hunky dory.
take a look at their hosting plans and the prices – and then sign up to the message forum and read the reviews. they will speak for themselves. http://www.hostgator.com
Forum: Themes and Templates
In reply to: Show empty category page instead of 404 errorI understood what you mean for sure, but that will give me that page on ANY 404 error.
Forum: Fixing WordPress
In reply to: 2.3.1 editor still strips out paragraph breaksi know in tinymce everything has to be inside a paragraph block to work.
even though that doesn’t work all the time. FCKEditor plugin works perfectly. not sure how it works with plugins that add editing icons.
i use tinymce advanced from http://www.laptoptips.ca/ – I add the html button so I can manually adjust anything that happens. a workaround until wordpress gets its act together with the editor.
Forum: Themes and Templates
In reply to: Show empty category page instead of 404 errormoshu… I tried deleting the 404.php but the text I put there, doesn’t show up, and nor does a php snippet.
hi nexia
Forum: Themes and Templates
In reply to: Show empty category page instead of 404 errorI’ve looked through the documentation, and can’t find a way to do this. I want to cry 🙁
Forum: Themes and Templates
In reply to: Show empty category page instead of 404 errorI’ve tried putting the code for categories into a page template, and then putting that into a static page, but it shows the date, title, edit link and posted by info.
Forum: Installing WordPress
In reply to: FilterSet that in options.