Log In · Register

 
 
Closed TopicStart new topic
wordpress, blogging website help!
indpendantbeauty
post Jul 5 2005, 08:09 PM
Post #1


kristie
****

Group: Member
Posts: 136
Joined: Jul 2004
Member No: 27,246



hey. does anyone know how to work wordpress and is willing to teach me step by step? someone can pm me with their sn if they are willing to =)
 
freeflow
post Jul 5 2005, 08:13 PM
Post #2


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



well i dont know how to work it but i know you should check here:
http://www.kiss-my-kitty.com/tutorials/
and most likely you can ask the girl that owns that site
 
Heathasm
post Jul 5 2005, 08:14 PM
Post #3


creepy heather
*******

Group: Official Member
Posts: 4,208
Joined: Aug 2004
Member No: 41,580



hm i doubt any one is going to do that. i suggest looking around here http://wordpress.org for help. you basically need to learn a shitload of css
 
delphi
post Jul 6 2005, 10:34 PM
Post #4


Senior Member
***

Group: Member
Posts: 66
Joined: Jul 2005
Member No: 166,231



QUOTE(Heathasm @ Jul 5 2005, 9:14 PM)
hm i doubt any one is going to do that. i suggest looking around here http://wordpress.org for help. you basically need to learn a shitload of css
*


you dont need to know css...

i can help you. PM me.
 
Heathasm
post Jul 6 2005, 10:39 PM
Post #5


creepy heather
*******

Group: Official Member
Posts: 4,208
Joined: Aug 2004
Member No: 41,580



^^ i mean for creating a theme, yes, you need to learn alot of css.
 
delphi
post Jul 6 2005, 10:48 PM
Post #6


Senior Member
***

Group: Member
Posts: 66
Joined: Jul 2005
Member No: 166,231



QUOTE(Heathasm @ Jul 6 2005, 11:39 PM)
^^ i mean for creating a theme, yes, you need to learn alot of css.
*


no you dont. you dont have to use the same classes as the default themes, you can just create a simple theme using only the php functions needed to display your blog.
 
Heathasm
post Jul 6 2005, 11:16 PM
Post #7


creepy heather
*******

Group: Official Member
Posts: 4,208
Joined: Aug 2004
Member No: 41,580



but then it would crappy :P. i've never seen one theme like that. most people just use php includes or iframes though and make some html layout
 
jordanriane
post Jul 6 2005, 11:30 PM
Post #8


when we speak, we breathe
******

Group: Member
Posts: 1,635
Joined: Jan 2005
Member No: 91,760



QUOTE(delphi @ Jul 6 2005, 11:48 PM)
no you dont. you dont have to use the same classes as the default themes, you can just create a simple theme using only the php functions needed to display your blog.
*


Which she could then reply with "then you need to learn about php/functions."
 
Heathasm
post Jul 6 2005, 11:33 PM
Post #9


creepy heather
*******

Group: Official Member
Posts: 4,208
Joined: Aug 2004
Member No: 41,580



^^haha which i know about zero about. you can do color and crap with that stuff? if you dont use css then you will have every thing default...no? you can do positioning with php too?
 
jordanriane
post Jul 7 2005, 12:40 AM
Post #10


when we speak, we breathe
******

Group: Member
Posts: 1,635
Joined: Jan 2005
Member No: 91,760



Well, php functions basically means that you can have different files in a seperate page, ie: This is essential (and amazing) for sites that have alot of pages and would take ages to edit seperately, but with includes, you would only have to edit two pages (header/footer) and your news.php (or any .php you had in the middle) could just contain whatever text you wanted to be in there. The only time you'd ever have to edit it, is to just change the content in it, not the coding, etc.

CODE
<?php
include("header.php");
?>

<?php
include("news.php");
?>

<?php
include("footer.php");
?>


Your header.php would be obviously, the head of your page, which might include stylesheet, and whatever html you have before your "news.php" page. Footer.php would be any html/css/etc that would be under your "news.php."

news.php would, for example, be your blog that is posted by wordpress.
Essentially that would mean you could leave your template in plaintext, because your header would automatically override your news.php with the css found in the header.php.
 
Heathasm
post Jul 7 2005, 02:25 AM
Post #11


creepy heather
*******

Group: Official Member
Posts: 4,208
Joined: Aug 2004
Member No: 41,580



oh yeah? i did a little experimenting with php includes and whatnot with roxy's tutorial on dynamic php pages. which is so awesome *_*. i dont really mess with the php in wordpress, though. i just make new ids change the size add images and etc through my stylesheet, although there are probably some nifty php scripts you could add to it and stuff. for a beginner i suggest getting the gist of css for your wordpress themes and getting into php and whatnot later on because it seems much harder to me.
 
delphi
post Jul 7 2005, 08:17 PM
Post #12


Senior Member
***

Group: Member
Posts: 66
Joined: Jul 2005
Member No: 166,231



actually the wordpress documentation gives u the codes you need. you just need to put them in order. you dont really need to actually learn to code php.

its like coding a blogger.

yes you CAN use css along with the php functions needed to display your wordpress but im just saying its not necessary. you could just use simple html to edit the colors.

you dont even really need to use your own dynamic includes. you can put all your coding into the theme.
 
*mipadi*
post Jul 8 2005, 10:22 AM
Post #13





Guest






QUOTE(delphi @ Jul 7 2005, 9:17 PM)
yes you CAN use css along with the php functions needed to display your wordpress but im just saying its not necessary. you could just use simple html to edit the colors.
*

You probably would have to use CSS in combination with PHP; PHP outputs HTML and it should be styled with CSS, just like static HTML.
 
delphi
post Jul 9 2005, 08:37 PM
Post #14


Senior Member
***

Group: Member
Posts: 66
Joined: Jul 2005
Member No: 166,231



true enough. i'll give you that. you SHOULD learn css if you're going to style your wordpress, but, still, it isnt extremely necessary. you could get by without it.
 

Closed TopicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members: