Who Wins ? Wordpress or HTML & CSS ?

56 replies
Hey guys how successful and traffic friendly are robust websites that are built using error free HTML & CSS?

How many of you still focus on these tools when building your online business compared to other CMS platforms such as Wordpress, Joomla , Drupal etc - Am I correct to say there are less security concerns when using HTML & CSS?

Thanks,
Jason
#css #design #html #website #wins #wordpress
  • Profile picture of the author rapidscc
    Hey Jason,

    Good question there..I was wondering about this
    myself..

    In terms of SEO, I think Wordpress has an edge
    due to it's seo friendly page urls..However,
    I once got top position with Weebly using
    page links that imitated those descriptive
    links by wordpress blogs..

    So I think if you can do the same with html links
    then wordpress would lose it's advantage over
    plain html in terms of SEO..

    Although we still have to factor in the thousands
    of plug-ins available for Wordpress that will
    once again give it an edge over HTML + CSS..

    I hope a fellow warrior with hundreds of HTML sites
    and Wordpress blog will answer your question
    to give us a clearer insight into this..

    All the best,
    {{ DiscussionBoard.errors[1586917].message }}
  • Profile picture of the author jmorris18
    Hey Omar , thanks for the reply - Would it not be an issue if someone did excellent SEO (on page factors, backlink building etc ? As well as all other free traffic methods such as Yahoo Answers, Forums , word of mouth , Facebook fan pages etc

    Thanks,
    Jason
    Signature

    Jason Morris

    {{ DiscussionBoard.errors[1586926].message }}
  • Profile picture of the author rapidscc
    I don't see any issue with a plain HTML site and
    a wordpress blog since IMO it's pretty much the
    same, however I can see that it is easier with
    a Wordpress blog with all the plug-ins available.

    Most of the manual on page SEO stuff is automated
    with plug-ins in Wordpress..so I guess it would be
    an issue if you want to do it the fastest way
    possible.

    All the best,
    {{ DiscussionBoard.errors[1586941].message }}
    • Profile picture of the author Joe118
      Plain HTML sites do not have the same magnitude of security risk as sites based on PHP+MySQL, such as Wordpress and Joomla sites (and nearly every other CMS out there) pose.
      {{ DiscussionBoard.errors[1586947].message }}
  • Profile picture of the author jmorris18
    Hey Joe , is it possible to build a robust site like ones built with PHP / Mysql that is used with Wordpress etc using HTML / CSS

    Thanks,
    Jason
    Signature

    Jason Morris

    {{ DiscussionBoard.errors[1587242].message }}
    • Profile picture of the author Joe118
      Originally Posted by jmorris18 View Post

      Hey Joe , is it possible to build a robust site like ones built with PHP / Mysql that is used with Wordpress etc using HTML / CSS

      Thanks,
      Jason
      Absolutely. You have proof of existence These programs just spit out HTML and CSS, after all. So a human *could* -- albeit with an enormous effort that's not cost effective -- have done that.
      {{ DiscussionBoard.errors[1587246].message }}
      • Profile picture of the author jmorris18
        Hey Joe , any cool examples of sites that only use HTML / CSS ?

        Thanks
        Signature

        Jason Morris

        {{ DiscussionBoard.errors[1587313].message }}
      • Profile picture of the author nicelife
        Comparing PHP to HTML with CSS is like comparing apples and oranges, PHP is a server side scripting language that allows a programmer to write custom functionality that runs on the server.

        HTML and CSS is used by just about every web based application to present data to the user, HTML is a "markup language" used to describe the elements that a web page will contain and the web browser reads the HTML and presents to the user a hopefully nice looking web page.

        If a web site only uses HTML and CSS, the website is considered static because there is no programming logic there to change the information based on any parameters, e.g a user cannot be logged in on a website like this because the server and client(web browser) does not communicate with parameters like username/password that is needed for a system that can handle users of the system.

        In this case the server just spits out a preformatted HTML page containing some text and images usually(made by by you) based on a URL entered in the browser.

        PHP on the other hand
        To give you a very common example of what you can do with a server side script written in PHP or any other server side scripting technology, is to take(receive) an email address and a name when a user fills in a form for a newsletter subscription and do what you want with it.


        When the user enters the information in the form and pushes the submit button, the information is sent to the server and handled by a server side script, PHP in this case, PHP can then store the information in a database or some storage of choice to use the information when sending out newsletters or something else. Most probably it will send back a web page where it confirms your subscription of the newsletter and shows your email and name in the page.

        If you are going to build a website today, you will almost certainly at some point want to have functionality that is beyond the capabilities of just HTML and CSS. If you are a non technical person I would suggest going with some widely used CMS like wordpress, where you can install plugins very easily for just about anything you can think of.

        If you are a "non techie" person, building your own website can be quite challenging if you want custom functionality. Then you will have to hire someone to write the code or learn to do it yourself.

        I have been developing applications for 12 years and I have my custom systems that I use, it is sure a huge advantage to be able to write custom software specifically made for my needs.

        I hope that this helps you a little bit on the road :-)

        /Daniel
        {{ DiscussionBoard.errors[1587398].message }}
    • Profile picture of the author Arun Pal Singh
      Joe!

      Could you please tell what are the security risks involved with PHP+MYSQL!
      {{ DiscussionBoard.errors[1587256].message }}
      • Profile picture of the author Joe118
        Originally Posted by Arun Pal Singh View Post

        Joe!

        Could you please tell what are the security risks involved with PHP+MYSQL!
        Google 'SQL Injection'. The problem is that many CMS applications take input from users and don't scrub it properly, and then execute SQL code with that input embedded. So then the SQL code does something totally different from what the programmer intended, usually something nefarious.

        The issue is not so much with PHP as it is with SQL (not MySQL in particular, I just mentioned that because MySQL seems to be the most common DB used by CMS programs).

        Add to that unintended (or intended!) security holes introduced via plugins and themes for Wordpress, and you've got a real hornet's nest on your hands. There's currently a nasty attack making the rounds where someone injects HTML and Javascript code into the Wordpress output. That code then gets executed on the visitor's machine, which causes all kinds of other exploits to become possible. The relevant thread is here:

        http://www.warriorforum.com/main-int...take-care.html

        I think I saw somewhere where someone modified Wordpress to use flat files instead of a MySQL database. The result is probably orders of magnitude safer.

        This is probably more info than you asked for

        So I'll stop now.
        {{ DiscussionBoard.errors[1587300].message }}
  • Profile picture of the author wassim
    Guys,

    you're truly confusing things. The question that Jason asked was straight forward: Who wins? Wordpress or HTML/CSS?

    The Answer is straight forward too! NO ONE!

    They are the same. from an SEO perspective, Google treats websites as the result being parsed into the end-user browser. No matter what language or platform you use for a website (php, asp.net, perl, etc...) the result to the user will be an HTML document besides the styles sheets being attached to it. And this is the basis that Google or any other search engine treat websites on (in terms of ON-Page factors).

    To better understand the situation, go the SEO Browser here:
    Free SEO Software Tool & Text Browser, Search Engine Optimization Tools - SEO Browser

    Insert any regular website in the address that uses HTML/CSS, and click the "Parse URL" button. Then go on and enter another website that uses Wordpress for example, and click that same button. You will get a very similar result. This is how the Search Engines see your website. Plain HTML! So there is no real difference between a Wordpress site and an HTML one from an SEO pespective.

    One thing to mention lastly, and before anyone disagree with what I'm saying. If we have to say it in that way, then Wordpress usually "seems to win" for ONE REASON. Most Wordpress sites are blogs, whereas regular HTML/CSS are sites that don't get updated frequently (but depends though). Google loves BLOGS, and it's been said that BLOG = Better Listing On Google. Therefore, people using Wordpress see better results most of the time, and this is why some people *THINK* that Wordpress wins.

    Regards,
    Wassim
    Signature
    {{ DiscussionBoard.errors[1587348].message }}
  • Profile picture of the author jmorris18
    Wassim , Can you create a blog option using HTML and not use wordpress?

    Thanks

    Most Wordpress sites are blogs, whereas regular HTML/CSS are sites that don't get updated frequently (but depends though). Google loves BLOGS, and it's been said that BLOG = Better Listing On Google. Therefore, people using Wordpress see better results most of the time, and this is why some people *THINK* that Wordpress wins.

    Regards,
    Wassim
    Signature

    Jason Morris

    {{ DiscussionBoard.errors[1587377].message }}
    • Profile picture of the author wassim
      Jason,

      I had a blog almost one year ago that I created myself using ASP.NET and SQL Server. I did put that site down back in these days because I had to end up my final exams and was preparing for my graduation.

      I have another blog now that uses Wordpress, and honestly speaking I was able to achieve almost the same success for both sites.

      Originally Posted by jmorris18 View Post

      Wassim , Can you create a blog option using HTML and not use wordpress?

      Thanks

      Most Wordpress sites are blogs, whereas regular HTML/CSS are sites that don't get updated frequently (but depends though). Google loves BLOGS, and it's been said that BLOG = Better Listing On Google. Therefore, people using Wordpress see better results most of the time, and this is why some people *THINK* that Wordpress wins.

      Regards,
      Wassim
      Signature
      {{ DiscussionBoard.errors[1587388].message }}
  • Profile picture of the author jmorris18
    Daniel , cool - are you saying that you have developed your own CMS? How do you deal with security threats with your own CMS ?

    Thanks,
    Signature

    Jason Morris

    {{ DiscussionBoard.errors[1587447].message }}
    • Profile picture of the author nicelife
      Originally Posted by jmorris18 View Post

      Daniel , cool - are you saying that you have developed your own CMS? How do you deal with security threats with your own CMS ?

      Thanks,
      Hello Jason,

      Yes I have developed my own CMS that I'm using for my websites, it allows me to shape the processes exactly the way I want them and the CMS also supports multiple websites with centralized management that allows me to manage them all from one admin GUI :-)

      Concerning security threats like SQL injection and Cross Site Scripting I'm using security libraries provided by the platform on which I've developed my CMS.

      /Daniel
      {{ DiscussionBoard.errors[1587601].message }}
  • Profile picture of the author Daniel Brock
    I have heard that Yahoo doesnt rank Wordpress blogs very well because the structure is too complicated for their primitive bots to figure out.

    They say that plain HTML sites rank the best on Yahoo.
    Signature
    Clickbank #1 Best Seller: The Deadbeat Super Affiliate.
    Click here to learn how to make money online in your bath robe and gym socks!
    {{ DiscussionBoard.errors[1587452].message }}
  • Profile picture of the author jmorris18
    Daniel,

    From A security point is it more safe to have a blog / CMS built with .NET compared to the other such as PHP ?
    Signature

    Jason Morris

    {{ DiscussionBoard.errors[1587459].message }}
    • Profile picture of the author nicelife
      Originally Posted by jmorris18 View Post

      Daniel,

      From A security point is it more safe to have a blog / CMS built with .NET compared to the other such as PHP ?
      Hi Jason,

      There's really no simple answer to that question it all comes down to the skill of the developer. If the developer knows his way around security he should be able to achieve pretty much the same level of security on any of the major platforms.

      The thing is that, a CMS like Wordpress that is so widely used by millions of people, become a target worthwhile to shoot at when trying to exploit security vulnerabilities. The good thing about this is that a widely used system most often reach a very high level of security faster, simply because it has to.

      My CMS is developed for the .NET platform and this was a choice I made with experience from Java/J2EE, PHP and .NET. I took alot of things into consideration when making the choice of platform, that is a post of its own so I will not go into detail here:-)

      If you're on a shoestringbudget and a non tech person, I would suggest a CMS like Wordpress, I don't know what it is you want to achieve and your situation, financial etc. . . so it's hard to receommend something specific.

      /Daniel
      {{ DiscussionBoard.errors[1587661].message }}
  • Profile picture of the author safe as houses
    Product Creator said he is getting back into Xsite pro.

    I have set up several blogs using wordpress, and like it for its easiness more than anything, but I also have Xcite pro which I havent done much with, and had nearly forgotten about to be honest until I read this post.

    Would there be any advantage to using Xcite over wordpress, or for ease of use and all the plug ins that are available would wordpress win.
    Signature

    {{ DiscussionBoard.errors[1587467].message }}
  • Profile picture of the author rapo007
    hi friend,
    im vote for html & CSS web page if you are a professional you must do with it. if you want a blog you go with wordpress, drupal and some other.
    {{ DiscussionBoard.errors[1587481].message }}
  • Profile picture of the author Ronak Shah
    I have used wordpress extensively.

    I think wordpress wins anyway.

    Because it can generate more backlinks than a normal webpage, its' definitely a great way to increase Search Engine rankings.

    A newbie can use wordpress to post 10 articles in a day by themselves whereas using an HTML page can often require basic HTML skills & knowledge of dreamweaver / any HTML editor. Point is, more content = more traffic.

    Google loves wordpress because it has the ability to quickly add loads of solid content. That's exactly why wordpress will rank better than an HTML web page.

    There are so many plugins like Platinum all-in-one-SEO pack, etc that help you SEO your wordpress blog quickly.

    Another advantage of wordpress over plain HTML pages is you can create lots of pages in a short while. It's dynamic & user friendly.

    Wordpress get indexed faster because it's not only user-friendly but google-friendly.

    You can use wordpress for a sales letter or opt-in page as well. I think it's the best deal available. And about it getting hacked, there are plugins which protect your blog from getting hacked.

    The wordpress community is top-notch and the plugins are FANTASTIC. It beats HTML pages hands down.
    Signature
    I AM YOUR Direct Response Ninja Kick-Ass Sales Copywriter.

    Now, Here's The REAL DEAL:
    Either I make YOU at least 10 times of what I charge YOU OR
    I'll Write YOUR Sales Copy AGAIN Till YOU Make MUCH MORE Than THAT. Guaranteed*.
    *Terms & Conditions Apply. Email me at ronak[at]ronakshah[dot]name right now.
    {{ DiscussionBoard.errors[1587556].message }}
  • Profile picture of the author mijagi
    Wordpress is gold, Joomla is gold as well, you just have to get used to it and then it saves you a lot of time in comparison to html & css coding..Pages are built with one click, no uploading, no nothing.

    Regarding security..html & css are probably more secure, but you can have the same security with the CMS if you update regularly.
    Signature

    {{ DiscussionBoard.errors[1587625].message }}
  • Profile picture of the author theemperor
    Originally Posted by jmorris18 View Post

    Hey guys how successful and traffic friendly are robust websites that are built using error free HTML & CSS?

    How many of you still focus on these tools when building your online business compared to other CMS platforms such as Wordpress, Joomla , Drupal etc - Am I correct to say there are less security concerns when using HTML & CSS?

    Thanks,
    Jason
    I think Wordpress.org is the best of the CMS for IM, because it is easy to use and you spend more time creating, less time fighting the system. Joomla? Yuck!!!!

    Compared to HTML, Wordpress it will save you time, has great plugins for SEO, Sitemaps, RSS Submission, Pinging etc.

    Downside of Wordpress over HTML is the lack of total control of what is rendered to the browser, and slower response times, and higher cost of hosting if you do get a large number of visitors (not a problem for me I have no sites with more than 200 v/day).

    Some of the premium plugins like headway save a lot of time in creating custom layouts for your page and I recommend them, but they do cost a bit and that puts people off on a tight budget.
    Signature
    Learn to code faster, and remove the roadblocks. Get stuff done and shipped! PM me and I can help you with programming tutoring, specialising in Web and the following languages: Javascript ~ HTML ~ CSS ~ React ~ JQuery ~ Typescript ~ NodeJS ~ C#.
    {{ DiscussionBoard.errors[1587657].message }}
  • Profile picture of the author jmorris18
    Hey Daniel - I just sent you a PM... I look forward to hearing from you soon

    Thanks ,
    Jason
    Signature

    Jason Morris

    {{ DiscussionBoard.errors[1588013].message }}
  • Profile picture of the author Dhira
    The advantage of wordpress is once you set upon a template or two you like, you can 'perfectly' optimize it for SEO and simply use it over and over as a template.
    {{ DiscussionBoard.errors[1588030].message }}
    • Profile picture of the author css
      HTML+CSS+PHP=Wordpress(Apache+*SQL)

      "To form an answer you must first know the question."~confusion
      {{ DiscussionBoard.errors[1588086].message }}
  • Profile picture of the author John Romaine
    As an experienced developer of 9 years for me, its programming my own sites, whether its in ASP, HTML, VBscript, Dhtml, Javascript or whatever.

    I had one wordpress blog and it was hacked within a week of launch.

    I dont need those sorts of headaches and the hassles of having to worry about "version control".
    Signature

    BS free SEO services, training and advice - SEO Point

    {{ DiscussionBoard.errors[1588081].message }}
  • Profile picture of the author Jay D
    Each of them have their own advantages and disadvantages. I have tried Wordpress for membership sites but it was no Good. However, wordpress is the best if you want to have a quick site setup and it is also very flexible because of the large variety of Plugins available.
    {{ DiscussionBoard.errors[1588930].message }}
  • Profile picture of the author bettersocial
    I would pick Wordpress simply because it can be expanded to do so much more. With HTML, you are pigeonholing yourself.

    Plus, Wordpress is heck of a lot easier to manage.
    {{ DiscussionBoard.errors[1588967].message }}
    • Profile picture of the author Intrepreneur
      Wordpress or any other CMS is beating HTML handsdown. The web has evolved and with that static HTML is slowly dying.
      {{ DiscussionBoard.errors[1588972].message }}
      • Profile picture of the author JohnMcCabe
        You're looking at different tools to do the same job.

        With just a little bit of knowledge and/or a good tool like XSitePro, you can make html/css pages that do very well.

        Setting up the whole WordPress system to put up a one page site, like a squeeze page or review page seems like overkill.

        On the other hand, trying to build a complex inter-linked site without a CMS seems like insanity now.

        If you're familiar with woodworking, you might be familiar with dovetail joints. You can make dovetails with a pocket knife, a hand saw & chisel, or a power router with a specialized bit and jig attached. High quality joints are possible with each tool. But if I was making cabinets for a living, I'd want the router/bit/jig setup so I could do hundreds of joints per day rather than whittling each dovetail one at a time.

        Carving the joints with a pocket knife is like hand-coding html/css using something like Notepad.

        Using a saw/chisel with a template is like using a good page editor like XSP.

        Using the specialized, high volume tool is like using a CMS like WP.

        If you only need one joint, and you know how to carve one, it's often quicker to simply carve it than to set up the machine...
        {{ DiscussionBoard.errors[1589229].message }}
  • Profile picture of the author jmorris18
    Hey Daniel ( Nicelife) I just sent you a PM with my contact info.. I look forward to hearing from you

    Thanks,
    Jason
    Signature

    Jason Morris

    {{ DiscussionBoard.errors[1594067].message }}
  • Profile picture of the author jmorris18
    Hey John , Great and creative way to explain it.. Thanks for the feedback..

    Jason
    Signature

    Jason Morris

    {{ DiscussionBoard.errors[1594143].message }}
  • Profile picture of the author managepro
    No, its on the contrary, HTML will have more security issues, Joomla, Drupal and most CMS come with rolebased security in-built. In HTML the same is not true, you have to write all the security code, more work and less robust. CMS's are tested, used, tested, used over several years so definitely they are more robust in terms of security.
    {{ DiscussionBoard.errors[1597540].message }}
    • Profile picture of the author JohnMcCabe
      Originally Posted by santoshr25 View Post

      No, its on the contrary, HTML will have more security issues, Joomla, Drupal and most CMS come with rolebased security in-built. In HTML the same is not true, you have to write all the security code, more work and less robust. CMS's are tested, used, tested, used over several years so definitely they are more robust in terms of security.
      I wasn't aware that plain-vanilla HTML had any security issues. How does one hack a <h1> or <table> tag?

      Yes, you can hack javascript, perl scripts, and such, but then you are getting away from plain HTML and CSS, aren't you?

      For a small, static site, I can't see how one could be more secure than plain vanilla markup with no scripting.

      On the other hand, Wordpress, Joomla and the other open source CMS make their code available to the developers and the hackers alike. Seems that would be a reason for the version upgrades seemingly every few days. Right?

      I do agree, though, that for the average Joe who wants to develop a complex site with lots of functionality, one of the major CMS programs would be more secure than "rolling their own"...
      {{ DiscussionBoard.errors[1598206].message }}
      • Profile picture of the author TelegramSam
        Originally Posted by JohnMcCabe View Post

        I wasn't aware that plain-vanilla HTML had any security issues. How does one hack a <h1> or <table> tag?

        Yes, you can hack javascript, perl scripts, and such, but then you are getting away from plain HTML and CSS, aren't you?

        For a small, static site, I can't see how one could be more secure than plain vanilla markup with no scripting.

        On the other hand, Wordpress, Joomla and the other open source CMS make their code available to the developers and the hackers alike. Seems that would be a reason for the version upgrades seemingly every few days. Right?

        I do agree, though, that for the average Joe who wants to develop a complex site with lots of functionality, one of the major CMS programs would be more secure than "rolling their own"...

        John,

        You are quite right.

        santoshr25 doesn't know what he or she is talking about. Complete nonesense.

        Sam
        {{ DiscussionBoard.errors[1620107].message }}
    • Profile picture of the author css
      Originally Posted by santoshr25 View Post

      No, its on the contrary, HTML will have more security issues, Joomla, Drupal and most CMS come with rolebased security in-built. In HTML the same is not true, you have to write all the security code, more work and less robust. CMS's are tested, used, tested, used over several years so definitely they are more robust in terms of security.
      What in the hell are you talking about? Sounds like you got it backwards pardner. Let me just say for the record that my current project has an html (by hand) main site with a WP blog and a PHP forum. The same style and theme on all of them. I took a WP template and with my KNOWLEDGE of html was able to modify it in less than an hour to look exactly like my html site. You cant do that if all you know is the WP GUI.
      {{ DiscussionBoard.errors[1620086].message }}
  • Profile picture of the author Marekso
    Well Wordpress is DEFINITELY more newbie friendly and makes it possible for an average joe to make a site that looks professional maybe not, but decent. But yeah security holes and things like that keep it from being chosen as THE type to build sites upon, just look at most of the big league sites, see any wordpress goin' on in there? I guess not.
    {{ DiscussionBoard.errors[1598241].message }}
    • Profile picture of the author eibhlin
      My answer -- after building websites for about 14 years -- is WordPress. Since free magazine-style themes became available, I hardly ever create an HTML/CSS site now.

      The one exception is when I put up an HTML/CSS minisite -- three or four pages, max -- as a placeholder before creating the content for a larger WordPress site. I always try to throw something online, as soon as I buy a new domain name. For that, I use one of the free CSS templates at OSWD.org

      (I like Andreas01, also at Free website templates - andreasviklund.com It's available as a WordPress theme, too, so I sometimes use that when I expand the site, and visitors can barely see the behind-the-scene changes.)

      Niches change and so do audience interests. With WordPress, I can recategorize my posts, reprioritize them, etc., very easily.

      After repeatedly redesigning HTML/CSS websites (even with .js content for navigation, etc., it's a nuisance) and spending weeks doing so, I switched to WordPress. Though some of my websites included over 500 articles, it was worth the effort.

      My sites seem to rank better and faster with WordPress, and updates are vastly easier.
      Signature
      Artist, blogger, and author of a bazillion books, more or less. Find me at Eibhlin.com
      {{ DiscussionBoard.errors[1598320].message }}
  • Profile picture of the author Chris Worner
    Ultimately guys, these systems are TOOLS and tools are only as good as the one using them.
    Signature

    {{ DiscussionBoard.errors[1598254].message }}
  • Profile picture of the author jbsmith
    I agree with Wassim - having built many html and Wordpress sites, from an SEO perspective the advantage you get from Wordpress is the dynamic content of a blog - period!

    So - now I use WP for my blogs and use html for my websites.

    The challenge with WP for static pages are...

    1. Themes that mix a blog design for posts and a different design for a static page are few and far between, and the ones that are out there are quite complicated.

    2. WP goes through MANY updates and patches any one of which can impact any custom themes -so just when you get something setup the way you like, the next update may wreck it all...this has happened to my sites many times and is a MAJOR pain in the butt.

    3. It is harder (at least for me who knows some html) to tweak a site with WP, so I prefer to stay with html for my static sites.

    All of that said - everyone should have a WP blog to bring in traffic and SEO attention to their static sites.

    Jeff
    {{ DiscussionBoard.errors[1598348].message }}
    • Profile picture of the author Karen Blundell
      Originally Posted by jbsmith View Post

      I agree with Wassim - having built many html and Wordpress sites, from an SEO perspective the advantage you get from Wordpress is the dynamic content of a blog - period!

      So - now I use WP for my blogs and use html for my websites.

      The challenge with WP for static pages are...

      1. Themes that mix a blog design for posts and a different design for a static page are few and far between, and the ones that are out there are quite complicated.

      2. WP goes through MANY updates and patches any one of which can impact any custom themes -so just when you get something setup the way you like, the next update may wreck it all...this has happened to my sites many times and is a MAJOR pain in the butt.

      3. It is harder (at least for me who knows some html) to tweak a site with WP, so I prefer to stay with html for my static sites.

      All of that said - everyone should have a WP blog to bring in traffic and SEO attention to their static sites.

      Jeff
      it is very rare that you will have a problem with a WordPress theme with WordPress upgrades. Usually the problems occur because of incompatible plugins, or other server-side issues.

      I have been using WordPress since May of 2006 and not once have I had issues with any of my themes. The one time I did have an issue with a theme was with a client who had the Thesis theme. All we had to do was upload the upgraded theme and the issues were solved.
      Signature
      ---------------
      {{ DiscussionBoard.errors[1621301].message }}
      • Profile picture of the author JohnMcCabe
        Originally Posted by Karen Blundell View Post

        it is very rare that you will have a problem with a WordPress theme with WordPress upgrades. Usually the problems occur because of incompatible plugins, or other server-side issues.

        I have been using WordPress since May of 2006 and not once have I had issues with any of my themes. The one time I did have an issue with a theme was with a client who had the Thesis theme. All we had to do was upload the upgraded theme and the issues were solved.
        In playing with different themes, the problems usually crop up with older (usually free) themes that were released and never maintained. Correct me if I misremember, but didn't WP change the way a bunch of the hooks worked with themes? Somewhere around the introduction of the 2.x transition?

        A lot of those themes can cause problems, similar to incompatible plugins.

        I do have to agree that up-to-date themes rarely cause problems.
        {{ DiscussionBoard.errors[1621348].message }}
        • Profile picture of the author Karen Blundell
          Originally Posted by JohnMcCabe View Post

          In playing with different themes, the problems usually crop up with older (usually free) themes that were released and never maintained. Correct me if I misremember, but didn't WP change the way a bunch of the hooks worked with themes? Somewhere around the introduction of the 2.x transition?

          A lot of those themes can cause problems, similar to incompatible plugins.

          I do have to agree that up-to-date themes rarely cause problems.
          yes, some of the older themes "may" cause problems. The ones developed prior to WordPress 2.x did have some different hooks...it's been a while. That's why with the current versions of WordPress you can actually preview the theme before you install it, so you will know immediately if there's a problem.
          Signature
          ---------------
          {{ DiscussionBoard.errors[1621363].message }}
  • Profile picture of the author TelegramSam
    I have used html/css for years, drupal, wordpress and joomla.

    There is absolutely no doubt that properly coded html/css has the edge, like for like.

    All cms programs produce additional code which is unecessary to the page layout in most cases.

    If you are doing simple and small sites then learn html/css and see the difference.

    The only time to use wordpress, drupal, joomla is if you are creating regular content and so need to be able to manage that content.

    The reason wordpress is so "popular" is because it is p*ss easy to create a site and get going and because most people don't know html.

    If your site is going to be dozens of pages or more then use a cms but otherwise there are still benefits to pure html/css.

    Believe it or not, but hundreds of sites and many years in this game tells me this is the case. I have no agenda.

    Sam
    {{ DiscussionBoard.errors[1598531].message }}
  • Profile picture of the author Bob Monie
    Nothing compares to wordpress. Never ever building a static website again.
    Signature
    Will be the next authority article directory. Come take a look around. Submit and Publish your own articles.
    200,000+ Articles, 48,000+ Authors, Articles indexed in Google in under 1 minute
    {{ DiscussionBoard.errors[1620404].message }}
  • Profile picture of the author sarkarkumar09
    Well ..i have not used much of html ...but i have bit experience in wordpress..and have found it quite good from SEO point of view..Because of so many plugins
    Signature
    -Sarkar - SEO Company
    Buzz me -
    Email - sarkarkumar09@gmail.com | Yahoo - sarkarkumar09 | Skype - sarkarkumar09 | AIM - sarkarkumar09
    {{ DiscussionBoard.errors[1621127].message }}
    • Profile picture of the author Karen Blundell
      One of the reasons WordPress is so great is because you are always adding fresh content to a WordPress site. The search engines do love fresh content
      Static HTML and CSS sites generally remain unchanged...

      Tip: even if you want a static site using HTML and CSS, I recommend that you still create .php files rather than .html files for the simple reason that you can use php includes for things like headers, footers, and navigation...something like this:
      Code:
      <?php include "header.html";?>
      this is especially useful for larger sites, so instead of changing multiple pages if you need to make a change on one section of your site, you only need to make the change on one file instead of multiple files.

      so then your files would be named index.php, contact.php, etc., instead of index.html, contact.html, etc...
      Signature
      ---------------
      {{ DiscussionBoard.errors[1621261].message }}
  • Profile picture of the author Chad Eljisr
    I am amazed to see that not everybody agrees about Wordpress as the best platform solution for Internet Marketing. I mean, where is your focus going? On web development, html, php etc, or on marketing?

    Stop looking at Wordpress as a blogging platform. It is way beyond that, and I can assure you that you can use it as a CMS for any kind of web product that an Internet marketer may need: squeeze page, sales page, blog, membership site, full fledged content site, CPA landing page, etc. And it is fast, and clean, and needs no tech skills, unless of course you begin developing your own themes from scratch.

    Most of the membership sites you are using right now have a Wordpress platform behind it. If it does not look like a blog it does not mean it is not Wordpress.

    After reading this thread, I see a real opportunity here for info products helping and showing what could be done with Wordpress.

    Chad
    {{ DiscussionBoard.errors[1621887].message }}
    • Profile picture of the author JohnMcCabe
      Originally Posted by Chad Eljisr View Post

      I am amazed to see that not everybody agrees about Wordpress as the best platform solution for Internet Marketing. I mean, where is your focus going? On web development, html, php etc, or on marketing?

      snip...

      Chad
      Chad, this is exactly why I don't accept Wordpress as the be all and end all website creator for every conceivable purpose.

      Installing a complete CMS, along with a multi-template theme and database for a one page sales letter or squeeze page with a thank you page and download page seems like a lot of overkill. Kind of like bringing a stock car to the local go-kart track.

      Seems to me it would be more efficient to start with a basic template, plug in the copy and links, upload it and get down to marketing.

      Or am I missing something?
      {{ DiscussionBoard.errors[1621981].message }}
      • Profile picture of the author Chad Eljisr
        I understand what you are saying John, and yes, you are right, a simple squeeze page is so simple to create with a html editor. But this is how I look at it: I am a big fan of Wordpress because once it is set up, it is so easy to make the content changes (text and images) without having to log in you hosting account, re-upload a page, etc, and for most non tech people, this kind of stuff just stop them from taking action.

        That's my opinion. I am a fan, not a fanatic of Wordpress
        {{ DiscussionBoard.errors[1622077].message }}
      • Profile picture of the author Lee Wilson
        There's a lot of misconception about wordpress, blogs and static pages. No CMS or static page makes any difference to what google interprets. Google doesn't love blogs, it loves regularly updated content and well formatted pages with the tags in the right places etc. Wordpress is just another method of delivering content. Anything that's coded well will be better whether it's a static page or delivered by php. A blog is just a term used to describe a web journal, to google it's all just web pages. "Blog" is just a term, it's not a particular kind of website that's formatted any differently.

        The reason people think it's great for SEO is because it usually gets better serp results than the average static site. I've tested static html pages against wordpress and wordpress wins hands down for serps (not seo necessarilly) and the reason is as far as I can tell because of the fact it creates more internal linking due to the fact it creates a lot of duplicate content. When you create the same amount of internal linking and extra pages with the html static site, it shoots up in the serps and catches up with the wordpress site.

        Just my two sheckles!
        {{ DiscussionBoard.errors[1622168].message }}

Trending Topics