Results 1 to 1 of 1

Thread: How to bold login hyperlink

  1. #1
    Thread Starter
    leaddog's Avatar
    Join Date
    May 2013
    Location
    United States
    Posts
    64
    Thanks
    1
    Thanked 0 Times in 0 Posts

    How to bold login hyperlink

    So, when people are looking at a listing they are unable to review it unless they are logged in. when they are not logged in, they see text that says "please login to add your review". How do I either change this whole line to a hyperlink to the login.php or bold the word 'login'.
    The file I am seeing all of this in is 'single-listing.php' The bit of coding that I don't know how to edit correctly is here
    Code:
    <?php elseif ( !is_user_logged_in() ) : ?>
    		<p>
    			<?php printf( __( "Please %s to add your review.", APP_TD ), html_link( wp_login_url(), __( 'login', APP_TD ) ) ); ?>
    			
    		</p>
    		
    	<?php endif; ?>
    I've tried just inserting words in there via html code, but that didnt work. I am not very familiar with php..
    Also, I am having trouble with this file via child theme. I put it in my child theme's directory, but nothing changes when i edit the file.
    Can anybody help with any of this?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Parent Category in Bold
    By ahayes183 in forum ClassiPress General Discussion
    Replies: 14
    Last Post: July 19th, 2014, 06:07 AM
  2. Classipress Menu Bold
    By mkjska in forum ClassiPress General Discussion
    Replies: 2
    Last Post: May 27th, 2013, 09:33 AM
  3. Bold text when not signed in
    By Bredvig in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: September 7th, 2011, 02:39 PM
  4. hyperlink image
    By tbase in forum JobRoller General Discussion
    Replies: 7
    Last Post: April 21st, 2011, 09:39 PM