spiewgels
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Major Problem: Everyone able to see pending review and draft postsHey, thanks for responding! Well, it says that version 2.3.2 is supposed to be the version fix but that’s the version that I have. And still, it shows all pending posts and drafts to any user. As a back up plan, I’ve been making everything private but I don’t always want to do this. Any thoughts on this?
Forum: Requests and Feedback
In reply to: Can Editor modify Admin’s content?–Meanwhile, Spiewgels was on hands and knees begging…–
Is there a snippet of php that would allow only the admin or level 10 user to modify the admin’s posts/pages?
Maybe something in the way of starting in this fashion:
<?php if (!current_user_can('level 10')) {Some code that I have no idea how to write to exclude editor from modifying my posts (admin level or user id=1)and pages }Maybe I could upload this as a plugin and then activate??? If not, some file to insert this into? I graciously ask the wordpress community (Spiewgels humbly bowing)
Forum: Fixing WordPress
In reply to: How to link to a page from the menu bar on the home pageOkay, cool…glad you find your solution!
Forum: Fixing WordPress
In reply to: How to add separate categories by pageIt would look like:
Cars
–>Mustang
->Parts
–>Muffler
->Types
–>Sports
–>SedansThe bolds indicate Categories, with Cars being the Main Category and Parts and Types being subcategories. Mustang represents a topic of Cars. Muffler represents a topic of Parts and Parts is still a sub-category of Cars. Sports and Sedans are topics of the Types, while the Types is still a sub-category of Cars. So we have a super category, Cars. Then we have sub-categories.
Forum: Fixing WordPress
In reply to: How to add separate categories by pageI believe you would go to your admin panel and go to: Write–>Write Page and create the page for the category name that you want. Then for every sub-page you make for it, you would go to the Page Parent tab on the right hand side and select which page you want the current page you’re writing to be a subcategory for.
For example, let’s say I want a category named Cars. I would create a page titled Cars. Then if I want to just add more options of cars under the category Cars, I would create another page and name it something else then I would select the Cars page for the Page Parent. Then, let’s say that I wanted a sub-category of Cars, called parts. I would make a page called Parts and then select the Page Parent to be Cars. And if I were making more pages that dealt with parts, I would select the Page Parent to be Parts. When a user viewed the Pages, they would see Cars as a page: Under that page they would see any cars I’ve added and they would also see a sub-category called Parts and under that would also be any pages I’ve added for parts.
Forum: Plugins
In reply to: Commands to show AuthorsTry reading this, it might help: http://codex.wordpress.org/Template_Tags/the_author_posts
Forum: Fixing WordPress
In reply to: How do you stop spammer robots from posting???after i had all the things for comment safety they started pinging me, thats why i got plugin thats the first link in my post above
Forum: Fixing WordPress
In reply to: How do you stop spammer robots from posting???unfortunately, pingbacks can get around this
Normally, it’s some other things going on in your home page file that makes some articles pop up. But I think that the categories themselves just show up as categories.
I think it does this by default. Unless you go out of your way to show all the content of the category, the category should just show the title.
Forum: Fixing WordPress
In reply to: Can’t see blogrollTry something with this link: http://codex.wordpress.org/wp_list_bookmarks
I know the function you’re using will eventually be outdated and probably already is for this version of wordpress. If you read enough of the arguments there, you might find something that fill “fix” everything. Just a guess, though.
Forum: Fixing WordPress
In reply to: How do you stop spammer robots from posting???Well, I must agree that it doesn’t always depend on traffic. That’s, of course, how I got my first spam comments anyway and I was so excited thinking that I had some “real” traffic. What’s weirder is that the pingbacks and spam seemed to be related to things that I was actually interested in and I wondered had they done a cookie invasion on me first…
p.s. – yeah, i check my traffic with http://www.statcounter.com
they are very detailed and I can tell where people did searches and whether they came to me via their mailbox (I send my blog in my signature). It will be especially useful in the future when I’ll have to determine how to address a comment based on where the person is relatively from.
Forum: Plugins
In reply to: Is there “user-level plugin” plugin?Forum: Installing WordPress
In reply to: Static Front Page w/Dynamic Content at the topOkay, after reviewing some things you definitely should be careful of my “advice” on this issue. Moshu is most likely correct (he’s writing a book on this whole wordpress thing after all)…Not the kindest person but if he’s ever actually not too irritated to answer the problem, go ahead and take the advice. Hope you find a solution!!!
Forum: Installing WordPress
In reply to: Static Front Page w/Dynamic Content at the topOh, ok…well I guess this is why I said –> I hope this helps you…At any rate, can you provide the solution or a solution?
Edit: If that above does not help you or apply, common sense dictates that you shouldn’t use it.