Published onJune 15, 2023How To Write Wagtail Page TemplateLearn how to write Wagtail page templates, use Django template syntax, and debug with PDB for efficient development.Read more →
Published onJune 15, 2023Create Stylish Wagtail Pages with Tailwind CSSLearn how to build Wagtail page templates with Tailwind CSS, Django template inheritance, and custom template tags for flexible layouts.Read more →
Published onJune 15, 2023How to use StreamField in WagtailLearn how to use Wagtail StreamField to build flexible, rich content structures and display them with Tailwind CSS typography.Read more →
Published onJune 15, 2023Wagtail Routable PageLearn how to create Routable Pages in Wagtail to handle custom URLs for categories and tags, enabling flexible blog navigation.Read more →
Published onJune 15, 2023Add Pagination Component to WagtailLearn how to add a pagination component to Wagtail using Django Paginator and custom template tags for better navigation.Read more →
Published onJune 15, 2023Customize Wagtail Page URLLearn how to customize Wagtail page URLs with date and slug, add canonical links for SEO, and optimize with Django cached properties.Read more →
Published onJune 15, 2023Add Full Text Search to WagtailLearn how to add full text search to Wagtail, display search keywords, and filter posts by category, tag, or date for better content discovery.Read more →
Published onJune 15, 2023Add Markdown Support to WagtailLearn how to add Markdown support to Wagtail, enable rich content editing, and highlight code blocks with Highlight.js.Read more →
Published onJune 15, 2023Add LaTeX Support & Code Highlight In WagtailLearn how to customize Markdown rendering in Wagtail, add LaTeX support with MathJax, and highlight code blocks for technical content.Read more →
Published onJune 15, 2023How to Build Form Page in WagtailLearn how to build flexible form pages in Wagtail, integrate Tailwind CSS, and enable email notifications with reCAPTCHA protection.Read more →