- Download the latest Raspbian OS image, and burn it into a micro SD card using Etcher.
- Create a file "ssh" in the boot partition in your micro SD card, without extension! ( How to check file extensions? )
- Insert the freshly prepared micro SD card into Raspberry Pi.
- Power on Raspberry Pi.
- Plug in Ethernet cable, connecting the Raspberry to the Windows machine. Verify the lights of Ethernet ports are blinking.
- Open a
cmdwindow, and verifyping raspberrypi.localreturns "Reply from ..." - Open your favourite
ssh terminal(e.g. MobaXterm) and typessh [email protected], password israspberry.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| add_action( 'init', 'my_add_excerpts_to_pages' ); | |
| function my_add_excerpts_to_pages() { | |
| add_post_type_support( 'page', 'excerpt' ); | |
| } |