dommega
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Free HostingDoes not matter if it is for WP or CMS69. Go pay for hosting, if you look above WP offers http://wordpress.org/hosting/ . I like bluehost.com and revisemedia.com for their support, which you will need at least one in a while.
Forum: Installing WordPress
In reply to: Pages & PermissionsAs the administrator you are able to change your user’s permission levels: http://codex.wordpress.org/user_levels.
There is also the post-levels-plugin that will show private posts after a certain permission level: http://fortes.com/projects/wordpress/postlevels
Out of curiosity, why would you want a user to change only a page? Are you sure wordpress is the correct fit for your needs? Xaraya is a good program for that sort of thing.
Write a post on your blog. Then log into your administration panel. And check who wrote it.
Forum: Fixing WordPress
In reply to: 1.5 Links not showing on siteType in list-style-type: none for the ul or li
Forum: Fixing WordPress
In reply to: 1.5 Links not showing on siteSearch for &araquo or », or something to that extent.
Forum: Plugins
In reply to: Exerpts from post into sidebar?The outside loop triggered a plugin which I completely forgot about:
http://www.coffee2code.com/archives/2004/06/30/plugin-get-custom/Just use the function c2c_get_recent_custom(‘key’, ‘etc.’)
I will now try the query posts outside the loop. Thank you all for the help.
Forum: Plugins
In reply to: Exerpts from post into sidebar?Thank you for the responses,
I checked out the asides plugin and hacks, along with the category_rss, but these all relate to posts, or to a specific post. Unfortun. I need these to associate with pages on a different page. Again, a clip of the Volunteer or any page to be shown in the sidebar.
I tried the Include Page plugin, but it does allow a word count as a parameter. Is there another solution?
Forum: Fixing WordPress
In reply to: Double Arrowsthank you for the help
Forum: Themes and Templates
In reply to: How would I add a navigation bar.You put the code anywhere below the header.
In the default installation you would have to create a new div tag under the id=”rap.” But you would have to change around the elongated side menu. Sorry, but your source code is not coming up, so can’t tell you on your site.
<div id=”mainbarcontainer”>
<ul id =”mainbar”>
<li class=”active”>home-
</div>
Forum: Installing WordPress
In reply to: post.php and Mozilla crashesOk, I duplicated your problem by turning off all the cookes, etc.
So turn those all back on. And make sure you have the newest stable Mozilla release.
And out of curiousity, why are you just trying to just load wp-admin –>post .php? Aren’t you just modifying the file using an editor like VI or something? -