PerseidPress / Website

The current Word Press website
0 stars 0 forks source link

Swap in Outpassage into Recent Releases #21

Closed BillBarnhill closed 10 years ago

BillBarnhill commented 10 years ago

Add Reader of Acheron by Walter Rhein image and copy and Outpassage image and copy to "Recent Releases." [2/6 2:40PM email from Chris] *7

BillBarnhill commented 10 years ago

In the main page template, the reason Recent Releases was not working is because: $args = array('orderby' => 'title','order' => 'ASC','posts_per_page'=>'4','meta_query' => array('key' => 'wpcf-special-book','value' => '1')); should have been $args = array('orderby' => 'title','order' => 'ASC','posts_per_page'=>'4','meta_query' => array(array('key' => 'wpcf-special-book','value' => '1')));

BillBarnhill commented 10 years ago

Added private page http://www.theperseidpress.com/Recent-Releases/ to list posts with special book field checked (i.e. 1). There are currently 8, not counting the following ones to be added: Outpassage, The Reader of Acheron. This presents an issue as the shelf code will show 4 per line, so showing 10 will take 3 rows of shelves.

BillBarnhill commented 10 years ago

Implemented. Also see #31 , which addresses the lack of Amazon link currently.