This website uses cookies to remember you and improve your experience. For more info see our Privacy Policy.

  • About
  • Websites
    • Business Websites
    • Author Websites
  • SEO
  • Portfolio
    • Author Web Design
    • Business Web Design
    • Custom Graphics
    • Logos
  • Services & Pricing
    • Author Website Packages
    • Website Hosting
    • Page Speed Optimization
    • SEO
    • Local SEO
  • MyBookTable
    • MyBookTable Support
  • Contact
  • Hire Us

Mobile Menu

  • Menu
  • Skip to right header navigation
  • Skip to main content

Stormhill Media

Custom websites for every type of business

Header Right

  • About
  • Websites
    • Business Websites
    • Author Websites
  • SEO
  • Portfolio
    • Author Web Design
    • Business Web Design
    • Custom Graphics
    • Logos
  • Services & Pricing
    • Author Website Packages
    • Website Hosting
    • Page Speed Optimization
    • SEO
    • Local SEO
  • MyBookTable
    • MyBookTable Support
  • Contact
  • Hire Us

Blog

Home » Blog

Canned response for free plugin customers

by Daniel Camomile · In: MyBookTable, Support · on Apr 10, 2020

Email support is only for our paying customers. If you are using the free version of one of our plugins you can get support in the WordPress.org help forums. Free Support Links: MyBookTable Support Forum MySpeakingPage Support Forum

Canned response for free plugin customersRead More

Category: MyBookTable, Support

code to change title My Books

by Daniel Camomile · In: Developer Resources · on Apr 10, 2020

The “About the Book” text can’t be changed with a single snippet as it’s part of the overview template. The will need to copy the ‘templates/single-book-singlecolumn/overview.php’ and  ‘templates/single-book-storefront/overview.php’ files to a new folder in their theme called “mybooktable”, to “<my theme>/mybooktable/single-book-singlecolumn/overview.php”, to “<my theme>/mybooktable/single-book-storefront/overview.php”, respectively. They can then change the About the Book text in those files. They can read more about this template system on the developer wiki here: https://github.com/authormedia/mybooktable/wiki/Template-System-Overview If it’s something that’s commonly requested to override, I can add a filter in the next update to make it easier to change.  

code to change title My BooksRead More

Category: Developer Resources

How to change display mode -indiv book and full bk page

by Daniel Camomile · In: MyBookTable, Support · on Apr 10, 2020

There are 2 styles of default display mode. It depends on if you are talking about individual books or the table of books. If the individual book – there are 2 modes Storefront and Beautiful Mode. Test them out. They are found under the Publish section of page – see screenshot You can also change the settings of all the pages at once with the buy button view and last of all you can set to grid view on your main book table page

How to change display mode -indiv book and full bk pageRead More

Category: MyBookTable, Support

How to disable Amazon link

by Daniel Camomile · In: MyBookTable, Support · on Apr 10, 2020

1) Make sure any link in the buy now button is removed 2) Make sure there is nothing in your amazon affiliate code either 3) If you have the latest version of MyBookTable the you have Paypal as an option. Just put your link in there and make sure all other button links are not added. 4) If you don’t have the latest version of MBT then you can still put your button code for paypal into the Book Details under the Text version. See example.

How to disable Amazon linkRead More

Category: MyBookTable, Support

Use MBT widget for other thing- ie Best Seller…

by Daniel Camomile · In: MyBookTable, Support · on Apr 10, 2020

If you have the MyBookTable wordpress plugin then you have already the widget you need. Just do the following: Go to widgets and find MyBookTable Featured book widget and drag and drop it to your sidebar widget section. See screenshot. Where it says Featured Books you can change it to Best Seller, coming soon etc. Whatever you want, then click Save. You can even use this same widget in different places with different titles.

Use MBT widget for other thing- ie Best Seller…Read More

Category: MyBookTable, Support

Featured book – choose manually steps

by Daniel Camomile · In: MyBookTable, Support · on Apr 10, 2020

