Forum Replies Created

Viewing 15 replies - 661 through 675 (of 1,478 total)
  • ivovic

    (@ivovic)

    well, I hate useless tooltips on links too, so I kind of understand – but I think this would be something that requires hacking core code, and I don’t really advocate that for something this trivial, as it will need to be redone for each upgrade.

    ivovic

    (@ivovic)

    well, use one of the classes not both… page_item and page-item-3 are two different classes.

    ivovic

    (@ivovic)

    http://ipsource.tv/?cat=3&feed=rss2

    if you were using rewritten permalinks, it would be /category/feed, or really /anything/feed.

    feeds are available by adding that to any URL you’re currently viewing, so it makes it pretty easy to generate a link in your template.

    ivovic

    (@ivovic)

    well, actually, the sitemaps feature tells google which pages to crawl and how often… so once it gets to crawling them, it’ll touch your tags as well as the rest of your post.

    ivovic

    (@ivovic)

    in those 19 hours you could have hit ‘view/source’ in your browser and seen:

    <li class="page_item page-item-27054">
       <a href="http://dencx.com/?page_id=27054" title="Blingo">Blingo</a>
    </li>
    <li class="page_item page-item-27012">
       <a href="http://dencx.com/?page_id=27012" title="Friends">Friends</a>
    </li>
    <li class="page_item page-item-27004">
       <a href="http://dencx.com/?page_id=27004" title="About">About</a>
    </li>
    <li class="page_item page-item-27019">
       <a href="http://dencx.com/?page_id=27019" title="Contact">Contact</a>
    </li>

    See how each of them has two classes specified?

    you can style either .page_item, or more specifically, .page-item-27004

    ivovic

    (@ivovic)

    you’re welcome πŸ™‚

    ivovic

    (@ivovic)

    to do this right, you’d want to insert the page break after the next </p> tag, following your character/word limit.

    ivovic

    (@ivovic)

    yoursite.com/wp-admin

    ivovic

    (@ivovic)

    well if you have multiple domains, then a single copy of wordpress isn’t going to help you run them all very easily – wordpress mu might, but I don’t suggest it.

    I absolutely do suggest that your site with wordpress installed already be configured to run the whole site, yes.

    I think wordpress is a very flexible and powerful content management system, if you actually spend the time to code your templates properly.

    Once the data is a post or a page, it’s up to you to extract it wherever you wish, which can be daunting for some, but offers incredible flexibility to all who sieze it.

    Because of that, I’d suggest it should probably be the CMS on your other domains too, but alas, not a single install of it, no.

    ivovic

    (@ivovic)

    your theme will very likely have a file called style.css in it… you can modify existing definitions or add your own in there.

    ivovic

    (@ivovic)

    well, the suggestions you’ve been given so far aren’t going to be any better.

    If you’re prepared to pay for it, dedicated hosting can be really nice. My sites are at The Planet, and I’ve loved it there. They’re not the cheapest dedicated host and not the most expensive either, but they give you all the “hands” time on your server you’re likely to require, free of charge, and their “orbit” control panel is really nice.

    Ticket response time is anywhere between 2 minutes and 2 hours, but no longer than that, and resolution has been under 4 hours every time, for me – which has included fixing issues with me locking myself out of my own server by accident, free of charge.

    Your site probably doesn’t need its own server, so if you can swing it, get a couple of friends together. You’ll really feel the difference between 400 sites on the one box, and only 4 or 5 (or 20 friends, if their requirements are low, it’ll help offset your server cost).

    ivovic

    (@ivovic)

    well, yes and no…. how separate? πŸ˜‰

    basically you can serve different looking sites by styling your blog by parent page, or parent category and splitting it up thusly.

    if you’re not really confident with php and templates and editing your theme, this will be a painful exercise for you – but DEFINITELY worth it, in my opinion, over running 4 copies of wordpress in the same space.

    If you’re planning to ask “how?”, don’t. It’s a protracted discussion that depends a hell of a lot on what you want to achieve and the look you expect.

    Instead, make this site your best friend: http://codex.wordpress.org/Main_Page

    once you’re familiar with the basics, it will flow quite easily, you just have to grit your teeth and learn as much as you can about templating.

    on the other hand, if the sites are entirely different and look NOTHING like each other, then you should probably consider giving them different domains, and running different copies of wordpress.

    ivovic

    (@ivovic)

    get your pages to validate first, then we talk

    http://validator.w3.org/

    ivovic

    (@ivovic)

    Hi OP.

    did it dawn on you to look up there on the menu bar, between the word FORUMS and DOWNLOAD? πŸ˜‰

    There’s a good chance those hosts are featured there because referrals support wordpress, so I’d give them a shot over any one person’s opinion here.

    http://wordpress.org/hosting/

    ivovic

    (@ivovic)

    that stupid plugin adds its own stylesheet.

    You’ll find it in:
    /wp-content/plugins/seesmic-wp-plugin/seesmic-wp-plugin.css

    I’m sure it only has a few styles in there, so you should be able to change them easily.

    A lot of plugins do this, so it always pays to check the plugin directory for any CSS files.

    BTW, bumping 11 month old threads to post something only very loosely related, probably isn’t the best idea. Especially ones marked RESOLVED.

Viewing 15 replies - 661 through 675 (of 1,478 total)