Posts

Showing posts from 2021

How to fix file and folder permissions for a wordpress website ?

  How to fix file and folder permissions for a wordpress website ? The files and folders of a wordpress website should have proper permission to work the site properly All the folders should have 755 and all files should have 644 permissions To fix this via a Terminal we we can use these command sudo find public_html -type d -exec chmod 755 {} \; sudo find public_html -type f -exec chmod 644 {} \; this will fix the issue
Steps of Mail-Merge Type Document and save Mailing Menu Start Mail Merge Step By Step Mail Merge Wizard Use the Current Document Select Recipients Type a new list then create or use an existing list Type all address here and press OK Then save the list in which drive you would like to save. Insert Merge Fields Then press preview result and click on Next record for No-2 address     SHORTCUT KEYS F1 - Displays Help window. F2 - Renames currently highlighted object. F3 - Displays the window search dialogue ...