How do you approach block structured content?
I’m currently trying to learn how to create a custom wordpress themes and while the documentation is pretty great there seems to be a lot ways to implement things on your website.
I’m currently trying to learn how to create a custom wordpress themes and while the documentation is pretty great there seems to be a lot ways to implement things on your website.
I am trying to figure out how to fix an error the Chrome console revealed for the theme I use that has been there for quite some time. I don’t know javascript so not sure how to fix it, after some research and reading my only guess is .live should be .on as per the … Read more
I have written code to use on a single page, but I’ve placed it in the theme’s functions.php and created a javascript file and placed it in the theme’s JS directory.
Is there a way to add a arbitrary hyperlink to the WordPress admin menu (I mean the menu on the left when you log into the admin dashboard)? For example, can one add a link to Google?
I want to use WordPress as a CMS for a reasonably basic site rather than a blog. I have several pages and at the moment, I don’t intend to have a “news” page. While there are ways to make this work, the focus in the wp-admin console is clearly on new posts, and creating pages … Read more
I have found and downloaded a theme. However I want to tweak the CSS some to change the design, colours etc. a bit. How should I go about doing this, while still being able to update the theme without loosing the changes.
I’d like to offer my custom post type as a Plugin, so that people can use it without touching their theme folder. But custom post type templates — such as single-movies.php — reside in the theme folder. Is there a way to get WP to check for a single-movies.php in the plugin’s folder? Hooking a function into the Filer Hierarchy? Or get_template_directory(); ?
Is there any way to get wordpress to check for, download private theme updates?
To change the upload directory I have to do this:
Does anyone know how to remove the WordPress JSON API links in the header tag?