Forums
(@rmkbow)
14 years, 6 months ago
How did you setup the contact form so that the emails would contain the username and email?
14 years, 10 months ago
using html editor is fine, it doesn’t automatically change them into hyperlinks. it only occurs in the visual editor.
line 39 needs to be changed to if( ( is_single() || is_home() || is_page() ) && !is_feed() )
if( ( is_single() || is_home() || is_page() ) && !is_feed() )
it was missing
|| is_page()