When user login then how change the login button text in wordpress? | Login button ka text change kaise kre wordpress mein?

 When user login then how change the login button text in wordpress?/ जब उपयोगकर्ता लॉगिन करता है तो वर्डप्रेस में लॉगिन बटन टेक्स्ट कैसे बदलता है?

1. Wordpress does not provide directy option that changed login button text when user loged in.
वर्डप्रेस सीधे विकल्प प्रदान नहीं करता है, जब उपयोगकर्ता लॉग इन करता है तो लॉगिन बटन टेक्स्ट बदले |

2. So in that condition we are using a some line of code, which is help to change the button text.
तो उस स्थिति में हम कोड की कुछ पंक्ति का उपयोग कर रहे हैं, जो बटन टेक्स्ट को बदलने में मदद करता है।

3. You just follow number of steps , which help to change button text in wordpress.
आप बस कई चरणों का पालन करें, जो वर्डप्रेस में बटन टेक्स्ट को बदलने में मदद करते हैं।

Steps for change the login button text in wordpress/  वर्डप्रेस में लॉगिन बटन टेक्स्ट 

बदलने के लिए Steps

1. First need to login your dsahboard, then find the login class./ सबसे पहले अपने dsahboard में लॉगिन करना होगा, फिर लॉगिन class खोजें।

login-button-text-in-wordpress?


This login class appear in body tag./ यह लॉगिन class बॉडी टैग में दिखाई देता है |

2. Install Custom CSS and Js plugin/ इंस्टॉल Custom CSS and Js plugin.
This plugin help to add jquey, javascript or CSS in wordpress./ यह प्लगइन वर्डप्रेस में jquey, Javascript या CSS जोड़ने में मदद करता है।
3. Add Following jquery code:/ निम्नलिखित jQuery कोड जोड़ें:

jQuery(document).ready( function( $ ) {
 $(".logged-in .login-button").text("PROFILE");
} );


.login-button is a button class. 

Output:

login-button-text-change-in-wordpress


Previous
Next Post »

Please do not entering spam link in the comment box ConversionConversion EmoticonEmoticon