Skip to content

Release v0.1.5

Compare
Choose a tag to compare
@ciaranmaher ciaranmaher released this 11 Sep 10:17
· 2 commits to master since this release

Have added an Option model.

Pull out site description
Option::where('option_name', 'blogdescription')->first()

Get a list of sticky post ids
Option::select('option_value')->where('option_name', 'sticky_posts')->firstOrFail()->toArray()