randyd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Getting 1 Category of Posts on IndexThanks alphaoide,
That worked.
Randyd
Forum: Themes and Templates
In reply to: Categories in a drop-down list/jump menu?How do set the default category in the drop down list?
Forum: Fixing WordPress
In reply to: Need Help going to Simple editor from AdvancedI could make it an option. I’ve taken it out though and made “publish” the default because I don’t want my users getting confused with more options.
I simply want to provide a link to the simple edit form from the advanced edit form like there is one vise versa.
Forum: Fixing WordPress
In reply to: WP 1.5 Template system questionI created a archive page from my index page. Instead of having posted content, I have archive content. I took everything out after:
<div id="content">
and added new php code
and then made sure my div close tag was still in place.Then I created a new folder named misc-style and a new style sheet named style.css. For the items I didn’t want to show, I just added a hidden value for visibility in the css. Then I replaced the call to style code in the head section of the file with my new code:
<style type="text/css" media="screen">
@import url( <?php echo get_settings("siteurl"); ?>/misc-style/style.css );
</style>After that you can name the file what you want and grab it with a link. Oh and make sure this new file is in the root directory that wordpress is in.
Hope that helps
Randyd
Forum: Fixing WordPress
In reply to: Displaying comments below post instead of in popupTo have comments below the post put the line:
<?php include(ABSPATH . 'wp-comments.php'); ?>
right below
?php the_content(); ?>
Forum: Fixing WordPress
In reply to: Displaying comments below post instead of in popupFind this line in the head section of your index.php file.
<?php //comments_popup_script(); // off by default ?>
To get a pop up change it to:
<?php comments_popup_script(); ?>
Forum: Fixing WordPress
In reply to: Question on HTMLArea HackMaybe make a new button along side of the table button to do it. Would have to offer an explanation of what it’s used for.
Forum: Fixing WordPress
In reply to: Question on HTMLArea HackOK,
The table has to be outside the tags.
That has to be done manually switching the htmlarea off so that its a simple text area. Then you have to take the tags out. But it sure would be nice to find a way so that it can be done automatically. My users wouldn’t know how.
Any ideas?
ThanksForum: Fixing WordPress
In reply to: How do I change the Post Status default?I found it. It’s in post.php under //default settings
Forum: Plugins
In reply to: I desperately need help with “Custom Fields”The custom field section of the code can be found in edit-form-advanced.php in wp-admin folder
Forum: Themes and Templates
In reply to: IE5/Mac woes and Alex King’s WP stylesI’m using IE 5 on Mac and I see the menu in simple sky is aligned left and below your the white posting area. In the css why float the menu? Why not give it an absolute value for starters
Forum: Plugins
In reply to: new WYSIWYG?Forum: Fixing WordPress
In reply to: Your Opinion Please – WP vs. ForumsI was thinking about the rss feature and easy content management of WP. My forums do not have that and I would have to manually create the rss feeds. With WP, everytime I or someone else makes a post and then leave comments, keywords are going to be created. So my thought was – The more keywords relating to our industry that are found on a new WP site as apposed to a forum page can possibly be picked up through RSS marketing and by search engine spiders.
RSS marketing is very intriguing to me and would like further discussion on this.
All comments are appreciated.
Thanks
RandydForum: Plugins
In reply to: Looking for old WYSIWYG hackForum: Themes and Templates
In reply to: Another look without extra work?Search forums on – style switcher