Phần Post đã thiết kế xong chỉ cần sửa lại tempalte nữa là được
This commit is contained in:
@@ -323,7 +323,11 @@ We have implemented a WordPress-like static pages management feature at `/manage
|
||||
```powershell
|
||||
./gradlew bootRun
|
||||
```
|
||||
3. Open your browser and navigate to: [http://localhost:8080/manage/pages](http://localhost:8080/manage/pages)
|
||||
3. Open your browser and navigate to the Page Management dashboard: [http://localhost:8080/manage/pages](http://localhost:8080/manage/pages)
|
||||
4. Navigate to the Posts Management dashboards:
|
||||
- **All Posts**: [http://localhost:8080/manage/posts](http://localhost:8080/manage/posts)
|
||||
- **Categories**: [http://localhost:8080/manage/categories](http://localhost:8080/manage/categories)
|
||||
- **Tags**: [http://localhost:8080/manage/tags](http://localhost:8080/manage/tags)
|
||||
|
||||
### 2. Form Fields & Features
|
||||
When creating or editing a page (`/manage/pages/new` or `/manage/pages/{id}/edit`):
|
||||
|
||||
Reference in New Issue
Block a user