Support » Plugins » Does this plugin exist?

  • Does this plugin exist?

    I’m looking for a plugin that will create a backend where you can create fields of data (examples: name, address, ID#, phone number, company name or any misc. data).

    Each of these pieces of data will have a correlating tag (example; <?php plugin-name(phone-number); ?> ) that can be placed anywhere in a theme template and will then populate the corresponding data from backend whereever the tag is placed….

    This means you could place the tag “<?php plugin-name(phone-number); ?> ” in the footer and header and then whatever phone number has been placed in backend will then populate in the footer and header… this would enable users to change the information populated within the theme from the dashboard without having to edit the theme!
    Any feedback appreciated!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Trace

    (@diesel12)

    Hmmm. I like that but that is a directory…. I’m just looking to insert specific pre defined tags through out a theme. These tags can then display info as it is entered in dashboard…

    <?php plugin-name(phone-number); ?> is placed into theme wherever the phone number is to be displayed.

    Phone number is entered into dashboard admin page and can be changed at will through dashboard….. so that user never has to edit phone number directly in the theme itself…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Does this plugin exist?’ is closed to new replies.