lashout
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: what do u guys think???Nice theme, There are not many dark themes out there
Forum: Themes and Templates
In reply to: New Theme: GoReddamn i was late on that one π
Forum: Themes and Templates
In reply to: New Theme: GoRedhttp://mywebsight.ws/greenery.zip
already ported to wordpress
Forum: Themes and Templates
In reply to: New Theme: GoRedrummy it is called greenery
Forum: Themes and Templates
In reply to: New Theme: GoRedAre you downloading the gored theme or the PSD for mellow ?
Forum: Fixing WordPress
In reply to: Image Frustration!!can u try adding this to your CSS
.left {
margin: 10px 10px 5px 0;
float: left;
}
#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #eef9ca;
}Forum: Fixing WordPress
In reply to: Page does not appearlink to your site might help
Forum: Themes and Templates
In reply to: Looking for a basic themeyou could take a look at the classic theme, Or you can just contact me lash@lash-out.com and I could help ya with the css editing.
Forum: Fixing WordPress
In reply to: Newbie Questions1. <br_/> is the break tag pls leave out the _
2. yes it sets each post to a ID
3. yes if your sidebar function is called on those other pages
I hope I got all that right π
Forum: Plugins
In reply to: How to put images.you could put them in a images folder…
Try this /root/wp-content/theme/yourtheme/images
This is just a example, if your wordpress is installed in the root dir.
Forum: Themes and Templates
In reply to: Looking for a basic themeWhat are you tring to do on your current site. It might be easier to just fix the style code there instead of building a new layout..
Forum: Fixing WordPress
In reply to: php includes in pagesYea I got that impression after I read the other post …
Forum: Fixing WordPress
In reply to: php includes in pagesOk you really need to link us to the page your tring to do this too…
Also you can’t just copy what I have and paste it in the post section of the site and it work. You will need to edit the template and then change the file name to the includes that you need.
example
<?php
include(‘test.php’);
?>Forum: Fixing WordPress
In reply to: php includes in pages<?php include(‘filename’); ?>
or
<?php require_once(‘filename’); ?>
Forum: Themes and Templates
In reply to: New Theme: GoRedThats a valid point , I will work on getting it fixed in other versions