thisisaw
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: brain hurting, please helphere’s what I am doing so far with no luck:
(to my them index.php)
changing from:
<div id=”header”>
<h1></h1>
</div>
to:
<div id=”header”>
<h1></h1>
<p class=”description”><ul class=”menu”>
<li class=”current_page_item”>Stories
<li class=”page_item”>Media
<li class=”page_item”>Articles
<li class=”page_item”>Profiles
<li class=”page_item”>Submit</div>
AND to my style.css:
adding:
#header {
padding: 0;
margin: 0;
margin-top: -23px;
position: relative;
height: 270px;
width: 780px;
background: #3371A3;
background-image: url(https://www.thisisawkward.com/wp-content/themes/default/images/personalheader.jpg);
border-bottom: 2px solid #BEBEBE;
}THIS isn’t neccessarily how I am going to make the exact changes, but it is not working at all… the links are just shown in bullets underneath the header… what else do I have to change??? I am using Kubrick template.
tyvm
Forum: Fixing WordPress
In reply to: Expand/collapse or show/hide subcategoriesyeah I’m trying to do the same thing…
Forum: Everything else WordPress
In reply to: Reader Submission FormAnything easier than this?
like code that I can just copy and paste into a new WP page?
or a tutorial somewhere?
J~
Forum: Installing WordPress
In reply to: Scott Heavner ratings plugin problemquote from the tutorial:
“
i include this twice in my index.php Once immediately after require(‘./wp-blog-header.php’) at the top of the file:<?php
/* Don’t remove this line. */
require(‘./wp-blog-header.php’);
rating_the_form(‘process_only=1&rating_field=user_rating’);
?>
and again just after the content
<div class=”storycontent”>
<?php the_content(); ?>
<?php rating_the_form(‘rating_field=user_rating’); ?>
</div>”
I don’t understand it because in the themes index.php, there is no “require” command, but in the main index.php there’s basically nothing at all.
anyway, ill try to tamper with it,
j~