nickioa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Front-End Login using PHPPerfect, thank you so much graphical_force. Your help is greatly appreciated! 🙂
Forum: Fixing WordPress
In reply to: Front-End Login using PHPWould you be kind enough to share the other methods with me? Mine didn’t end up displaying the | at all unfortunately.
Forum: Fixing WordPress
In reply to: Front-End Login using PHPThank you so much graphical_force, that has cracked it! Now I’ll spend some time figuring out how to make it appear like this:
Register | Lost Password?
I’m trying
echo '<a href="' . wp_registration_url() . '">Register</a>'; echo " | "; echo '<a href="' . wp_lostpassword_url( $redirect ) . '">Lost Password?</a>';Forum: Fixing WordPress
In reply to: Front-End Login using PHPThat’s correct, yes.
I’ve copied in the latest code, and now nothing displays for the
wp_login_form( $args ); wp_lostpassword_url( $redirect ); wp_registration_url();part (whereas before we had plain text as the picture in my last post illustrates).
Forum: Fixing WordPress
In reply to: Front-End Login using PHPThanks for responding! The Dashboard, that’s correct.
I’ve entered the new code into the widget, which results in this (Chrome):
Forum: Themes and Templates
In reply to: [Theme: Paperpunch] Sidebar widgets mis-alignedHaha, let me know :p
Forum: Themes and Templates
In reply to: [Theme: Paperpunch] Sidebar widgets mis-alignedflashbuddy, that worked a treat! Thank you very much for helping me out, the site looks a lot better now.