from this picture i want to change "Recent Blog Entries" to just "Blog" how to make it guys, or what command i need to run, there is no edit button there (thats like usually showing in table edit)
Run this query to update, it is better to keep the backup of the table before running this query. UPDATE zp_entemodule_link SET title = 'Blog' WHERE title = 'Recent Blog Entries' Code (markup):
UPDATE zp_entemodule_link SET title="Blog" WHERE title="Recent Blog Entries" Code (markup): That'll do it, but with 30,000+ rows it will probably take 5-10 minutes to run if you are on a shared host.
ah i am sorry, maybe there is problem with my connection or in dp server before so its post in two thread, i will tell mod to delete the other thread thank you for your answer thought