Questions about WordPress.org theme review
I have created one theme. The theme was denied today for the following reasons:
I have created one theme. The theme was denied today for the following reasons:
I’ve found that any WordPress theme uses this functions, but I don’t understand what is the purpose of it and what is it, in this case 'themify'?
Here are some examples in Themify functions.php:
How can I get the slug of a page or post?
I’m using WordPress 4.0, and the Hemingway theme.
I’m trying to create a new wordpress template and inside it I added a Control Panel, inside this control panel there is an option that allows user to choose where he want’s to place a on a map, I try to explain: user can set div’s left and top attributes via control panel.
Now I know how to add an iframe that can show a preview of the changes but it doesn’t work as I would like (how to add the preview? read here: Modify CSS via Theme Control Panel) What I would like to add is a real time preview. As soon as the user modify TOP or LEFT attribute preview has to show what it is happening without showing it to “live” blog.
I’ve got some code I want to run on every page other than the blog page and the archive page.
I am trying to use wp_redirect() to redirect the user after successfully submitting a signup form on the page.
I’m making a custom theme. It’s a highly specialized theme to make WordPress into like an application rather than a CMS system or blog. For instance, a Dental Office Scheduling System (with CMS and widget capabilities), as an example.
Can i add the itemprop to the title element and still use wp_head() and add_theme_support( "title-tag" )?
In my theme’s functions.php, I’m calling an add_action in order to gain a measure of control on where jquery is loaded (in the footer along with my theme’s other scripts).