Alex Cragg
Forum Replies Created
-
Forum: Installing WordPress
In reply to: dynamic side menuhave a look at using the fold page list plugin.
Forum: Your WordPress
In reply to: Wiitalia: WordPress as a Cmsthat looks so good! really impressed!
how did you achieve the changing image effect?
Forum: Fixing WordPress
In reply to: Tags: List, But Not A Cloudplus all the t1 t2 etc aren’t in your list either. so they are all just
<a>, with no way to distinguish between themForum: Fixing WordPress
In reply to: Tags: List, But Not A Cloudeach of your tags in the sidebar is just a
<a>under a<ul>start, so your css with<li>has nothing to style.Forum: Fixing WordPress
In reply to: Tutorial: Add Flash To your Postsso does this allow you to embed flash from any site on the net? or does it have to be on your server? if its any site then i might well try this for something ive just been creating a link to up until now.
Forum: Themes and Templates
In reply to: wp_list_pages() questionsadish, i was wondering how this can work in a sidebar, im assuming it has to be called within the loop as it is? or am i just not getting it at all? ive got it working in index.php after have posts etc, but in the sidebar it produces nothing. thanks
Forum: Plugins
In reply to: WordPress 2.1.3 Akismet Vulnerabilitycheck on the akismet site to see if the version you now download is an updated one from that day, otherwise you could be right, it might be a scam to get you to download a dodgy version. Unless the download link they give takes you to akismet?
Forum: Plugins
In reply to: Showing Private Pages/Posts Titlesby private, do you mean you set the post status to private? not sure how you show those, as they’re private 😉
what you can do though is publish a post as normal, with published as the post status, but add a password. This way the post title will show up wherever you show recent posts, but you will have to put in a password to read it. so in effect its private.
🙂
Forum: Fixing WordPress
In reply to: How to “Power by WordPress”maybe not quite what you want to do(not sure its possible), but there are a few tutorials on converting HTML into a WordPress theme.
http://www.andrewstrojny.com/web-design/convert-xhtml-css-to-wordpress/
http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/Forum: Themes and Templates
In reply to: Custom header link not workingwhy not make
url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg.jpg")an image with a link attached on it.Forum: Requests and Feedback
In reply to: Looking for French social bookmarking sitesje le connais depuis toujours comme ‘social bookmarking’, meme en francais. J’ai presque jamais vu
marque-page social.tous ce que j’en ai besoin maintentant et un clavier francais, ou meme l’envie d’ouvrir word!
bonne chance!
Forum: Requests and Feedback
In reply to: Looking for French social bookmarking sitesbookmarks.fr is one
there is also a french version of Alex King’s share this, but its the same sites as in english. http://themes-du.net/2007/04/11/le-plugin-share-this-en-francais/
Forum: Fixing WordPress
In reply to: Making a sidebar detect login show different menuok, ill rephrase it…
<?php wp_loginout(); ?>shows logout if you are logged in, and is a clickable link to logout, so you must be logged in.
and shows login if you are logged out, and is a clickable link to login, so you must be logged out.
But it was answering the OP.
But Kadtesgasis post could be adapted to do what you want vistasucks. With the use of some if statements.
Forum: Fixing WordPress
In reply to: Making a sidebar detect login show different menudoesnt this show whether you are logged in or out?
<?php wp_loginout(); ?>
maybe indirectly i suppose, it says login or logout, and surely from that you can work out if your logged in. it is even a link so you can login/logout…Forum: Themes and Templates
In reply to: Different Browser Problems?i use <!–[ifIE]> to use a different style sheet for IE. That way, i design for standards compliant browsers like FF and Opera, and then make mods for IE, and my other style sheet isnt touched, and the other browsers still look perfect.
I say we start a campaign to recommend firefox instead of the awful IE…maybe a site with buttons and banners and top members etc…oh wait…