Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jda10487

    (@jda10487)

    Perfect! Very elegant solution — thanks for your help.

    Worked like a charm.

    Forum: Hacks
    In reply to: Custom wp-admin Theme

    You’ll find most of the CSS files in the /wp-admin/css directory.

    Note that, as far as I know, this is not supported behavior. So you’ll need to re-install (and possibly update) all of your work with every new WordPress release. So there’s not a pretty way to do this, as far as I know (like installing a new theme), but you can create new CSS files to get whatever look you want.

    The other option would be to create a plugin that makes some changes to the WordPress admin panel after-the-fact using Javascript. This may not be a very elegant solution, but it might work if you’re just trying to re-style a couple of buttons.

    The biggest asset I’ve found in making WP easier to understand to new users is custom post types. If you organize whatever content they’re going to want to post into a custom form which has only the relevant fields with more informative instructions and details about each field, most novices can figure out how to create posts pretty quickly.

    Is your site hosted by WordPress.com, or do you have another hosting provider you’re using to host the WordPress software?

    WordPress.com has lots of restrictions about what you’re not allowed to do.

    It sounds like the permissions issue isn’t within WordPress but is behind the scenes on your server. Adjusting the file permissions as the above poster recommended may work, or you may need to do some more advanced configuration — it’s hard to tell without knowing more about how you’re hosting the site.

Viewing 3 replies - 1 through 3 (of 3 total)