Updating WordPress directory permissions
Use following commands for updating WordPress directory permissions chown -R username:workgroup . find . -type d -exec chmod 775 {} \; find . -type f -exec chmod 664 {} \;
Theres Light At The End Of Every Tunnel, Keep Moving
Use following commands for updating WordPress directory permissions chown -R username:workgroup . find . -type d -exec chmod 775 {} \; find . -type f -exec chmod 664 {} \;
Use function wpautop to format text with line with html content. It changes double line-breaks in the text into HTML paragraphs [php] [/php]