Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi @mare13ki,

    Sorry for the long post and thank you in advance.

    Don’t worry about it. I actually like it when users explain things in detail haha.

    I can’t display posts tags …

    This should help: Display Tags and Author image.

    … how can I change the Date format when using shortcodes?

    You have two options here:

    • Use the stats_date_format parameter to set your desired date format (eg. stats_date_format="Y-m-d") (see Parameters).
    • Set the date format via /wp-admin/options-general.php.

    just one recommendation if you don’t have it already – when adding {url} parameter, it would be great if we could add it like <a href="{url}">READ MORE</a>

    That should work actually.

    Plugin Author Hector Cabrera

    (@hcabrera)

    By the way, you have an extra double quote in your HTML code:

    <a class="pp-read-more" "href="{url}">Read the Blog</a>

    It should be:

    <a class="pp-read-more" href="{url}">Read the Blog</a>

    Thread Starter Mare13ki

    (@mare13ki)

    Hi Hector, great, everything works fine now!

    Ohh, that is why my Read Mor didn’t work… 🙂

    *Just one note, I know that you can change the Date format in WordPress settings, but most of the plugins ignore those default WP Settings including this one (at least on my side), so I had to add those additional parameters to the shortcode.

    Anyway, I have everything I needed now, thank you for your help!

    Plugin Author Hector Cabrera

    (@hcabrera)

    *Just one note, I know that you can change the Date format in WordPress settings, but most of the plugins ignore those default WP Settings including this one (at least on my side), so I had to add those additional parameters to the shortcode.

    Ah, I see what happened here.

    When you change the date format via /wp-admin/options-general.php the widget needs to be saved again so it picks the new format date. Just make sure you selected the new format before saving and it should work 🙂

    Oops, you’re using the shortcode and not the widget. It should work nonetheless but glad you were able to sort it out!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Display Post tags / Date format’ is closed to new replies.