Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author swergroup

    (@swergroup)

    Sorry for settings, but we couldn’t avoid it: the original plugin was used in so many ways beyond its concept that we couldn’t find a single way to solve everything.

    Can you please share a little more about your setup and the way you used the plugin? We’re going to update it a lot next days, as soon as we learn more about the way it was used.

    Thank you!

    Thread Starter Mon Lebarfá

    (@trucoto)

    Sure. Basically, I have a WordPress site that has both static pages and blog posts. Blog posts have categories, but if you click on the category name to see all posts related to that category, you get a list sorted by descending date, not a really good list if there are a lot of posts, and plus you don’t get static pages, only blog posts. So I setup some static pages to work as better indexes to some of those categories. For example: I often publish short translations of literature in the blog part. I have some other, longer translations in static pages. The category is “translation”, so if you happen to stumble upon some of my translations through Google and want to see more, clicking on “translation” won’t be a good start. So I built a better index for the translations, separating the authors, genres, etc., and used the previous plugin to display a link to that static page before all the blog posts when you click on that category, i.e.: “use this index if you want a comprehensive list”.
    You can see it at work, if you don’t mind some Spanish, at https://seikilos.com.ar. See what happens when you click on the “Traducción” category on the right panel: a list of blog translations. See what happens when you click on “Traducciones” on the upper bar: a sorted list, a better list. Now go back in time to 2010, at https://web.archive.org/web/20100108100320/https://seikilos.com.ar/seikilos/ and click on the same category, “Traducción”. You will see that first of all the blog entries you have a “Resultados sugeridos” (suggested results) with an “Indice de todas las traducciones del sitio” (Index to all translations of the site) and then “Resultados de la búsqueda dentro del blog (Results of the query within the blog entries). So any person that wants to see more of “translation” gets first of all a good index of translated texts, and then if he wants can browse the blog category list, where he/she may find perhaps musings about translation, casual notes, etc.
    I hope it is all clear ??
    Thank you for your work and for answering immediately!

    Plugin Author swergroup

    (@swergroup)

    Can you please tell us what template tag or shortcode you were using to achieve that? Did you made it with the category ? page menu link or the edit page box?

    That part of the plugin isn’t working at now, we’re rewriting it as well and it should be released in the next days. We are moving this plugin from tag based upgrades to a “rolling release” until it’s fixed.

    Thread Starter Mon Lebarfá

    (@trucoto)

    I am almost sure I did it with the category > page menu link, it’s been a long time ago when I did that for a handful of recurring categories. Thank you again, I’ll wait for the updates.

    Plugin Author swergroup

    (@swergroup)

    Thank you for your feedback. You were using the first – and less used – feature of that plugin and we really missed that for this 3.0 release, sorry for that. We’re writing that code right now so watch out for 3.1.

    As a temporary fix, you can clone your archive.php or category.php and take advantage of WP template hierarchy: you can create a category-<category_name>.php file and place a [showsingle] shortcode as a template tag. Hope it helps.

    I am very frustrated. I had a beautiful site that was working but now it is a mess. I used “Category Pages” to sort my many posts on to pages.
    I have tried to enter your shortcode but it is not pulling posts from just the category I have chosen. Please visit https://mwgerard.com/book-reviews to see and example. This is what has been written:

    Choose from the list of reviews below:
    [showlist catid=”cineastesbookshelf” lenght=”10″ listclass=”” excerpt=”” wrapper=”true” wrapperclass=””]

    But it is simply listing all of my posts, in all categories.
    Would you consider reposting the old plugin for those of us who wish to still use it?

    Thank you.

    Plugin Author swergroup

    (@swergroup)

    Sorry to hear it, even if this risk was stated clearly in the upgrade notice as well in the plugin description. You can download the old 2.5 version from here:

    https://downloads.www.ads-software.com/plugin/page2cat.2.5.zip

    Before downgrading, please note: 2.5 version is unsupported.
    Make sure to have a backup of everything.

    Plugin Author swergroup

    (@swergroup)

    About the shortcode: catid is supposed to be a category ID instead of a slug, while empty attributes can be omitted, as they will revert to default values.

    Your shortcode should look like that:
    [showlist catid="<ID-of-cineastesbookshelf-category>" lenght="10" wrapper="true"]

    We’ll update documentation to clarify that.

    Plugin Author swergroup

    (@swergroup)

    Out now version 3.0.1, should fix both issues.
    Let us know if it works for you, thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘New version’ is closed to new replies.