How can I allow the Editor Role to change Theme Settings?
I’ve just setup a new Blog for a friend and thought it’s better to not give him Administrator Access right away as a precaution.
I’ve just setup a new Blog for a friend and thought it’s better to not give him Administrator Access right away as a precaution.
I have a parent theme that uses correctly load_theme_textdomain() to load all the translated strings in many languages.
So I am developing a wordpress theme using a series of LESS files for the CSS. These compile using codekit to a combined and minifed stylesheet that I use for the theme’s styling.
When I create a new page within WordPress, I have the option of specifying which template to use from my theme (from a dropdown list on the right-hand side of the interface).
I am displaying post tags like this:
I see a lot of plugins making use of object-oriented coding when there isn’t really necessary.
I’m using twentytwelve theme with 1.0 version. I saw many codes like following,
I have installed the Google Analyticator plugin on my site. I am also using the MobilePress plugin to serve up a theme designed for non-smart-phone mobile browsers. I have set up Google Analytics for Mobile for use in this theme and would like to disable the Analyticator plugin since it includes a call to a larger js file.
I want implement upload logo to my theme option page. Currently I follow this code