This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

International Namedays

توضیحات

This plugin displays namedays for different countries.

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;

?>

عکس‌های صفحه

  • Examples
  • See code in HTML output and in template…

نصب

Installation to [WordPress] (http://wordpress.org):

  1. Upload plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Edit your theme’s php files and insert the code like in description

سوالات متداول

Where are you get the nameday lists

From Wikipedia.

Can I offer a job for you?

Yes. Currently I am looking for a job.
Please don’t hesitate if you are my next boss… 🙂
Yes! Budapest.

نقد و بررسی‌ها

3 سپتامبر 2016
Excellent work. Thanks! Kitünően működik, köszönöm szépen!
خواندن تمامی 2 نقد و بررسی‌

توسعه دهندگان و همکاران

“International Namedays” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “International Namedays” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.