ronchicago
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: two distinct site sectionsi am going to close this thread and go to “plugins and hacks forum” = http://wordpress.org/support/topic/161609?replies=17
Forum: Fixing WordPress
In reply to: Limiting number of posts on a pageall set. used this plugin = http://lesterchan.net/portfolio/programming/php/#wp-pagenavi
Forum: Fixing WordPress
In reply to: Post excerpt options?you might find something here…
Forum: Fixing WordPress
In reply to: Where is Widgets on the Appearance Menu – WP2.7you should be able to see
themes
widgets
editorin the appearance menu
Forum: Fixing WordPress
In reply to: Limiting number of posts on a pageok and thank you. i set the posts per pages to three and that works. but there are no “older posts” or page numbers options. in addition, i can try a page ” navi” plug for “pages” and see if that works. anything else i should know…?
Forum: Installing WordPress
In reply to: simple tags or tagging?today author’s site visible AND simple tags upgrade now available for v2.7. however, my old simple tags caused a problem after all. i am closing this thread and creating a new one in plugins – hacks =
http://wordpress.org/support/topic/227251?replies=1#post-931448
Forum: Fixing WordPress
In reply to: Column overflowingtwo suggestions at this time. 1) if possible, invite your friend over to your house for dinner/wine but i am sure you thought of that. 2) if you had a good layout and lost it simply transferring to a new host your host might look at it. and pay close attention to the fix.
Forum: Fixing WordPress
In reply to: Column overflowingassume it was ok when you got it and something was done to make this happen. when ( what was done ) did the right-hand column move? was there a change in a page template? the style.css? etc.
Forum: Fixing WordPress
In reply to: call the category or the templatethis is “somewhat” resolved by solving how to call parents and children and if the straight forward category solution is used. to avoid a duplicate thread this is last comment. but will respond to new comments by others.
the “layout’ issues at the beginning of this post and solution to parent/children can be found here =
http://wordpress.org/support/topic/226606?replies=2#post-930086
Forum: Fixing WordPress
In reply to: thumbnail gallery layoutafter trial and error the conclusion is that the css is instructing a “div” class to float from left to right. but the dynamic-created children are not residing in their own div and do not have any instructions.
any ideas?
Forum: Fixing WordPress
In reply to: Entries to One Category Only Won’t Appear on Home/Main Pageok. now go back to your original fav theme and unplug your plugs and see what happens…
Forum: Fixing WordPress
In reply to: edit archive.php to show listhere is code for showing title, the date, the author, comments, a few words (excerpt) and tags. you will need to look up the names of your “div class” tags or create new ones in your style.css …
<div class=""> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2> <p class="small"><?php the_time('F jS, Y') ?> by <?php the_author() ?> | <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></p> <div class=""> <?php the_excerpt() ?> </div> <p class="tagged"><strong>Tags:</strong> <?php the_category(' · ') ?></p>Forum: Fixing WordPress
In reply to: Entries to One Category Only Won’t Appear on Home/Main Pagehave you tested on a different theme? nice images btw.
Forum: Fixing WordPress
In reply to: call the category or the templatewp does not seem to allow one category name with two ID#’s. however, “donuts” is desired to have two display options which i can’t figure how to do. i am experimenting with having two categories with ALMOST the same name = ” donuts ” AND ” donuts— ” which is pretty straight forward.
a ” clever scripting ” concept = calling by ID# OR nice-name ( slug ).
this link has been helpful but a stretch for my skills incorporating certain tags… http://codex.wordpress.org/Template_Tags
can’t seem to grasp the suggested ” stylesheet ” switch concept.
Forum: Fixing WordPress
In reply to: Display Random Articles With Thumbnails in Postsnot sure what you mean exactly…sorry.
your setup =
post 1 content
post 1 commentsfollowed by…
random articles with thumbs ( no comments on these guys )what’s happening?…
your post 1 comments are random? meaning what – all post 1 comments but out of order? or random comments appearing from other posts?