Need pages with same names in multiple subdirectories

It sounds like you’ll need to create the page templates with filenames such as tpl-calculator-1.php, tpl-calculator-2.php, etc. You then make sure to put a comment at the top of each template to give it a user-friendly name that will appear in the Editor: <?php /** * Template Name: Events Thank You */ Files named this … Read more

@font-face Paths Don’t Seem to be working properly

I had an issue like that in the past, and the solution was so easy that was impossible for me to see, my code was exactly as yours and I had to change it to it… hope you have the same luck. @font-face { font-family:’Fertigo_PRO-webfont’; src:url(‘fonts/Fertigo_PRO-webfont.eot’); src:url(‘fonts/Fertigo_PRO-webfont.eot?iefix’) format(‘eot’), url(‘fonts/Fertigo_PRO-webfont.woff’) format(‘woff’), url(‘fonts/Fertigo_PRO-webfont.ttf’) format(‘truetype’), url(‘fonts/Fertigo_PRO-webfont.svg#webfont’) format(‘svg’); font-weight: … Read more

How can I get information on who is downloading my plugin? (new to this)

There is no native solution for this. I remember there was a third party service specializing in theme analytics, but can’t google it up now (might have been discontinued). You should also note that official plugin directory severely prohibits gathering such information without explicit user consent. See the guidelines: No “phoning home” without user’s informed … Read more