Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)
  • Thread Starter jpcstl

    (@jpcstl)

    Moshu, right, I realized that the other day. So at the site admin tool, the data base is there, I see it. I might just delete it and start over and see if I can create it again, that should give me more control on the install that I’m used to (rather than using the screwing online thing).

    Thread Starter jpcstl

    (@jpcstl)

    Whooami, thanks, that’s just the prod I needed. For the life of me I couldn’t figure out what was going on or where the changed needed to be – it was indeed in the admin/options area.

    It’d been ages since I used WP, then when I reinstalled 2.1 it just sat there for months before I’m finally now getting around to trying to set it up. I’d forgotten where settings like that were set (I just assumed since I saw my index page, everything was kosher until I started trying to create pages).

    Thanks for the help with the total braincramp.

    (jumping in here)
    I use filezilla as well … at home. I can’t have it at work, but will want to update files from work (over lunch!*grin*) via the editor. I’ve tried changing the Themes directory permissions, but they don’t seem to trickle down? So I changed the permissions of the files themselves (774), and am still getting the ‘if this page were writable’ message. Any thoughts?

    Thread Starter jpcstl

    (@jpcstl)

    Ahhhhh, didn’t know that, didn’t know there was a Pages Management issue. Hmm. Well, seeing as I have a way to list cats as pages, and that it’s just as easy to make a Cat Template as it is one for Pages, I’ll stick with Categories. Lord knows folks here have their finger on the pulse of WP much more than I do, I was just trying to understand the differences and the issues. Thanks, all!

    Sweet, thank you!

    Thread Starter jpcstl

    (@jpcstl)

    Oy, I have *NO* clue what tagging posts means or what the first two paragraphs on that page are saying *laughing* Thanks for the info, though. Maybe I’ll have a use someday.

    Thread Starter jpcstl

    (@jpcstl)

    What’s UTW? 🙂 Something I should become acquainted with?

    Thread Starter jpcstl

    (@jpcstl)

    Heh, no worries, we got there eventually, didn’t we? Thanks again for the help. I will say, for the sake of the forum/thread, that the Category Visibility plugin doesn’t play nice with the Sideblog plugin. I’ll have to choose which is more important, and it seems the Visibility one is it.

    Uh, not so radiply, really. And thanks, that’ll definitely give me something to chew on as a starting point. And I just need to spend some time with the theme that’s (trying) implementing the toggle via PHP. At the end of the day I like the CSS option because I know I can figure that out. This PHP is sometimes not as intuitive as I need.

    Thanks again.

    Thread Starter jpcstl

    (@jpcstl)

    YES! Looking at the page, that sure looks like it’s exactly what I want. So now I’ve got categories excluded from the index, Category Templates creating a new look/feel for certain category posts AND getting a list of those pages auto-generated in my sidebar (referring to some other threads I’ve started here).

    Very very cool. THANKS!

    Thread Starter jpcstl

    (@jpcstl)

    Huh. Obviously, and I’ve even played with some of those tags before in trying to figure out some theme designs and such. I don’t know why that never occured to me.

    Okay, so, I can use list_cats and get my auto generated list, using child_of to list only my writing pages (for example). That means I can use Page Templates or Category Templates and still get a list. Having used both to get the same looking page, are there any other reasons I should avoid Pages for this solution? Otherwise, it’s really not going to matter (so far as I can tell, now).

    Thread Starter jpcstl

    (@jpcstl)

    Hmm…
    I guess the fact that using the Pages I’m able to auto generate the list using wp_list_pages in my sidebar. If I’m using Categories, then it won’t auto generate? I don’t know that it’s a big deal, really, but it is nice for the Pages to get listed in the sidebar automatically by including the wp_list_pages rather than having to go in and place it there. Like, use the tag once and it’s done, versus having to go in each time I create a page. Now, admittedly, I won’t have a slew of pages, but I can see where it might be .. cumbersome?

    As for links across the top, that’ll have to always be coded anyway (as far as I know) so I’m not so much worried about that.

    Thread Starter jpcstl

    (@jpcstl)

    I’m with ryan (at least at the conceptual level): you really want to NOT use WP ‘Pages’ to implement this. Your easiest solution is to use categories themselves (writing as parent, haiku and exercises as children) for organization, then as needed make custom category templates where you want control over the category ‘views’ of posts.

    Okay, question. I am using categories for organization. Haiku is cat=11, exercises will be cat=14, etc. I have now created a Page Template that queries cat=11, then formats the page. I have ALSO created a Category Template for cat=11 and formatted the page. I get the same results.

    The difference I see is that using the Page Template method, I’ll get the page (in this case a child page) listed in the wp_list_pages. Using the Category Template method, they won’t show up there, and will instead need to be manually placed in some nav list (across the top or along the side) manually.

    So, my question, are there Pros/Cons to one way over another? Seems the Page Template will work just fine, but a few above have said don’t go there.

    It’s afternoon here too. We’re in real trouble *grin*

    So, I’ve got a theme that has a nav across the top that is somehow supposed to change the highlight of the tab based on the page you’re on. For example, “Blog” tab is highlighted when you’re on the home, “Writing Log” is highlighted when you’re on the Writing Log page, etc. Exactly what the css example you linked is doing, but using PHP instead. Somehow it’s querying the loop (?) or something, to determine the page, then if it IS the “active” or “current” page, it’s identifying it as such, then the CSS kicks in to format it so it’s highlighted (and all the others are dim).

    It’s not exactly working in the theme, though I conceptually understand what it’s trying to do. I’m looking for a reference to what it’s trying to do in order to fix it. Right now it’s disabled and they’re all dim (I don’t currently have the theme active).

    Thread Starter jpcstl

    (@jpcstl)

    But this will only allow me to exclude one category, right?

    What I’m wanting to do is have a blog on the main page, full of whatever, multiple categories. But then I want to have categories that will show up ONLY on different pages (one for haiku, one for exercises, etc) but that will NOT show up on the main page.

    So, I have a haiku cat=11, it show up ONLY on my haiku page that is templated to cat=11.

    I have exercises cat=14, it shows up ONLY on my exercises page that is templated to cat=14.

    The updates are already handled by the sidebar aside plugin, so that’s done.

    I think I have a handle on how to get the pages to show only the posts of the categories I want (though there is still some question of whether or not Pages or Category Templates is the way to go). It’s now a matter of getting those specific categories to NOT show up on the index blog.

Viewing 15 replies - 1 through 15 (of 20 total)