Help me in html lang

salu7

Junior Member
Joined
Nov 20, 2014
Messages
141
Reaction score
12
Hey guys i need some help from you guys
i bought wordpress theme but sadly it was html theme so i uploaded it & now i want to put an article on it but i don't how to write in html i have article written in english

anyone who can help? :(
 
Unfortunately a blog, such as wordpress enables you to post articles via a server, a html site is just a website and is not set up for you to just post articles, you have to hard code it in and then ftp upload it.

The fact that you are asking the question means HTML is probably not appropriate for you.

It is a little like saying I am going to France on holiday but I accidentally bought a German phrase book, how can I use it?

The answer is cancel your French holiday and change the destination to Germany or accept you made a mistake and buy a French phrase book. It is a lot easier to do the latter.

In your case accept you made a mistake and wasted some money. Go and buy the wordpress theme you intended and then carry on with what you were going to do in the first place.
 
Last edited:
You have the theme but not the WordPress kernel?

Download WordPress install it on your server and update the theme, or am I misunderstanding you?

Edited: just read the above post my advice is wrong, I'm assuming you have bought an html mock up? WordPress has php driving the html from the backend with html alone you would either need to edit it to integrate php. Or start again with the WordPress kernel and a php theme.

Here you go:
https://thethemefoundry.com/blog/html-wordpress/
 
Last edited:
<html>
<head><title>Imscrewd</title></head>
<body>
<h1> Your article goes here </h1>
</body>
</html>



here you go OP this is for free ! no need to thank me
 
<html>
<head><title>Imscrewd</title></head>
<body>
<h1> Your article goes here </h1>
</body>
</html>



here you go OP this is for free ! no need to thank me

This would work but you will need to keep a blank template, you will also have lots and lots of static html files by the time your done, it's not a problem if you are doing a small site, but the bigger it gets the more cumbersome it becomes. It's up to you ultimately.
 
Code:
http://code.tutsplus.com/tutorials/creating-a-wordpress-theme-from-static-html-creating-template-files--wp-33939/

This should give you an idea. It's fun converting a html theme to wp theme believe me. Get started and enjoy :)
 
This would work but you will need to keep a blank template, you will also have lots and lots of static html files by the time your done, it's not a problem if you are doing a small site, but the bigger it gets the more cumbersome it becomes. It's up to you ultimately.

110% True !

For small static site this would be best opinion, but as site grows you need to rewrite links on all files and do bunch of stuff that takes time and are useless in long run.

Recently I made one site for myself in this manner what a pain in the ass it was ! Haha I've made all menus static as well, what was I thinking. - Was testing actually my SEO teory.. I want to see how indexing will go in competitive niche and comp. keywords so made all metas titles and bunch of little things on all pages :)
 
THANKS ALOT GUYS
BUT THE PROBLEM IS THAT I STARTED MY JOURNEY WITH CLICKBANK & I ONLY HAVE TO PUT PRESELL ARTICLE ON FRONT PAGE SO I DIDN'T WASTED MY MONEY ON HTML THEME BUT NOW I AM STUCK AT THIS SHIZZ, anyone up who can do it come to teamviewer for sometime ?
 
<html>
<head><title>Imscrewd</title></head>
<body>
<h1> Your article goes here </h1>
</body>
</html>



here you go OP this is for free ! no need to thank me

it willn't work because in article there is modification in font size / color etc
thanks tho
 
it willn't work because in article there is modification in font size / color etc
thanks tho

Thats not correct answer yes I know.. ! :) It takes a little bit more, can you PM me ? If it's fast job <10min I can do it
 
110% True !

For small static site this would be best opinion, but as site grows you need to rewrite links on all files and do bunch of stuff that takes time and are useless in long run.

Recently I made one site for myself in this manner what a pain in the ass it was ! Haha I've made all menus static as well, what was I thinking. - Was testing actually my SEO teory.. I want to see how indexing will go in competitive niche and comp. keywords so made all metas titles and bunch of little things on all pages :)

I think this method would be better way of building a silo site with WordPress looks. As you know there are lots of nefarious linking done on WordPress that you could remedy with ant html template. But still heavy lifting on our part lol
 
I think this method would be better way of building a silo site with WordPress looks. As you know there are lots of nefarious linking done on WordPress that you could remedy with ant html template. But still heavy lifting on our part lol

Did I mention how "fun thing to do" is make site responsible for most devices & resolutions ? linking is pain in the ass but make it look good fml..

6-9% on all sites are visitors from mobile devices and it's gonna go up really fast better start now :D than say sorry later - better ctr on smaller resolution ftw
 
Back
Top