I am wondering, if I use the templates in the theme, can I update those? So, anywhere I’ve used that template it will change that text?
If not, do you know of anything that will do that? So, if I have an email address on several pages, I can edit it in one place and it change on all of the posts or pages?
Hey Lucille,
This is possible by using the “widget area: element available in the content elements.
Please refer to this link to create custom widgets http://stackoverflow.com/questions/6088601/custom-widget-area-in-wordpress
http://codex.wordpress.org/Widgetizing_Themes
Or use a plugin like https://wordpress.org/plugins/widget-logic/
Best regards,
Vinay
It has to be in a widget? Can it not be in just a word or phrase in a sentence in the text on a page or post?
Hi,
Yes, or you can create a shortcode and change the content inside the shortcode otherwise you would need to update each page – https://codex.wordpress.org/Shortcode_API
Best regards,
Yigit