Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 01-06-2006, 11:09 AM   #1
seoguy
Confirmed User
 
Join Date: Nov 2004
Posts: 381
wordpress design tutorial

i want my own wordpress design, but it doesn't seem so easy to manage this, is there some easy to understand tutorial about how to create own designs in wordpress?
seoguy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-06-2006, 11:25 AM   #2
Doctor Dre
Too lazy to set a custom title
 
Doctor Dre's Avatar
 
Industry Role:
Join Date: Jan 2001
Posts: 51,692
Just look at whats out there . Good knowledge of CSS is definitly needed
__________________
Quote:
Originally Posted by rayadp05 View Post
I rebooted, deleted temp files, history, cookies and everything...still cannot view the news clip. All I see is that fucking gay ass music video from "Rick Roll". Anyone else have a different link to the news clip?
Doctor Dre is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-06-2006, 12:27 PM   #3
dcortez
DINO CORTEZ™
 
dcortez's Avatar
 
Industry Role:
Join Date: Jun 2003
Location: Vancouver Island
Posts: 2,145
How secure is Wordpress? A couple of my sites are on a host which offers blog software and to no surprise, the daily sniffing hits for blog functions is significant.

Also, does Wordpress come standard with 'normal' (non-script) URL capabilties or is an add-on package required (using Mod Rewrite) ?

-Thanks
dcortez is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-06-2006, 12:30 PM   #4
Scotty.T
Confirmed User
 
Join Date: Nov 2004
Location: Scotland
Posts: 1,062
Try this link.

http://codex.wordpress.org/

The site is down for me at the minute for some reason but I am sure there is good stuff in there about modifying themes.
__________________
.
Scotty.T is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-06-2006, 12:32 PM   #5
willysbirthday
Confirmed User
 
Join Date: Feb 2004
Location: balmer
Posts: 436
seoguy,

Just last nite I attempted this myself.

I havent been able to get where i want to go, but i'm making progress...

There are really only 2 blocks of code that you need to learn to use... The tough thing with looking at the default designs is that they use divs and css to identify lengths
__________________
oOooooooOOo
willysbirthday is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-06-2006, 12:35 PM   #6
NoWhErE
Too lazy to set a custom title
 
NoWhErE's Avatar
 
Industry Role:
Join Date: Sep 2005
Location: Canada
Posts: 10,388
Just tough it out, learn CSS and then quit and hire a designer...
__________________
skype: lordofthecameltoe
NoWhErE is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-06-2006, 12:38 PM   #7
willysbirthday
Confirmed User
 
Join Date: Feb 2004
Location: balmer
Posts: 436
ok, that last post was retarted. What I learned was you cant find something similar to what you want, and mod it... you moreso have to do it from the ground up

go into your themes directory and edit index.php


do this:

<TABLE border=1><TR><TD>

<!---- THE GUTS -->

<?php if (have_posts()) : ?>

<?php while (have_posts()) : the_post(); ?>

<div class=hahahahahaha id="post-<?php the_ID(); ?>">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php th
e_title(); ?></a></h2>
<small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small>

<div class="entry">
<?php the_content('Read the rest of this entry &raquo;'); ?>
</div>

<p class="postmetadata">Posted in <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','
','<strong>|</strong>'); ?> <?php comments_popup_link('No Comments hahaha187;', '1 Comment hahaha187;', '% Comments hahaha187;'); ?></p>
</div>

<?php endwhile; ?>

<div class="navigation">
<div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
</div>

<?php else : ?>

<h2 class="center">Not Found</h2>
<p class="center">Sorry, but you are looking for something that isn't here.</p>


<?php include (TEMPLATEPATH . "/searchform.php"); ?>

<?php endif; ?>

<!-- END THE GUTS -->


</TD><TD>
<!-- PUT THEIR NAV HERE -->
<?php get_sidebar(); ?>

<!-- END PUT THEIR NAV HERE -->
</TD></TR>
</TABLE>
__________________
oOooooooOOo
willysbirthday is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-06-2006, 01:40 PM   #8
seoguy
Confirmed User
 
Join Date: Nov 2004
Posts: 381
thanks willysbirthday, i'll try this
seoguy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.