• I would like to alter the layout of the page that displays a particlar book. I’ve gone into /wp-content/plugins/mooberry-book-manager and I see many .php files but which is the correct one to edit?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author mooberrydreams

    (@mooberrydreams)

    Hello,
    I’m sorry about the delay in response. Somehow your message got lost in the shuffle!

    There really is not an easy way at this time to change the layout of the page. Depending what you would like to do, you could use some custom CSS code to make changes.

    If that doesn’t work or to change just for a particular book, you would need to hook into the mbdb_book_content filter. Whatever is returned by that filter will be what displays on the page. The $book_id (ie $post_id) is passed into the filter so you can test for the book you want. You can find the code for the filter in \includes\class-mbm-book-cpt.php.

    Hope this helps!

Viewing 1 replies (of 1 total)

The topic ‘Full Width Book View Template File’ is closed to new replies.