M
M
Michael2015-08-05 09:09:05
CMS
Michael, 2015-08-05 09:09:05

What does it mean to "pull an HTML template on WordPress"?

Hello!
Does the phrase "stretch the HTML template on WordPress" mean that the end result should be a full-featured site running WP?
And I’ll ask from a slightly different angle: if you buy a ready-made WordPress theme and install it on WP, will you get a ready-made site running WP?
That is, in fact, it turns out that the terms of reference are replaced by a template (layout)?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Igor Vorotnev, 2015-08-05
@Mikhail_RU

Does the phrase "stretch the HTML template on WordPress" mean that the end result should be a full-featured site running WP?
Yes, that's exactly what it means. This means that you need to take static html, break it into php templates (header.php, footer.php, sidebar.php, index.php, archive.php, single.php, page.php, search.php, 404.php and etc). In the templates themselves, all dynamic data and everything that is "hardcoded" should be translated into the corresponding template tags, and content output should be enabled (via WordPress Loop, Widgets, etc.). Install and configure the necessary plugins or add your own custom code (in functions.php or in your own plugin(s)) so that the functionality is exactly as it should be according to the TOR. But this part (custom functionality) is already starting to go beyond the "pull the template".
In general, after this "stretch", instead of static html, you should have a working dynamic site, the content of which the client can edit in the admin panel, and all changes will be immediately displayed on the site.
Also, read this answer of mine .
In general, yes. But, most of the paid themes are hefty heavy combines "for all occasions", and it is trivial to set test data (so that you have it as in advertising - that is, in a demo on the seller's website) can be problematic for a non-specialist. On any freelance exchange, there are a lot of orders for this every day. In the same way, for "customization" or finishing with a file of paid topics. Why? Because these universal combines, they are like the average temperature in a hospital. They seem to suit a lot of people for different tasks, but in fact they are completely not suitable for anyone.
Therefore, you can really get a good, high-quality work based on WordPress in only one case - order it from experienced wp-developers for your specific tasks. Just remember, developers are php programmers who can write custom code for WordPress. Programmers who know the insides of WordPress well, and write for it, and not their crutches from above and from the side. And do not confuse with implementers (not programmers, but "webmasters" who can find a shit plugin and install it, at most - fix styles or paste some code found in Google with copy-paste).
No. If the functionality even slightly goes beyond the standard (built-in) features of WP, then you will have to finish it with your hands, install (and often sharpen) other people's plugins or write your own. There are tens of thousands of ready-made plugins, but not all of them are well-written and 100% suitable for your tasks. In general, for a site that is a little more complicated than a blog, there will be a lot of custom work, and it is necessary to prepare technical specifications for it. If someone tells you that he can set up any site on WP in a couple of hours and do anything for 500-1000 re - you got an implementer who doesn’t understand shit from what he’s doing, and all he gives out is another shit site , problems with which will be more than good.

A
Anton, 2015-08-05
@samalanton

Does the phrase "stretch the HTML template on WordPress" mean that the end result should be a full-featured site running WP?

Yes
Yes

S
Sanes, 2015-08-05
@Sanes

This means integrating HTML layout taking into account the features of CMS

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question