ivovic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to put up a “persistently playing” music player jukeboxautomatically-playing music is incredibly annoying, even for music sites… I *hate* that most people are so accustomed to it now, that you almost HAVE to do it, or people start scratching their heads and wondering why you didn’t.
set up a page with a pretty music player and a playlist, and just let visitors open that in a tab (or a new browser window) while they surf around – or go off to a completely different website.
chances are, even if you only have 3 songs on the site, you’re likely to have 10 minutes of other content to keep people busy while they listen, so why not make it easy for them to go wherever they want, while they keep a tab or a window open?
better yet… set up a playlist that opens streaming music in their favourite music player (or windows media player, if they don’t have a favourite)… with album art, and the whole deal.
take the music out of the damned browser in the first place.
Forum: Fixing WordPress
In reply to: Ugly WordPress 2.5there’s nothing I like better than plunking holes.
Forum: Fixing WordPress
In reply to: Help plese. it’s very urgenthow did you comment the whole plugin file AFTER YOU DELETED IT?
exactly.
Forum: Fixing WordPress
In reply to: Suggestions on Hosting CompaniesI don’t know anything about bluehost specifically, but I’ve found that quite a number of hosts treat international customers with contempt.
… as if the only people who have the birthright to be hosted have US contact addresses.
Forum: Fixing WordPress
In reply to: Using get_archives command but leaving out a categoryWell colour me surprised at the cascading set of events.
I’m really glad you’re happy. 🙂
Forum: Fixing WordPress
In reply to: Using get_archives command but leaving out a categoryConsider using get_posts() instead. It’s far more flexible.
Forum: Fixing WordPress
In reply to: Ugly WordPress 2.5hah… I’m for it.
actually, given that a lot of less technical users tend to post by pasting from MS word… and MS word has a nifty save as HTML feature…
what *is* wrong with going back to ye olde HTML pages? 😉
Forum: Fixing WordPress
In reply to: How to add link on top nav bar to external sitecheers for the plug 😉
Forum: Fixing WordPress
In reply to: WordPress, Best Way to Integrate?I think the best way to integrate is not to.
really, theming wordpress into an existing site is more copy/pasted than anything else. If your needs for a blog are minimal – that is, a blog chronology and a single posts page, then you only really need to work up two templates, and an is_category conditional to display your cat links as excerpts via the index template.
two files.
as for the css, it is quite possible to use your existing site’s styles on your wordpress theme. Even if the wordpress classes are a bit different, there’s nothing stopping you from specifying multiple class names, or nested elements in your existing CSS.
so what’s left to do? make two pages with a couple of php functions in them which remain identical for every site you make from here on?
big deal.
better than dealing with the fallout of integration and trying to integrate the targets of any hyperlinks in your blog format, yadda yadda…
…
I will tell you something for free, though…
if you’re integrating wordpress into your webside designs, then you’re *NOT* using the right CMS for making your sites in the first place.
there are a lot of choices for CMSs, and the vast majority of them offer an easy way to stuff a blog template into your design. If you’re not using any of those already, then you could consider using wordpress to manage the whole site, and forget about pointless static pages.
think it over.
Forum: Developing with WordPress
In reply to: Taxonomy: same slug, different taxonomysince there’s about to be another major release in august which doesn’t address this, I think it’s safe to say that it’s not considered a high-ranking problem by the dev team.
if you actually want a solution to this, then it’s better off in plugins & hacks I would say, as it is definitely going to require hacking.
Paths is all this affects, by the way – breadcrumbs don’t use slugs as the link text, and neither do titles, so lets at least be realistic about how this affects things.
you want cat/cars/honda and cat/bikes/honda, as opposed to having to deal with cat/cars/honda-cars and cat//bikes/honda-bikes… that’s *all* this affects.
A little annoying? maybe… Serious? not really.
Most issues like this can be resolved by throwing your bikes in cat/bikes and your cars in cat/cars, and then tagging them both ‘honda’ so you can find all your honda gear in /tag/honda
if you wanted only honda bikes, you could tag your posts accordingly, and do /tag/honda+bikes, voila.
Hi,
you wanna edit all that out, and post it to http://wordpress.pastebin.com please?
Also, please actually make mention of why you’re pasting it… be specific about your problem.
What kind of invite system are we talking about here? Does it lock-down your posts?
Forum: Fixing WordPress
In reply to: Finding Help For Dashboard Exercises for Clientglad to be of service 🙂
Forum: Fixing WordPress
In reply to: Make Category Page the Home Pageyou don’t even need the ‘if home’ part usually… make the change to your theme’s index.php, put query posts before the “while” loop in that template, and you’re golden.
http://codex.wordpress.org/Template_Tags/query_posts
http://codex.wordpress.org/The_LoopForum: Fixing WordPress
In reply to: I want to make a page use the category-6.php templatecouple of links for ya…
http://codex.wordpress.org/Pages#Page_Templates
http://codex.wordpress.org/Template_Tags/query_poststhe keywords in your post title were ‘page’ and ‘template’.
Forum: Fixing WordPress
In reply to: Finding Help For Dashboard Exercises for ClientJoni, customers tend to choose like-minded service providers 🙂
…
OP, consider offering your client an “introductory support package” when you deliver the site. I’m not really a web designer, but I do work in a service industry, so I think it makes good sense for you to offer them a “good deal” on some customised assistance with their new site.
It’s as easy as adding the offer to the end of your invoice.
That way they know that they’ve just paid you for the design, not for a lifetime of slave labour, and they also know how they should proceed if they’re willing to pay for some support to get them started.
Yay for upselling 😉
Just a thought 😉