TYPO3 EXT:blog Pagination Routing Enhancer

Configure TYPO3 routing enhancer for smart paging's speaking URL of blog TYPO3 extension.

TYPO3 EXT:blog Pagination Routing Enhancer

Configure TYPO3 routing enhancer for smart paging's speaking URL to blog TYPO3 extension.

Step 1. Open /sites/yoursite/config.yaml

Step 2. Add below routeEnhancers code

 

# Config.yaml
routeEnhancers:
  BlogPosts:
    type: Extbase
    extension: Blog
    plugin: Posts
    routes:
      -
        routePath: '/page-{page}'
        _controller: 'Post::listRecentPosts'
        _arguments:
          page: '/currentPage'
    defaultController: 'Post::listRecentPosts'
    requirements:
      page: \d+
    aspects:
      page:
        type: StaticRangeMapper
        start: '1'
        end: '1000'

Would you prefer a Ready-made template(s) or a Custom one for TYPO3?

  • FreeTYPO3 security audit & report
  • 35+Team of TYPO3 developers
  • 13+ Published free & premium TYPO3 templates
  • 15+Years of TYPO3 experience
  • 3Package plans are available for the TYPO3 security
TYPO3 Security Gig
TYPO3 Security Gig

Post a Comment

×