Forum replies created

    Spiros Doikas
    Spectator
    Posts: 48
    December 20, 2013 at 8:39 pm #8822

    This one works well, for post content only though.

    Email Encoder – Protect Email Addresses and Phone Numbers

    Spiros Doikas
    Spectator
    Posts: 48
    December 20, 2013 at 6:24 pm #8818

    One way or another, the e-mail is not protected by that method, I guess you may have to come up with something theme-integrated for the next version.

    Spiros Doikas
    Spectator
    Posts: 48
    December 20, 2013 at 6:22 pm #8817

    This line

    Code:
    ‘next_or_number’ => ‘number,

    was missing an apostrophe:

    Code:
    ‘next_or_number’ => ‘number’,

    The problem with this style though is that it does not indicate on which page one is (different style for current page) as it is done in category pagination.

    And if you check around on other themes, it is implemented just fine with number + Previous/Next.

    For example: http://demo.mythemeshop.com/clock/awesome-post-with-everything-with-it/2/

    (in fact the latest code I quoted was from that theme)

    Spiros Doikas
    Spectator
    Posts: 48
    December 20, 2013 at 2:49 pm #8814

    Hmmm, seems like the method http://www.wbwip.com/wbw/emailencoder.html works for a while, however when revisiting the page (or saving other settings?) it reverts to standard e-mail. This must be a wordpress issue which automatically converts entities (same happened when I used it in post area).

    Spiros Doikas
    Spectator
    Posts: 48
    December 20, 2013 at 8:56 am #8813

    No, the effect of adding the ‘alora’ bit is to ensure that localization works. When I removed it I had same results, only that they were in English.

    Spiros Doikas
    Spectator
    Posts: 48
    December 19, 2013 at 4:42 pm #8811

    I got to this:

    Code:
    <?php wp_link_pages(array(‘before’ => ‘<div class=”pagination”>’, ‘after’ => ‘</div>’, ‘link_before’ => ‘<span class=”current”><span class=”currenttext”>’, ‘link_after’ => ‘</span></span>’, ‘next_or_number’ => ‘next_and_number’, ‘nextpagelink’ => __(‘Next’,’alora’), ‘previouspagelink’ => __(‘Previous’,’alora’), ‘pagelink’ => ‘%’,’echo’ => 1 )); ?>

    But it only shows next and previous, no numbers and no <> symbols, grrr.

    Spiros Doikas
    Spectator
    Posts: 48
    December 19, 2013 at 2:49 pm #8810

    Yes! Thanks.

    Spiros Doikas
    Spectator
    Posts: 48
    December 19, 2013 at 2:29 pm #8806

    In fact, could we have the same pagination style as in category?

    3wov.png

    I tried to implement myself, but the code is quite different.

    Spiros Doikas
    Spectator
    Posts: 48
    December 19, 2013 at 12:34 pm #8805

    This was the result:

    gqsv.png

    Spiros Doikas
    Spectator
    Posts: 48
    December 18, 2013 at 11:41 am #8796

    The effect of that was just this (the > symbol):

    8a3u.png