jamesbe
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Links not working within a sub-dirWell it looks like this is a problem with my server. xampp install fixed it.
I see some versions of apache do have issues with mod_rewrite. ideally I’d like to fix my server but for now I’ll just launch xampp for when I need to test this site and close it when not in use.
Thank you for your help — if anyone has any knowledge of why mod_rewrite wouldn’t work or how to debug it I’m all ears ??
Forum: Fixing WordPress
In reply to: Links not working within a sub-diryes
I’m going to try to download lampp and see if that solves the problem, but it seems something is not working properly.
Forum: Fixing WordPress
In reply to: Links not working within a sub-dirOh perhaps my server isn’t supporting a feature in apache like mod_rewrite?
Damn, that is enabled…
It’s almost like this isn’t working:
RewriteCond %{REQUEST_FILENAME} !-fTried enabling rewrite logging but I’m not seeing anything.
Forum: Fixing WordPress
In reply to: Links not working within a sub-dirthat works! I tried switching back to see if it solves it but no go.
So yes works with the default…. (Although the categories do not work, only posts)
Forum: Fixing WordPress
In reply to: Links not working within a sub-dirAll i get in the error log is that file does not exist… so it’s something with wordpress permalinks or something since it’s obviously not a file…
Forum: Fixing WordPress
In reply to: Links not working within a sub-dirNothing obvious, but I’m going to clear the log and check again after my DB update is done.
Forum: Fixing WordPress
In reply to: Links not working within a sub-dirYes, I went through that over and over. It’s very odd.
Forum: Themes and Templates
In reply to: Removing rel=next / rel=prev on next / previous linksOh now i understand the filter, it runs a function with the result from the previous!
Thanks.
Forum: Themes and Templates
In reply to: Removing rel=next / rel=prev on next / previous linksRegexp is a good idea iculd just do it in the template by getting the link and changing the output.
Im not sure how one could do this with a filter, if you have an example that would be great. I never really got my head around the filters.
Forum: Themes and Templates
In reply to: Removing rel=next / rel=prev on next / previous linksYes I removed them from the core file just as a temporary fix until I can find out how to remove the properly if possible…
I suppose I could write a custom function that redefines the core function?
I don’t know why we want to remove them. Our SEO expert seems to think they are bad for google, because google uses the rel fields in the header.
Forum: Requests and Feedback
In reply to: Sticky posts are always returned in a search!Nobody?
Forum: Requests and Feedback
In reply to: Sticky posts are always returned in a search!Okay… not a great solution but I added a check if it is sticky in the search results page. if it is sticky it doesn’t show it…. this will hide invalid hits but unfortunately hides valid ones as well!
Forum: Plugins
In reply to: Writing a plug-in — help pleaseThanks that is extremely helpful! And even easier than I thought it would be!
Forum: Fixing WordPress
In reply to: Taking forever to publish articleBUMP!
Forum: Themes and Templates
In reply to: <!-nextpage–> all on one page??I found the solution!
https://www.ugelow.com/2005/09/12/stewart-single-page-view/