Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter dipanshud54

    (@dipanshud54)

    Add the A-Z Site Map widget to a sidebar or use <?php the_a_z_widget(null, array(‘post’ => get_page($id))); ?>

    where i put this code??
    please explain me step by step in detial

    Plugin Author Dani Llewellyn

    (@diddledani)

    Hi,

    The easiest way to get-started without messing with PHP/Theme code is:

    1. Create a new “Page” with [a-z-listing] inside as the body content.
    2. Save the page.

    The A-Z Listing will appear on that page when viewed as a visitor. If you want to link to the listing from every page of your site then you can add the A-Z Listing Widget into a widget-area/sidebar by navigating in your admin to the Customizer (appearance->customize) and selecting the “Widgets” heading on the left followed by a widget-area and adding the A-Z Listing widget to the list. You can select the page with your shortcode in the widget settings when you’ve added it to the sidebar/widget-area.

    For help using the customizer see Appearance_Customize_Screen

    Thread Starter dipanshud54

    (@dipanshud54)

    okay thanks for reply

    not working, my A-Z list not show at all

    https://www.tanyadokter.id/test-listing/

    [a-z-listing]
    [a-z-listing post-type=”page”]
    [a-z-listing post-type=”post”]

    [a-z-listing column-count=1 minimum-per-column=10 heading-level=2]

    Plugin Author Dani Llewellyn

    (@diddledani)

    @vapbulous, I think your page is incomplete; it appears that PHP died part-way through generating the output. Could you try to check the Web Server “error log” to find the message explaining what went wrong?

    ok i will try

    Plugin Author Dani Llewellyn

    (@diddledani)

    Hopefully we can figure it out together, and get you running ??

    already go to cpanel — metrics — -error, nothing on there. i think it’s very weird, ?? i try to changes my theme to twenty fifteen, deactive all plugin except your az list. still like that.

    oh i see it! now the https://www.tanyadokter.id/test-listing/ showing that messages
    i just turn my PHP version from 5.6 to 5.5

    Fatal error: Call to undefined function mb_split() in /home/tanyadok/public_html/wp-content/plugins/a-z-listing/partials/class-a-z-listing.php on line 167

    do u have idea why this error happens?

    Plugin Author Dani Llewellyn

    (@diddledani)

    ok, that is specific to my plugin. the mb_split function is to cope with international letters. If you have the ability to turn on PHP “modules” you need to find the one called mbstring and turn it on. If you don’t have the required access to do so, your web host might be able to help out.

    Unfortunately, I can’t think of a way to do the same thing that mb_split does in the plugin without this module enabled. ??

    ok i’ll try now clever man ??

    yeay!!! it’s work! i just use php 5.6 and turn on MBSTRING wowww. u clever!! why? how can u do that?? THANKS A LOT I’M SO HAPPY NOW

    Plugin Author Dani Llewellyn

    (@diddledani)

    I’m glad it is working for you ??

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘How to use it???’ is closed to new replies.