erutan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: inconsistency between 1.2 on get_links_list() formattingI ran a few searches before but didn’t find anything, I’ll try refining it…
Forum: Fixing WordPress
In reply to: same level authors able to edit eachother’s postsActually I liked this feature, myself and another author are level 9 and want to be able to edit each other’s posts because we trust each other, and we can catch typos etc. There is a third person at level 2. ??
With 1.2.1 it seems this “bug” has been fixed, but shouldn’t there at least be a checkbox for allowing same level authors to edit??Forum: Requests and Feedback
In reply to: MT Migration and philosophical musing“I think part of the problem is people are using template tags for things that aren’t really templating because in other system template tags are all you have.”
Yes!! The post variables are what I was looking for (though I didn’t know it at the time). Just spits out the data without touching it. It would be great to have a more integrated help system ala MT, little ?’s in the UI that lead to pop ups… they were helpful in showing me what related options there were that didn’t belong in the UI itself. I know documentation in and of itself is a concern at the moment, but this would save admins and regulars from having to deal with support as much. Personally I didn’t know what I needed so forum searches and some wiki browsing were enlightening but didn’t give me what I wanted.
<?php echo "$post->post_content"; ?>
is what I was looking for, I was getting frustrated with<?php the_content(); ?>
Since I barely know any php I’d rather deal with layout on the html/css level if possible, learning php is going to be a somewhat gradual process. ??