shadow
Forum Replies Created
-
Forum: Installing WordPress
In reply to: what is the name of the file that holds the postSo you have dumped the tables or did you backup the tables?
Forum: Installing WordPress
In reply to: blogroll doesnt workCheck in your code to see if you have anything like the following:
Should be in sidebar.php
<?php wp_list_bookmarks(); ?>Forum: Installing WordPress
In reply to: what is the name of the file that holds the postThis needs to be done in phpmyadmin.
Forum: Installing WordPress
In reply to: what is the name of the file that holds the postWhere are you doing this?
Forum: Installing WordPress
In reply to: what is the name of the file that holds the postWhen you backed up your database using phpmyadmin, you should have had an option to save it to disk [generally as a .sql file].
Do you remember doing that ?
Forum: Installing WordPress
In reply to: what is the name of the file that holds the postIt should be a .sql file.
Forum: Your WordPress
In reply to: Simply Simplicity – my work in progressIn Firefox 2.0 it is going a bit wobbly. Would you like a screenshot?
Forum: Installing WordPress
In reply to: getting my blog to my serverOk, first step – do you have an ftp client to upload to the webserver?
Forum: Fixing WordPress
In reply to: Posts showing up twice or moreCan you add one now so we can see what is happening? Just assign your last post to 2 different categories for now.
Forum: Fixing WordPress
In reply to: Posts showing up twice or moreTwice or more where exactly – on the front page?
Forum: Themes and Templates
In reply to: Big blue tweakingOr alternatively [not ideal] but try adding a negative margin to your content:
#content {margin-top: -50px;}[adjust 50px to suit]Forum: Fixing WordPress
In reply to: How to extract thumbnails for recent posts?An option to consider…
Forum: Themes and Templates
In reply to: Need help with logoTry replacing your current background in your css with this…
background: #FFFFFF url(images/logo.gif) top left;Forum: Fixing WordPress
In reply to: Article LinksTo have that showing in your sidebar, paste it into your theme sidebar.php file
Forum: Fixing WordPress
In reply to: WordPress page problemNot sure if I am understanding you correctly, but if you do not want the pages listed in the sidebar, that is easy, – you just remove any code which allows for this function.
As for linking to other pages using the images in the page itself, that is also possible by simply linking to the relevant page via the image.
Am I missing something though or is this what you mean?