• Resolved veraapoes

    (@veraapoes)


    I’m looking for a plugin that would let me enter a shortcode inside a post (or page, doesn’t matter) so it could update in all the pages when I edit it in 1 place.

    For example: I have a few places where the current year is published. I kinda need to update this every year, and sometimes I forget one etc.
    I also have a few places where I have a number (it’s a price that people need to pay) but it also can change from year to year.

    So, does anyone know something like this? ??

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Don’t know if there is a plugin for that. But I doubt it.

    For the current year, I whould use a simple javascript that you can add in the post/page where it need to be.

    <script type="text/javascript">
      document.write(new Date().getFullYear());
    </script>

    For the price I would use the Table Generator.
    You can add the shortcode to any post or page and if you need to update it you only need to go to the settings menu of the plug-in.

    I did it in the beginning, now I use the Events Manager plugin for a price that people have to pay per event.

    Hopes this helps.

    *edit*
    Als ik me niet vergis ben je ook Nederlandstalig moest het niet duidelijk zijn in het Vlaams kan ik het beter uitleggen dan in het Engels.

    Thread Starter veraapoes

    (@veraapoes)

    I understand it just fine thank ^^

    Yeah I use the Event Manager too. But the price thing is on a few pages and it’s the membership fee. It’s not a huge amount of numbers I need to edit each year but it would be easier if i can do it in 1 go ??

    Great, sometimes I wonder If I explain myself correctly in English.

    I would use the Table Generator plug-in for the price thing. One table with the price, you place the shortcake in all de post or pages necessary and you have only to update the Table Generator plug-in.
    Or you could use the WordPress Newsletter Plugin

    And for the membership fee you create a paid newsletter with a annual renew.
    Currently experimenting with this idea myself.

    Thread Starter veraapoes

    (@veraapoes)

    I think I found something that could work.

    It’s called Shortcoder.

    Great!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Is there a plugin for this?’ is closed to new replies.