Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author tugbucket

    (@tugbucket)

    If you read the changelog you’ll see that the newest version does not support the old hardcode and only supports the use of the shortcode:

    v10.0 – Removed the old hardcode version completely.

    If you were still using version 3.x, your version was over two years old.

    If you really need to manually add the code to a page, look at:

    https://css-tricks.com/snippets/wordpress/shortcode-in-a-template/

    Thread Starter alexandratong

    (@alexandratong)

    My wordpress version is 3.4.
    I’m using the latest plugin version.
    Thanks for the trick I ll use the short code

    Sorry, I’m not sure how to actually apply the information that you have provided.

    Do you mean that the shortcode should appear like this:

    <?php echo do_shortcode('[mctagmap columns="3" more="more!" hide="yes" num_show="999"]'); ?>

    TIA!

    Plugin Author tugbucket

    (@tugbucket)

    if you add the shortcode through the admin panel it would look like eg:

    [mctagmap columns="3" more="more!" hide="yes" num_show="999"]

    If you are wanting to add the shortcode to a file (post.php, page.php, etc) then you should do:

    <?php echo do_shortcode('[mctagmap columns="3" more="more!" hide="yes" num_show="999"]'); ?>

    Thank you so much for your fast response.

    When I use the shortcode (with WP 3.4.1) in the admin panel, I get the following error message:

    Fatal error: Call to undefined function mb_strtoupper() in …/wp-content/plugins/multi-column-tag-map/mctagmap.php on line 150

    That’s why I thought I wasn’t understanding how to use the shortcode (which I’ve been using for a long time). I’m using the latest version of the plugin.

    Is there something else that i can do to enable the plugin? Thanks!

    Plugin Author tugbucket

    (@tugbucket)

    lynsuzy,
    I talked with you and we have your issue solved.

    alexandratong,
    Is your issue fixed? Can I mark this topic as resolved?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Multi-column Tag Map] tag map not working after upgrade to 3.4’ is closed to new replies.