Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
Version 9
Graham Coulby
0 points
Beginner
I want to add a value to action on the account template so that where it says <form action=”<?php echo $my_value; ?>”>
Now I know this is possible to do if i copy the whole template into my child theme and add the value. However, the account template is huge and I don’t want to copy the whole thing just for one line of code.
What would be the best way to add this code, could it be done with a plugin?
Can it be done with a function?
Or is the only way simply to copy it?
I want to add a value to action on the account template so that where it says <form action=”<?php echo $my_value; ?>”>
Now I know this is possible to do if i copy the whole template into my child theme and add the value. However, the account template is huge and I don’t want to copy the whole thing just for one line of code.
What would be the best way to add this code, could it be done with a plugin?
Can it be done with a function?
Or is the only way simply to copy it?
Members Only Content
This reply is for PremiumPress customers only.
Login Now