Овај додатак није испробан са последња 3 главна издања Вордпреса.Можда се више не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

Dynamic Year and Copyright Shortcode

Опис

This plugins allows you to keep the Copyright year of the website always updated by getting the current year and storing it in the shortcode [current_year].

There are three variations of this plugin’s shortcode

[current_year] – This shortcode displays the current year. Assuming that the current year is 2015 then the shortcode will display „2015“ (without quotes) wherever it is used.

[current_year_with_copyright_symbol] – This shortcode displays the current year with the copyright symbol to its left. Assuming the current year to be 2015 the shorcode will display „© 2015“ (without quotes) wherever it is used.

[current_year_with_copyright_symbol_and_title] – This shortcode displays the current year with the copyright symbol and site title to its left. Assuming the current year to be 2015 the shorcode will display „Site Title © 2015“ (without quotes) wherever it is used.

Shortcode Features Available

  1. Current Year
  2. Current Year with copyright symbol
  3. Current Year with copyright symbol and title

Снимци екрана

Постављање

Installing directly from wordpress backend

  1. Goto Plugins -> Add New
  2. Search for Dynamic Year and Copyright Shortcode
  3. Install and Activate the plugin
  4. Use the shorcode variations [current_year], [current_year_with_copyright_symbol] and [current_year_with_copyright_symbol_and_title] wherever you want.

Installing by uploading the plugin to wordpress

  1. Goto https://wordpress.org/plugins/dynamic-year-and-copyright-shortcode/
  2. Click on Download to download the plugin to your system
  3. Upload the plugin to wp-content/plugins/ using FTP or Cpanel and extract the zipped file
  4. Goto Plugins and Activate the plugin
  5. Use the shorcode variations [current_year], [current_year_with_copyright_symbol] and [current_year_with_copyright_symbol_and_title] wherever you want.

ЧПП

Installation Instructions

Installing directly from wordpress backend

  1. Goto Plugins -> Add New
  2. Search for Dynamic Year and Copyright Shortcode
  3. Install and Activate the plugin
  4. Use the shorcode variations [current_year], [current_year_with_copyright_symbol] and [current_year_with_copyright_symbol_and_title] wherever you want.

Installing by uploading the plugin to wordpress

  1. Goto https://wordpress.org/plugins/dynamic-year-and-copyright-shortcode/
  2. Click on Download to download the plugin to your system
  3. Upload the plugin to wp-content/plugins/ using FTP or Cpanel and extract the zipped file
  4. Goto Plugins and Activate the plugin
  5. Use the shorcode variations [current_year], [current_year_with_copyright_symbol] and [current_year_with_copyright_symbol_and_title] wherever you want.
How to display the current year with copyright symbol?

Please use [current_year_with_copyright_symbol]

How to display the current year with copyright symbol and title?

Please use [current_year_with_copyright_symbol_and_title]

Прегледи

28. јул 2018.
When you use any of the shortcodes, it gives the year in a div, which is a display-ed as a block, so it is in separate line. 🙁 It would be better in a block with display: inline-block CSS property. Nice idea, please fix it!
28. март 2018.
When you use any of the shortcodes it sets the code on separate lines, so you cannot use current year within any text as it applies line breaks. Secondly, instead of displaying the copyright symbol, it displays the word &copy which is almost the code for the copyright symbol but not quite…! Nice idea, poorly implemented
6. фебруар 2018.
Great replacement for the Automatic Copyright Year plugin, which seems to have been abandoned 🙁 However, it interfered with the footer widget text styling (which the Automatic Copyright Year widget did not), and I had a deuce of a time figuring out how to correct it. In the end, I styled div.dcywrapper in Additional CSS for the shortcode output, then had to manually style the line below it (all rights reserved) as a separate span in the HTML widget. Ergo, 4 stars instead of 5. But still, thanks for helping me resist the temptation to run an unmaintained plugin because there is no replacement 🙂 Don’t know why WordPress doesn’t just add an automatic copyright shortcode to the built-in WordPress shortcodes. It’s something everyone needs, and would make it harder for hackers to identify neglected sites.
3. септембар 2016.
Exactly what I needed. It is also light weight and so doesn’t add up to the resources at all.
Види свих 5 прегледа

Сарадници и градитељи

„Dynamic Year and Copyright Shortcode“ је софтвер отвореног кода. Следећи људи су допринели овом додатку.

Сарадници

Преведите „Dynamic Year and Copyright Shortcode“ на свој језик.

Заинтересовани сте за градњу?

Прегледајте код, проверите SVN складиште или се пријавите на белешку градње преко RSS-а.

Белешка о изменама

0.1

  • Initial version