philbertdezwart
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Really simple …] Twitter additional text not showing upI figured it out myself: WordPress messes up the twitter javascript scriptlet, by inserting
at the end of the lines (grrr!)
Twitter then defaults to the page name and the page title.I solved it using the “WP Unformatted” plugin.
Forum: Fixing WordPress
In reply to: htaccess url rewrite one query stringJames,
I’m looking to do almost the same thing.
What I did was use the WP Rewrite functionality. See:
https://codex.wordpress.org/Function_Reference/WP_RewriteI pretty much reused the first example, but with a different querystring parameter (i.e. not ‘id’)
It almost works. The proper WordPress Page is loaded, however, when I ask PHP for the querystring, it isn’t there, the $_SERVER[“REQUEST_URI”] just has the clean URI and not the rewritten URI with the querystring.
I solved this by just parsing the querystring proper myself, but I wonder where the querystring went.
Forum: Plugins
In reply to: [Redirection] [Plugin: Redirection] htaccess will not publish/updatebtw, it is /models/htaccess.php, not /modules/htaccess.php
Forum: Plugins
In reply to: [Redirection] [Plugin: Redirection] htaccess will not publish/updateThanks! It took me a while before I found this post, but this fixed it.
Please note that after performing this code fix, you have to delete and recreate all your redirects for them to work.