afacerov
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp_die () themedIn other words I want a styled error page like the 404 page that comes with the twenty eleven theme to keep constancy.
Forum: Fixing WordPress
In reply to: wp_die () themedIt is part of the comment form errors handled by WordPress. Found in wp-comments-post.php.
What happens if that if you don’t sign into either Facebook or Twitter that error gets displayed.
You can go to http://www.tangoindulgence.com/beta/2012/06/27/hello-world/ to see exactly what I mean if you don’t sign in.
Forum: Fixing WordPress
In reply to: wp_die () themedHow would I do that ? ( sorry I’m new to this, and I wasn’t able to find anything on google to style error pages or switch what page to display when you have a comment error on WordPress )
To be clear I just want it to show the theme. To keep consistency. But I do want that title and message to appear.
Forum: Fixing WordPress
In reply to: wp_die () themedEsmi, sorry I wasn’t clear. I did that, that’s my working progress. That is what I want it to have, that works. The thing I have not been able to figure out is how to load the twenty eleven theme when wp_die gets displayed.
Forum: Fixing WordPress
In reply to: wp_die () themedBTW.
Right now the wp_die code looks like this:wp_die( __('Please use Facebook or Twitter to post comments'),('Please sign In | Tango Indulgence'),('back_link=true') );