For example, front page: edited on the back page, with editable regions. With limit of words. There are about 5 pages to be edited (via the same edit page on the back end).
Any ideas how to do it most efficiently? I was thinking to use widgets, BUT, it would be too messy (on the widget zone).
]]>Are there any tutorials out there that deal with this? I’ve looked at a few that invovle the settings API but those didn’t seem like exactly what I am looking for. I am fairly new to theme development.
]]>So basically, I am used to using Dreamweaver and have recently changed to using wordpress due to its powerful possibilities and its useful support. I am building a large site with around four page templates, but these page templates will be applied to many page and so I need to find a way to make it easy to change all the pages.
I want to be able to view and edit the page template code of a page but only the code relative to that page.
With dreamweaver when I create a template and apply it to a page, I am able to add editable-regions. Then when one opens the page associated to that template to edit it, I am able to see the page and all its features and edit the content only in the editable-regions.
What I want to know is how I could do this sort of thing inside the WordPress content editor. In a way that I can see the page as set up in the template, inside the content editor, and make edits specific to that page, that when saved only updates the page code and not the template code.
An example of this, that hopefully makes it clearer, would be: two large tables on a page and some tabs. I would like to include the table in the template as apposed to the content added by the content editor. Yet by including these tables and tbas in the template, although they are shown on every page associated to that page template, I have no way of editing the content in these tabs or tables. Due to the large amount of pages needing to take the structure of these tables tabs exactly, I need a way that I can easily change the structure of the tables or tabs on every page at once without effecting the content. A similar table to what I would want can be found here: https://computers.toptenreviews.com/laptops/
I know this is complicated and there may not be an easy way to do it, but I am sure it is achievable or a suitable alternative is. Sorry for the length and explanation of this post it is quite difficult to explain what I need to achieve.
As I say I am new to WordPress and will admit I am in no way an expert with all its tags and attributes.
Thanks you in advance!
]]>https://www.ads-software.com/extend/plugins/je-editable/
]]>We use mailchimp with a hand full of regions and I thought it would be great to add to this so I went ahead and hacked it up a bit and got it working.
To get this working simply copy the code from: https://pastebin.com/VMxkMSFS
And replace the static function sendEmail on line 1665
then to pass it the $html array is just the editable region and the content so
$html = array('message' => 'Blah Blah');
Now I haven’t done a ton of testing on this but so far its letting my regular e-mails and my special array emails through and its working so YAY!
For people wanting to see what I exactly changed its around line 113-161 of that pastebin
https://www.ads-software.com/extend/plugins/wpmandrill/
]]>Thanks
]]>You can view the home page with the content in place, but right now the left column elements are not editable in the admin:
https://www.hollywoodfarmersmarket.org/wordpress
I looked at a lot of plug-ins like Flutter, The Other Content and Page.ly MultiEdit. I tried Page.ly, and it works, but only in Visual Editor mode, not HTML mode. It also required making the home page a Page with a custom template and then my posts didn’t show up anymore and there was a main content area that I don’t need (or want content to show up in).
So, I need a tool that lets me have additional editable regions, lets me style the text with CSS, and also lets me add html/javascript code. And I need this to be on the home page, which right now is an index.php blog-style page that is not editable in the Admin area.
Any ideas? Has anyone used a plug-in that will allow for all of these requirements?
]]>I need:
1. Main Content
2. Header
3. Sidebar
All which need to be related to one-another. (or maybe easier, the Header and the Sidebar to belong to the Page (that has Main Content)
I am new to WP. I’ve tried some Widgets (i’m having my content on the sidebar, but i have no clue on how to link specific “sidebar content” with specific pages…
Anyone?
]]>