andy_b
Forum Replies Created
-
Forum: Themes and Templates
In reply to: link to pages in themei understand i can create pages in the wordpress interface however i am trying to work out why i can not seem to link to a file i have created in my theme directory.
is there a reason for it? does wordpress not allow it?
Forum: Themes and Templates
In reply to: link to pages in themeno.
i created a php file and placed it in my theme directory.
i am trying to link to this file.eg. about.php contains
<?php include(‘header.php’); ?>
<div>hello</div>
<?php include(‘footer.php’); ?>about.php is located in same directory as header, footer and template files
Forum: Fixing WordPress
In reply to: Make Sidebar Move To The Left A Little?the alternative would be to stretch the existing boxes to the right, to close the gap. That would be easier i think
Forum: Fixing WordPress
In reply to: Make Sidebar Move To The Left A Little?play around with
the width and margin properties of
#homepage
#homepagetop
#homefeaturesee what happens
Do you have dreamweaver or any similar program? If so save your web page, open it in the application. it makes it easier to see which divs hold others
Forum: Fixing WordPress
In reply to: How do you display posts from a category on a page?not sure what you are asking.
The category.php file will dynamically create a page of all posts in a given category.Are you trying to add additional content to the result of this page? Are you trying to add the content at above the first post displayed? What is this content? Are you just trying to list the title of each post in the category?
Forum: Fixing WordPress
In reply to: Make Sidebar Move To The Left A Little?is there a div that contains recent articles, featured articles and that grey box? if so look at the class for that div and its margins or padding
eg.
<div class='container'> <div> grey box </div> <div> featured articles </div> <div> recent articles </div> <div>
look at margins and padding for container class.
Forum: Themes and Templates
In reply to: comments_text()solution found on another thread
https://www.ads-software.com/support/topic/164771Forum: Themes and Templates
In reply to: comments in an iframecheers jleuze, sorted it!!
Forum: Themes and Templates
In reply to: comments in an iframei want to do this because it will look cleaner. just a small window under the post that you would scroll to view all comments.
So how hard is this to do?
Forum: Plugins
In reply to: search bar lost fuctionality in firefox after 2.6 upgradeanyone?
Forum: Fixing WordPress
In reply to: link url – not savedso has anyone found this to happen? is it a bug?
Forum: Fixing WordPress
In reply to: [gallery] insert gallery into postnone that i am aware of.
in wordpress 2.6 there is a button called “insert gallery into post”
underneath all of the images you upload. i am assuming the word gallery just means all of the images uploaded.