Namesday Plugin

Posted in: Newspaper
Post count: 5

Dear Support team!

I need a help.
I would like to show actual names day in the TOP bar near the date.
I use plugin (name): International Names Day

Pludin use:
Usage

kgyt_nameday( [DISPLAY], [COUNTRY], [TIMESTAMP] );
display (boolean) – if true (default) the nameday is visible

country (string) – select two letter countrycode (hu, pl, no, se, dk, cz, sk)

timestamp (int) – set the date or timezone

Usage in posts

Print today’s Hungarian nameday:

<!– kgyt_nameday –>
or

Print today’s nameday from special country:

<!– kgyt_nameday COUNTRY –>
or

Print Hungarian nameday of special time:

<!– kgyt_nameday TIMESTAMP –>
or

Print customized nameday:

<!– kgyt_nameday COUNTRY TIMESTAMP –>
country (string) – select two letter countrycode (hu, pl, no, se, dk, cz, sk)

timestamp (int) – set the date or timezone

Examples

Print today’s Hungarian nameday:

<?php kgyt_nameday(); ?>
Get yesterday Swedish nameday:

<?php

$nameday = kgyt_nameday( false, ‘se’, time() – ( 3600 * 24 ) );

echo $nameday;

?>

Where should I insert the code?

Thank You for help!

Post count: 23312

Hello Gyuree8282,

Unfortunately, this type of plugin is not tested with our theme and we have no idea about the theme behaviour with this plugin, sorry! Please notice that we cannot provide support for untested plugins. If you are not aware of this plugin implementation in our theme, I suggest you contact the author plugin and ask him about this regard because he should be able to provide a more accurate response because he is the author of that plugin and maybe he will guide you on the right direction. So, if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!

Thanks for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.