ivovic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: pretty & ugly URL equivalentsits fun to play with URLs, but it sounds to me like you could just be doing this with a query in a page template, and give it whatever URL you want.
Forum: Fixing WordPress
In reply to: UPLOADING WORDPRESS POSTS AND PAGEShow do you set up wordpress locally without grasping the concept of a database?
anyway… check this out: http://codex.wordpress.org/Moving_WordPress
PS: I’ve just been informed that the Department of Human Interfaces has just suspended your capslock license.
Forum: Fixing WordPress
In reply to: Can you give a page an external url link?and here I thought I was breaking ground with the same dirty hack.
desperate times call for desperate measures 🙂theme authors who use wp_list_pages for navigation should include a redirection template.
Forum: Fixing WordPress
In reply to: How do I distinguish posts from pages in permalinks?whatever dude, you can be huffy if you like, or you can embrace the fact that thinking about your permalinks with more clarity has invalidated your supposed ‘problem’.
either way, the solution you were offered was quite a good one.
Forum: Fixing WordPress
In reply to: API Key not working with Stats plugin!!nope… not me.
things returned back to normal very quickly as far as I was concerned. I have no idea why your API key would work for one but not the other.
Forum: Fixing WordPress
In reply to: Pages: Adding the homepage?I know, it’s the sort of patch that makes you wonder if you really need a patch that much in the first place.
I feel dirty even posting it.
Forum: Fixing WordPress
In reply to: WordPress as main page?probably an automated installation via cpanel or plesk or whatnot.
Forum: Fixing WordPress
In reply to: Single posts show twiceok, that kind of freaks me out…
I don’t like when things go bump in the night, especially not on my web-space.
Forum: Fixing WordPress
In reply to: Mobile Phone WP?welcome.
Forum: Fixing WordPress
In reply to: Mobile Phone WP?it has been done, style-sheet wise… but not very well.
ultimately though, even if you’re just doing it with stylesheets, you really want to match it to your own theme to make sure its working the way you want it to.
unfortunately the styles method often results in images being downloaded even though the element is set to display:none;.
you’re better off making a theme specifically for mobile use… but then how to tie it to a subdomain when wordpress keeps redirecting you?
Forum: Fixing WordPress
In reply to: Pages: Adding the homepage?This is dirty, but anyone can do it, and it works if you’re using widgets, etc… etc…
Don’t hate me because I’m prepared to use duct tape to solve a problem.
Forum: Fixing WordPress
In reply to: get_links_list Customizationwell, see I think you’re going about this entirely the wrong way.
instead of putting a div around your h2, and div around the list, why not just use the classes that are already there? Ditch those extra divs, they’re pointless.
<?php wp_list_pages('title_li=<h2>'.__('Pages').'</h2>'); ?> <?php wp_list_categories('title_li=<h2>'.__('Categories').'</h2>'); ?>.categories h2, .pagenav h2 { put BOTH the box-header style stuff here as well as the H2 stuff you were using } .categories ul, .pagenav ul { put the box-content stuff here. } .categories ul ul, .pagenav ul ul { negate the stuff you did up there, remove borders, reset the padding and margins, whatever you don't want that stuff showing up for child pages/cats }everything has its own classes already, just *use* them
Forum: Fixing WordPress
In reply to: Sidebar – prevent refresh – Ajax?I think I remember saying something about it not being as easy as you think, to get it working flawlessly.
Forum: Fixing WordPress
In reply to: API Key not working with Stats plugin!!I think the stats server might be having some downtime – I just disabled my stats plugin because of connection timeouts to stats.wordpress.com
Forum: Fixing WordPress
In reply to: easy easy question !for the record, your easy question turned into a bit of a sewer monster 😛