Some of you have asked about adding Ads/Banner between paragraphs in a Text Chapter (or Web Novel content). It’s quite easy using “the_content” filter. It’s too small so we don’t want to create an add-on for this feature. So here you are, the code. You can place this custom code in your child theme functions.php…

Some customers ask for the ability to add banners between chapter images. We do not want to add an option for that in the theme, but leave a way to hack that. It’s the hook ‘madara_after_chapter_image‘ that you can use. Here’s the guide. Put this code your  child theme functions.php file The above code will…

As few customers ask, is it possible to count views for chapter? Well, we intend to develop a plugin for that, but it is time consuming so I wrote a guide on this blog first. It just take few minutes to understand and implement the code. If you don’t understand about coding, this is the…

In 1.5.1.4, we release a feature to allow setting up a “All Manga (A-Z)” page which lists all mangas in alphabetical order, as you can see here: http://demo.mangabooth.com/all-manga-a-z/ I know some may ask what if I do not use English? The latin characters will not work for you, right. Don’t worry. We already think about that….

An unexpected situation: Option Tree is removed from WordPress.org. Just so you know, Madara uses Option Tree plugin for its Theme Options panel. For unknown reason, since  06.11.2018, it is removed from WordPress.org. We don’t know why, but as far as we know, it is working stable without problems. So why we find an alternative…

We put a lot of effort to improve the performance of Madara since 1.5. And now, coming 1.5.0.4, you can feel significantly changes in loading speed of all pages. What we do? Poorly written and unnecessary queries are removed JSON data (for manga and chapter storage) is now moved into database, so queries are much…

Madara is the first and complete solution for building a Manga site on WordPress. It is fast, robust and extensible. Data is stored on the cloud, which you can choose from Amazon S3, BlogSpot or Imgur. Of course, you can store data on your site as well. It has modern design and features such as…

In this version 1.1, members can edit their own manga and upload new chapters. Now you can build a community for translators and allow them to manage their works. You can download your updated version in your account page https://mangabooth.com/my-account/downloads See more information about the plugin here: Manga – Member Upload

We are happy to announce that Madara 1.2 is released today with these updates: #Add: Custom Badge feature (ex. Spoiler tag) #Add: floating/side ads #Add: shortcode to display all chapters for a single manga #Update: option to allow comments on chapter, instead of manga #Update: support Disqus comments #Update: add text domain for translation in…