开发者

Wordpress - How to customize a theme?

I just signed up for wordpress.com, I can see how to edit CSS but I want the header to not be text but rather an image. how do I update the page template on wordpress? on tumblr开发者_如何学Go it's so easy, wordpress is tricky!


You're very limited with what you can do with css and xhtml on Wordpress.com. You can't write your own page templates or make siginificant changes to .com themes.

What you're probably thinking about is self-hosting Wordpress, and if you do that, you can do whatever you want with themes, css and xhtml. See Main Page « WordPress Codex and Hosting WordPress « WordPress Codex.


Wordpress.com only let's you edit CSS of their pre-installed themes. Actual theme files cannot be edited, and also you cannot install just any theme you want. You will need to self host your own Wordpress install to customize and add themes in the manner that you are hoping to.


Since you can only edit the CSS on Wordpress.com, you might try a background image. You can upload an image into the media section and then, using CSS, format the header area to the height and width that you want and place a background image into the header. And then if you want to get rid of all of the text, you could use something like this on the header to push all of the text off the page:

text-align:left;
text-indent:-5000px;


please see here.i think it will help you. http://www.wordpressthemebd.blogspot.com/2013/11/wordpress-install-themes.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