Manga+Press

Sun 11 Mar 2012

Manga+Press 2.7 RC 1

It’s been quite a journey. From when I first thought that this version was vaporware and that I’d never get it finished, to releasing the beta and now finally, the release candidate.

Yes, Manga+Press 2.7 RC 1 is available for download, or you can download it from the WordPress Plugin Directory [here].

Also means that it’s more than time for me to update the Help Docs and the Download page.

Sun 11 Mar 2012

mangapress_comic_navigation

Description:

Generates an unordered list of links for navigating between comic posts. Should be used inside a loop.

Usage:

<?php mangapress_comic_navigation(); ?>

Parameters:

  • $query (WP_Query) WP_Query object.
  • $args (args) Navigation output arguments
  • $echo (boolean) Specifies whether to echo comic navigation or return it as a string. Defaults to true.

$args Parameters:

  • $container : Wrapper tag for comic navigation. Defaults to nav. Use false for no container.
  • $container_attr : Attributes for container tag. Can be used for setting custom IDs or classes. Defaults to array(‘id’ => ‘comic-navigation’).
  • $items_wrap : Navigation items wrapper. Defaults to <ul%1$s>%2$s</ul>. Can be useful for those situations when you don’t want the navigation to be an unordered list.
  • $items_wrap_attr : Same as $container_attr.
  • $link_wrap : Wrapper tag for navigation link. Defaults to li.
  • $link_before : Content before navigation link (but inside tag specified by $link_wrap).
  • $link_after : Content after navigation link (but inside tag specified by $link_wrap).

Fri 9 Mar 2012

Manga+Press 2.7 Beta 3

New version of Manga+Press 2.7 out. This release corrects a missing template bug when viewing single comics, a bug that can crop up if the “Use theme templates” options are enabled, as well as a few undefined variable warnings with WP_DEBUG turned on. You can download the new release from [here] or from the WordPress Plugin Directory.

Tue 28 Feb 2012

Manga+Press 2.7 Beta 2

New version of Manga+Press 2.7 out. This release corrects some bugs that were found by myself and other reporters. You can download the new release from [here] or from the WordPress Plugin Directory.

Wed 22 Feb 2012

Manga+Press 2.7 Beta download

I just released Manga+Press 2.7 Beta to the WordPress plugin repository. Be warned that it is a beta version so there may be bugs. Also, there are some features that are not enabled in 2.7, namely the template overrides for the Latest Comic- and Comic Archive pages. If you find any bugs, please let me know here on the blog, or [here].

Here it is: Manga+Press 2.7 Beta. It is a beta version, and there are a few bugs but it’s getting pretty close to a release version. Don’t want to give out an eta, but I’m guessing by the end of March or middle of April, there should be a final release version ready.