silverstripe-blog | Blog module for SilverStripe CMS | Content Management System library
kandi X-RAY | silverstripe-blog Summary
kandi X-RAY | silverstripe-blog Summary
Blog module for SilverStripe CMS
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Overrides the default settings form
- Get the description of the current filter
- Generate HTML fragment for this GridField
- Get all tags for this blog
- Get the archive
- Returns true if this comment can be published
- Get column content
- Searches for the children of this node
- Get the categories .
- Validate this blog
silverstripe-blog Key Features
silverstripe-blog Examples and Code Snippets
Community Discussions
Trending Discussions on silverstripe-blog
QUESTION
I have a Silverstripe 3.1 site setup and using the silverstripe-blog
module. I have changed my BlogHolder.ss
template to display 12 blog items instead of 10 using this code:
ANSWER
Answered 2017-Sep-28 at 17:21Go into the admin, and click on the BlogHolder page. Now go to settings and update the field for Posts per page
QUESTION
I am using the silverstripe blog module: https://github.com/silverstripe/silverstripe-blog
I have blog posts looping out like so:
...ANSWER
Answered 2017-Jul-21 at 06:41I guess you found the solution yourself... Looking at the code, $BlogPosts
gets all child pages - unfiltered. $PaginatedList
grabs prefiltered posts by category when you're in the category action in Blog_Controller. The simplest solution would be just to use $PaginatedList, that's how it's supposed to use.
But you might get the $CurrentCategory
from the controller and loop over its $BlogPosts
relation like
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install silverstripe-blog
PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page