the red bicycle
Forum Replies Created
-
Also, I know this may sound dumb but are your editing the standard ticket that comes as default or just creating a new one whilst leaving the default there? If you are then naturally EM will create another set of “standard tickets” aswell as those you made. Make sure to delete the existing ticket after you have created your own (or just edit it!) I have had trouble in the past where I deleted the default ticket BEFORE adding my own and it then wouldnt let me do anything…
And Im just happy that the beta version is stable enough to index my site, even though I dont have permalinks.
Good job Arne!
Forum: Fixing WordPress
In reply to: Excluding categories from next_posts_linkI found the documentation for next_post_link very usefull. Made me thank Wp for being so adaptable. And thanks to you for your response.
Forum: Fixing WordPress
In reply to: Excluding categories from next_posts_linkI found the above usefull to a certain point..Is it possible to limit the categories excluded using a query
<?php
if ( is_cat=1() ) {
query_posts( ‘cat=-2,-3’ )
if ( is_cat=2() ) {
query_posts( ‘cat=-1,-3’ )
if ( is_cat=3() ) {
query_posts( ‘cat=-1,-2’ )I would like to use this to include only posts from the same category from showing up in the single post template next/previous link.
Thanks a bucket
Forum: Themes and Templates
In reply to: next_post_link not working in Chrome?It sorted itself out….but after much mucking around with css. Now the link is clickable.
There is a z-index: 1, for the caption div that shows ontop of header img, but this is seperate from link div.
Forum: Themes and Templates
In reply to: Twenty Ten, align background to bottom?Hi all, I have tried the same approach: changing the body css to position center Important! but no go….
Perhaps in wp 3.1 this is no longer valid?
I am using version 3.2 (the most recent i think?) and would like to have sidebars hidden in posts and pages. Thanks for the quick response, ??
glenn
Forum: Installing WordPress
In reply to: Trying to install WordPress to root directory, totally failing!Well at least it did for while. Now when I want to view other pages, it tries to go to the wordpress url: wordpress/about etc, so I think it needs settings changed?
Forum: Installing WordPress
In reply to: Trying to install WordPress to root directory, totally failing!Im pretty new to Wp as most people are on these forums, needless to say that my advice is only based on what I managed to achieve: reinstall wp without any /wordpress3.0.4 file or /wordpress file to the root dir.
Its simple and works. atleast for me it did…yahy