Let me ask you to check on something first, before I look into this further. Did you follow these steps in choosing a book manually? 1. Click choose manually 2. Select book then click the ADD button right next to it. It will then show that that book is selected. THIS IS IMPORTANT 3. Then click Save.

Featured book – choose manually stepsRead More

Category: MyBookTable, Support

How can I add custom data to an amazon import?

by Daniel Camomile · In: Developer Resources · on Apr 10, 2020

MyBookTable has a custom JSON import/export tool you can access from MyBookTable > Import Books. You can find a description of the JSON schema on our developer wiki here. By the way, we support 13-digit ISBNs, we just pull the canonical ISBN provided by Amazon through their API when importing from there, which is often 10-digit for whatever reason. ~Tim https://github.com/authormedia/mybooktable/wiki/Custom-Import-Export

How can I add custom data to an amazon import?Read More

Category: Developer Resources

How to Sort Books

by Daniel Camomile · In: MyBookTable, Support · on Apr 10, 2020

Depending on the version you are using of MBT, there is a link at the top of the all books admin panel called Sort Books Click on that and then drag and drop your books in the order you want. You have several options Ascending/Descending or manual drag and drop – here is an example screenshot

How to Sort BooksRead More

Category: MyBookTable, Support

How to add affiliate buttons

by Daniel Camomile · In: MyBookTable, Support · on Apr 10, 2020

There is a great video that under the tutorials that shows step by step how to add affiliate. Go to main MyBooktable page on Admin and click more Tutorials. Follow the steps with that tutorial but then when you get to the part about setting up the code on MyBookTable setting. Do the following after you set up the affiliate info. Here is a screenshot of the updated look so you know where to put your info. I hope that helps.  

How to add affiliate buttonsRead More

Category: MyBookTable, Support

want button to go to Amazon not drop down page

by Daniel Camomile · In: MyBookTable, Support · on Apr 10, 2020

The best way to deal with this is change the mode to storefront on the book page on the right hand side go to settings on MBT and set it to not show shadow box anywhere. Those to things should give you the basic button and will go directly to Amazon.  

want button to go to Amazon not drop down pageRead More

Category: MyBookTable, Support

using non standard Buy buttons

by Daniel Camomile · In: MyBookTable, Support · on Apr 10, 2020

It looks like you are not using the standard MyBookTable Buy Buttons for your “Buy Now” button on that book, so we are unable to help with this issue. I would recommend contacting the support for whichever plugin or website you used to create this button. If you’re having trouble using MyBookTable Buy Buttons, you should try checking out the MyBookTable > Help page on your WordPress Admin Menu. There is a “How to add buy buttons” video there that should help you out. If you have further questions after watching that video, please let us know. Regards,~Tim

using non standard Buy buttonsRead More

Category: MyBookTable, Support

tag order question

by Daniel Camomile · In: Developer Resources · on Apr 10, 2020

Is there a way to specify that one tag should display in order of the date the book was added, but have the rest display normally? Use this code – it worked.function custom_mbt_pre_get_posts($query) {    if($query->is_tax(‘mbt_tag’) and $query->get(‘mbt_tag’) == ‘TAG SLUG GOES HERE’) {        $query->set(‘orderby’, ‘post_date’);        $query->set(‘order’, ‘ASC’);    }}add_action(‘pre_get_posts’, ‘custom_mbt_pre_get_posts’, 50);

tag order questionRead More

Category: Developer Resources

Removing Genre word from MBT title

by Daniel Camomile · In: Developer Resources · on Apr 10, 2020

Unfortunately there is no built-in way to do this in the plugin. However if you know a PHP developer that can help you make a tweak to your theme or are comfortable making a change to your theme’s functions.php file yourself, it is quite easy to use MyBookTable’s customization functions to change this by adding the following code to your theme: function mytheme_override_archive_title($output) { if(is_tax(‘mbt_genre’)) { $output = get_queried_object()->name; } return $output; } add_filter(‘mbt_get_book_archive_title’, ‘mytheme_override_archive_title’); ~Tim  

