wordpresssmith
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Got it. For some reason, it wasn’t wrapping the message in the correct class. So I changed it:
function custom_login_message() { $message = "<p class='message'>Welcome, if you haven't already, you need to <a href='LINK'>request</a> to be accepted to alpha viewing.</p><br />"; return $message; } add_filter('login_message', 'custom_login_message'); ?>I had a similar issue and it was solved when I got rid of any spaces in my image names, e.g. changed Picture 01.jpg to Picture01.jpg.
‘<?php echo do_shortcode(‘[slideshow id=x w=width h=height]’); ?>’ works. I had another error!
Viewing 4 replies - 1 through 4 (of 4 total)