Core CPT: Open the Customizer and navigate to "Blog" – "Archive". Product Archives: Open the…
Editing WITH vi editor
To edit /etc/yum.conf with vi, run:
sudo vi /etc/yum.conf
- Press
ito enter insert mode and make changes. - Press
Esc, then type:wqand pressEnterto save and exit. - To exit without saving, use
:q!.
