sahilrajput03

Learn Wordpress Editing

- Src: https://youtu.be/RtXA60HewUw
# learned from above video:
# 0. To run contents of wordpress.zip file downloaded from wordpress.org you need to put it into `htdocs` directory and extract it to a folder names of your project say `mysite1`.
# 1. You can need to start apache and mysql server as wordpress needs it. You need to create a database named `mysite1` so wordpress can access it.
# 2. You can setup wordpress now by visiting: http://localhost/mysite1

TODO: Learn to run wordpress site run locally by downloading it via ftp first!

Getting <br/> tags added to the code when pasting code to code editor while creating/editing post/page in wordpress

Solution: Click here i.e,

<!-- wp:html -->Paste your code here<!-- /wp:html -->

Remove admin bar from the top of pages/posts for a user

image

image