Options for theme
-
I want a site link explaining how the boxed layout and the full-width layout are created.
Is this possible
-
Are you referring to putting a link on your site?
Are you referring to how to make something with your theme?
Are you referring to how to make something with the new editor?how can I do it
To have information about boxed layout and full width layout as option for user when developing a wordpress theme
Is there a link to codex.wordpress .
>> I want a site link explaining how the boxed layout and the full-width layout are created. <<
These are theme dependent. What theme are you using? I suggest finding it on ww.wp.xz.cn/themes and then clicking the support topics button for it to ask that of its developer(s).
No, I don’t think there is any reference here for how to build the theme with a particular layout. You need to search the internet for things like that.
I’m actually developing a wordpress theme but I have incomplete information about it. I mean, is there an explanatory article in codex.wordpress to understand how to give this layout as an option
Option button for both box and full width a place to follow these steps. like codex.wordpress
i will create this button but i haven’t found a related link
or I’ll try to ask the authors who developed this button . i wish you could help
I’ve done stuff like that on a post-by-post basis by adding a metabox to the post page which I use to assign a body class to the resulting page. So, the default is for full width, then I add CSS to modify the necessary stuff like content and sidebar width/location based on the body class.
If one is doing this just for pages, then its easiest to create a custom template for the less-used case: https://developer.ww.wp.xz.cn/themes/template-files-section/page-template-files/#creating-custom-page-templates-for-global-use
cant wait to implement this method . Perfect detail and information. Thank you very much for your suggestion .
Read the theme development handbook, then get a copy of http://underscores.me to learn how themes are written.
Yes I know that . it was nice to get boxed and full width . i hope i will achieve this .thanks you so much .
@sterndata hello
I’m referring to the boxed and full width template I’ll get information for
normally I can do it as a sheet template. but how can I create a button in a wordpress customizer. can I get your feedback on this. Is there a ready code directory. I’m a little confused at the article writing more than one
The topic ‘Options for theme’ is closed to new replies.