Forum Replies Created

Viewing 15 replies - 691 through 705 (of 2,508 total)
  • Yep, you are wise to employ the 301 permanent redirect to capture traffic from the old site. I have heard that you really don’t have to keep those redirects in place for much longer than six months. Once people find your site through the redirects and adjust their bookmarks, you should feel comfortable removing those redirects after a time.

    The benefits of using WP to drive your site are that it’s search engine friendly right out of the box. Combine that with the myriad plugins that do nothing but enhance that and you are well on your way to a nicely optimized site without having to spend a fortune on an SEO expert. Of course, if that is a big concern of yours, you are prolly best to go ahead and do much more in the way of SEM, but as I said, it’s a great START in the right direction with a minimum of effort on your part.

    It is a very popular blogging app/CMS and I think it’s at the apex of its popularity right now. This is good because it means that there are a lot of people who are very familiar with it so there’s no shortage of help (this forum, independent tutorials, new ways to push the WP envelope) if you run into trouble. There are a vast array of plugins that let you do just about anything with WP.

    The ability to edit your content online is great and it’s as easy as typing in MS Word. (Although I discourage you from cutting and pasting from Word into WP. Word is *not* a text editor!) But the convenience of being able to add and edit content will keep you from dragging your feet about updating your site because it’s a bigger PITA to write an HTML page and upload it to the site than it is to create or edit a post or page.

    It doesn’t matter what dashboard your web host uses (Plesk, cPanel, etc.). All that is necessary is either:

    1. It has Fantastico so that you can do a “one click” install of WordPress. (This isn’t the better solution because often, Fantastico hasn’t kept up with WP so that it is not installing the *latest* version of WP.)

    OR

    2. It has the ability for you to create a new MySQL database. This will enable you to do a manual install of WP which IMHO is the better solution because you have complete control over what version is being installed and you always want the latest and greatest.

    Once WP is installed, you use an FTP program (Cute FTP, Filezilla, WSFTP, etc.) to FTP plugins and themes to their respective directories (folders) within the /wp-content folder.

    HTH.

    Forum: Fixing WordPress
    In reply to: Ready to give up

    I’m glad you are not giving up, PurpleRose. Once you have your lightbulb moment, and you WILL if you’ve been designing for as long as you have, you’ll be amazed at what you can do with it and how flexible it is. Good luck with it!!!

    Forum: Fixing WordPress
    In reply to: Ready to give up

    Well, the DESIGN .. that can take eons, depending on whether I’m in a creative mood or not. But once I’ve got that design laid out, cutting it to WP (or Textpattern or sNews or Movable Type or whatever it may be), isn’t that difficult once you do a few. (It’s kind of like killing in that way; it gets easier the more you do it — not that I’d actually KNOW about that!)

    I keep bare bones templates of WP, MT, TXP and sNews with all their styling hooks. That makes it easy to work with the CSS and ensures that I don’t leave something out. Does this make sense? Of course, I’ve been designing for WordPress for over four years now; and when I first started, I have to admit I had SOME trouble, but coming as I did from a Movable Type environment (where there were no less than five main templates, nine archive templates and scads of other bits that had to go into the design/layout), the fact that I could basically, if I wanted to, work only with one template (at the time, WP was laid out a bit differently than it is now, but even now, you can streamline it to a handful of templates, header.php, footer.php, sidebar.php and index.php and you’re done) was a BIG improvement over the headache that MT had become.

    Forum: Fixing WordPress
    In reply to: Ready to give up

    You guys are making mountains out of molehills. It’s a basic HTML layout, and you can plop the WP guts into it. When I design for WP, I create the basic structure, all the divs, etc. Then I section it off into header.php, index.php, sidebar.php and footer.php. Once that’s nailed down and validated, I work on fine tuning it. Depending on the complexity of the design and the functionality I want my theme to have, it can take anywhere from a few hours to a few days.

    These tutorials should help tremendously:
    http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/

    http://www.cre8d-design.com/blog/2006/01/27/blog-design-101-creating-your-own-wordpress-theme/

    http://jonathanwold.com/tutorials/wordpress_theme/

    And I saved the best for last, my friend, Shelly:
    http://anekostudios.com/2006/09/21/how-to-create-a-wordpress-template-or-theme/

    it doesn’t validate because of the theme switcher plugin

    This is a pet peeve of mine. If I can create a validating site, surely some of these plugin authors can put validating code in their plugins. Grrrr.

    In Chris Pearson’s Cutline Theme (which is what necolas1 is using), the pages are hard coded (for the love of God, why?). You should substitute this code so that the pages will automatically appear on the top nav bar:

    <?php wp_list_pages('&title_li=','title_li= '); ?>

    Two snaps and two thumbs up. I’m glad you provided for wrapping text around images in posts. So many theme designers don’t bother. The only thing that would make it perfect is Definition List (DL/DT/DD) styling (I use that all the time)!

    Good job.

    For “site design” and flexibility Joomla is leaps and bounds ahead of WordPress. At the sametime what Joomla blogware exists is no comparison to WordPress.

    You’re joking, right? I hate Joomla because you can’t create a tableless design, especially if you use modules. Or if it can be done, it ain’t easy. So that statement is disingenuous from a design standpoint. Anything that relies on tables for its layout or design cannot possibly be flexible.

    amen, brother ben!

    And about using generic code and yet making a unique design out of it, I suggest you look at all the wonderful designs at CSS Zen Garden. They all use the same HTML code and stylesheet. It’s just how the CSS is applied that makes each design unique. So the originality lies within you and your ability to deliver a fresh, different design. Not in the code.

    Go here. Prepare to be dazzled.
    http://www.csszengarden.com

    Forum: Themes and Templates
    In reply to: Page Border

    If all you want is a border around your entire layout, just create a wrapper container and center it from left to right:

    #wrapper {
       margin: 0 auto 0 auto;
       border: 1px solid #f00;
    }

    Style the border however you want as far as pixel size, border style (solid, dotted, dashed) and color.

    In your header, under the body but before everything else, add this:

    <div id="wrapper">

    At the end, after the closing footer division and before the closing </body> tag, add this:

    </div><!-- /wrapper -->

    That should do it.

    Forum: Requests and Feedback
    In reply to: Publishing

    Have you created a post or Page yet? Is WP actually installed on your site? Do you see a welcoming post and a sample About page?

    In the writing area, there’s a button on the left hand side, “Publish.” In the WP Dashboard you can view your posts and easily see at a glance which are published and which are not. Ditto for Pages.

    Are they enabled in the particular theme that your site is using? They must be enabled on a theme-by-theme basis in order to work.
    http://www.michaelaulia.com/blogs/how-to-enable-gravatar-on-wordpress-25.html

    Forum: Themes and Templates
    In reply to: Am I an Idiot?

    Actually he’d ad that closing div right before the closing </body> tag.

    Have you tried to login to Gravatar.com using your WordPress.com email address? It should work. If it does, you should see a dashboard/control panel that has at least one gravatar on it.

    P.S. When you’re as old as I am, believe me, you appreciate being thought of as a kid, no matter WHAT the context! 😉

Viewing 15 replies - 691 through 705 (of 2,508 total)