javascript - Getting parse error message in wordpress -


त्रुटि संदेश प्राप्त करना: पार्स त्रुटि: वाक्यविन्यास त्रुटि, अप्रत्याशित '& lt;', उम्मीद '') '

मैंने अपने functions.php को संपादित किया है और मुझे इसे फिर से काम करने के लिए वापस नहीं मिल सकता। पता नहीं कैसे इसे रीसेट करें या यहां तक ​​कि वर्डप्रेस उपस्थिति और gt; संपादक & gt; Functions.php

यह हुआ होगा क्योंकि आपके द्वारा दर्ज कोड में आपके पास एक गलती है। इसे ठीक करने के लिए आपको functions.php फ़ाइल में किए गए परिवर्तन को पूर्ववत करना होगा। आपको इसे एफ़टीपी एक्सेस या कंट्रोल पैनल के साथ करना होगा।

functions.php फ़ाइल निम्न स्थान में पाई जा सकती है: [INSTALLATIONFOLDER / wp-content / themes / THEMENAME / functions.php

एक बार जब आप उस फ़ाइल को मिल जाए, उसे संपादित कर लें और आपके द्वारा किए गए बदलावों को पूर्ववत करें।

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

Installing croogo for cakephp -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -