Forum Replies Created

Viewing 15 replies - 511 through 525 (of 1,478 total)
  • ivovic

    (@ivovic)

    look in the root directory – make sure your FTP client is set to display hidden files (or ‘dot files’)

    ivovic

    (@ivovic)

    I think I get what syedabbas is asking… but Joni is right, there has to be some structure there – even if it actually doesn’t MEAN anything.

    syedabbas, consider creating a “bin” category, which only serves the purpose of being excluded from your main blog chronology. You can use query_posts to exclude ‘bin’ from the main page. (you can also exclude ‘bin’ from your list of categories in the sidebar, so for all intents and purposes it doesn’t exist)

    That part is now done, right?

    So now you have 132413241234 posts in the Bin… now you can use get_posts anywhere on your site to pull each of them by their post ID, one by one wherever you want.

    You can pull their extract, or just a title, or the whole thing… and link back to the full article or “permalink” as you call it.

    The post will still be viewable via its permalink, even though it doesn’t appear in the main blog chronology.

    While you say there’s no organisational structure behind which posts should appear in the bin — that doesn’t negate that the bin must exist in order for you to tell wordpress which posts to treat differently.

    ivovic

    (@ivovic)

    people think a content management system is rigid, or something… some are, but most are not.

    WordPress certainly isn’t rigid.

    Don’t think in terms of what wordpress can and can’t do… that’s only going to lead to threads like this where you ask if wordpress can do something it’s not even responsible for.

    Instead, think of wordpress as a back-end system for writing content and storing it in a database. It does that quite well and with a high usability score, as evidenced by the mountain of technical illiterates writing content.

    The rest is really up to you. The presentation of that content is done with an extremely flexible templating system. It’s so flexible because it’s not really a system at all… more of a toolbox, and even then, it’s not limited to the tools available, you can add more tools anytime with a little PHP.

    Anyone with some broad PHP skills can design any kind of website (mostly with HTML and CSS) and then use a few select and not particularly complex snippits of PHP to call a variety of wordpress functions into play, *anywhere* in that design they see fit, and if you don’t like the wordpress functions for extracting content, you really don’t have to use them.

    Chances are you’ll find most of them useful, but if you really need your templates to do something unusual, then you’re just free to make it happen.

    That’s why I like wordpress over any of the CMS’ out there with a fixed templating language.

    So, in summary, wordpress handles the data entry part – if you can get over the nomenclature of everything being somewhat blog-related, then you can see that a database record is a database record, right?

    A post can be a widget in a catalogue, and with that a category can be an index of almost anything. You can create a template to display the same “posts” either as full articles, or as songs in a playlist, it’s completely up to you how much of each post you extract, and where you extract it. The nice thing about it is that you can filter everything by simply attaching ‘categories’ to your posts….

    Lets say you DO really want to display a playlist of songs along side your articles. If you file a post under the Song cateogory, your template can extract only those posts and display them as songs – while treating everything else as an article.

    Now lets say you also want to use wordpress as a makeshift CRM… no problem, just add a “contacts” category, with subcategories “clients”, “suppliers”, “logistics” etc… and proceed to post contact sheets to those categories using completely ad-hoc custom fields of “address” and “phone number”…

    now you’ve got articles, songs and contacts all of which look nothing like each other simply because your “contacts” page has been templated to look like an address book.

    Want to turn a contact into a song? easy, just put it into the Song category – in fact, if you want, you can have it be both things at the same time.

    There’s nothing more flexible than having no rules.

    I hope that’s helped a bit… perhaps it’s caused more confusion, but I think that’s OK, because confusion is the first step in dropping the shackles of nomenclature. Just forget that your data is traditionally supposed to be a blog post, and you can do anything with it.

    ivovic

    (@ivovic)

    oh yes, of course… I forgot about pages being in there too.

    excellent.

    ivovic

    (@ivovic)

    no no, you were quite clear, the original poster was not (at least not to me).

    ivovic

    (@ivovic)

    *winds up clockworkjoe and points him in the direction of scribblerguy’s post*

    Read that again, particularly the part about page templates, Joe.

    ivovic

    (@ivovic)

    do it the old (pre-2.5) way.

    $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->posts WHERE post_status = 'publish'");
    ivovic

    (@ivovic)

    Just a small question from a casual observer… the word ‘fraternity’ comes from the latin ‘frater’, which means ‘brother’.

    How does a women’s brotherhood make sense?

    Sorority, from the latin ‘soror’ meaning ‘sister’ is surely more accurate, isn’t it?

    I’m big into female empowerment so don’t bite my head off for being more into literacy than feminism.

    Forum: Your WordPress
    In reply to: My Personal Blog
    ivovic

    (@ivovic)

    I did read that… but presumably you’ll turn that back on eventually… and the form will still be there.

    ivovic

    (@ivovic)

    it really is up to you to determine the fitness of any product for your purpose.

    I can tell you though, that it’s certainly possible to do what you want with wordpress… and quite easily, for someone prepared to invest some time in a little research.

    The fact that you’re asking this here though, seems to suggest that maybe you don’t fit that bill. There are more specific solutions out there for product reviews, but they won’t be nearly as flexible.

    You’ll have to make that call, though. Nobody else can do that for you.

    ivovic

    (@ivovic)

    what’s she supposed to do? give you a different answer, just because you don’t like the real one?

    if you’re using editor A and getting problem A, don’t you think you should start with a fresh file and try editor B?… and then C, D, and the rest of the FCUKing alphabet before you claim you’ve tried everything?

    only an idiot does the same thing over and over again expecting a different result.

    ivovic

    (@ivovic)

    the main problem is that you now have duplicate content as far as google is concerned.

    this can apparently really hurt your rankings.

    Forum: Themes and Templates
    In reply to: I have problem
    ivovic

    (@ivovic)

    the IE Developer Toolbar is also a good idea to keep around.

    ivovic

    (@ivovic)

    the solution is to give images their own href attribute, you hear me w3c?

    ps: extra-marital consolation available. enquire within 😛

    ivovic

    (@ivovic)

    kwalerow, use FTP to connect and remove the wp-config.php files from both sites ASAP. You’ll need to change the passwords, but there’s no reason you should just leave the details sitting there for the next person to trip over.

    by the way, you still have a reference to one of the sites in your original post – get rid of that while you can still edit the post 🙂

Viewing 15 replies - 511 through 525 (of 1,478 total)