duck1123
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: You want to download the docs ? You can now.I know you’ve decided to kill this off, but did you ever look into getting raw xml data from the codex and using xsl to transform it into a pdf file? It may take a little bit of work, but you could write a script that compliles a new help document at given intervals.
There may be other factors I’m missing here.
Forum: Plugins
In reply to: Intercept login check for commentsI’m actually building off his code. He has the same problem that I am having, that’s why I posted this here.
Forum: Themes and Templates
In reply to: String Replace with the_content()Thank you very much for that tip. That was exactly the reason I didn’t want to have to edit ‘the_content()’ directly. Using your example, I was able to write my plugin. It took a little bit of modification, but everything is working exactly how I want it to. (And I won’t have a headache if I ever upgrade. )
Time to go write more plugins…Forum: Themes and Templates
In reply to: String Replace with the_content()I’d just like to say, I found where ‘the_content()’ is located and made the required changes. (it’s “wp-includes/template-functions-post.php” if anyone is wondering.) It is now working properly.
I’m still open to suggestions on how to better do this, but it’ll work for now.