Removing Genre word from MBT titleRead More

Category: Developer Resources

Steps to adding MBT genres to different pages

by Daniel Camomile · In: MyBookTable, Support · on Apr 10, 2020

Great question! Yes, here are the steps how to do that. Step 1: Go to MyBookTable admin panel and go to Genre. (It works exactly like Categories for posts) Step 2: Add all the Genres you are planning on using on your site Step 3: Make a page that you want a certain genre of your book to be Step 4: On that page go to the shortcodes menu above the content entry section and click the insert shortcode button Step 5: Choose MyBookTable tab and then on the sidebar choose All Books in Genre Step 6: If you have …

Steps to adding MBT genres to different pagesRead More

Category: MyBookTable, Support

How to hide Buy now button from MBT widget on sidebar

by Daniel Camomile · In: MyBookTable, Support · on Apr 10, 2020

Here are the steps to keep the Buy button from showing on the widget: Step 1: make sure you uncheck Use shadow box for Buy Buttons on the widget and save Step 2: Go to the book page and under the buy now section make sure the text bullet is clicked and not button the update. This should make just the more info text show up like this screenshot.

How to hide Buy now button from MBT widget on sidebarRead More

Category: MyBookTable, Support

limit books displayed in genre – shortcode

by Daniel Camomile · In: Developer Resources · on Apr 10, 2020

  This is supported in the most recent version of the plugin but it hasn’t yet been added to the Shortcode Inserter as an option, that should be added soon.  

limit books displayed in genre – shortcodeRead More

Category: Developer Resources

Need to retrieve an old api key

by Daniel Camomile · In: MyBookTable, Support · on Apr 10, 2020

Before gumroad: Go to mywpengine and find https://my.wpengine.com/installs/authormediaapi Go to phpmysql click on database on side bar click on wp-mbt-api-keys be sure to have customer ID in order to find it.

Need to retrieve an old api keyRead More

Category: MyBookTable, Support

Changing where your book table page is located

by Daniel Camomile · In: MyBookTable, Support · on Apr 10, 2020

It sounds like you need to point the book table to another page. Here is how to do this. Try this. Go to MyBookTable setting and see the drop down menu. if you add a new page first then we can make that be where your book table is located. It doesn’t have to be called Book Table After you make the page – give it a title you want to use, then click on that from the drop down menu and save that as your book table page.  

Changing where your book table page is locatedRead More

Category: MyBookTable, Support

Setting up Kindle Preview

by Daniel Camomile · In: MyBookTable, Support · on Apr 10, 2020

Viewing draft edited by you 3 years ago Preview Draft Setting up Kindle Preview Here is a walk through using an example of how I use the Kindle preview. First it is only set to show the kindle version of the book. It is not set for regular books “look inside” like Amazon books, only Kindle. Go to the product description on Amazon for your book and look for the ASIN number Then go to the MBT book page Next to the book image put the code in that ASIN box under Book see options click on book samples Mkae …

Setting up Kindle PreviewRead More

Category: MyBookTable, Support

How to change the order of the books

by Daniel Camomile · In: MyBookTable, Support · on Apr 10, 2020

Just go to the list of Books on the admin dashboard for MyBookTable. At the top of the page you will see a link to sort books Just click on sort books and it will be a drag and drop. Move the book you want to the top and make any other changes you want and be sure to save changes. Then refresh your browser and see that it made the changes on your website.

How to change the order of the booksRead More

Category: MyBookTable, Support

  • « Go to Previous Page
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Page 5
  • Page 6
  • Interim pages omitted …
  • Page 10
  • Go to Next Page »

Site Footer

Quick Links:

  • Contact Us
  • Pricing & Services
  • Sitemap
  • Terms/Conditions
  • Privacy Policy
  • Business Websites
  • Author Websites
  • SEO Services
(903) 213-5266‬

Copyright © 2026 · Stormhill Media All Rights Reserved.
Website by Stormhill Media
Log in