Michelle Langston
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Titles & Categories in Arclite themeThe items in the sidebar are usually controlled by widgets. So you could just go to your Appearance > Widgets section and remove the categories widget. Then just type in a title for the calendar widget.
Forum: Themes and Templates
In reply to: Piano Black Theme not working…Are there theme options that need to be configured? Check to see (theme options links will be in the Appearance menu).
Forum: Your WordPress
In reply to: WordPress MU classifieds site –> http://toronto.citylessons.comGood idea, and I like the site colors. The only suggestion I have is adding a page explaining briefly how the site works. Do people have to pay to add a listing? How long do listings stay on the site? Can people close a listing? How many listings can a person add? That sort of thing.
Forum: Your WordPress
In reply to: My Family siteOh wow, it’s beautiful. I can’t read the text (I’m sadly monolingual) but the design is great!
Forum: Your WordPress
In reply to: New Site. Feedback, comments, even taunts welcome…Looks good so far. Except the white text on the black is a bit hard on my eyes. That’s just me though. 🙂
Forum: Fixing WordPress
In reply to: Trouble getting multiple posts to show on front pageAnd you entered a number for “posts_per_page”?
Did you get an error when you entered that code, or nothing at all?
Forum: Everything else WordPress
In reply to: @font-face vs. Google Font: Which is faster?I don’t think so…but you could find free alternatives for the fonts you decide to use and serve those from your own server. Then just add those fonts to your font stacks…
Forum: Fixing WordPress
In reply to: Trouble getting multiple posts to show on front pagePut it after <div id=”content”>, like this:
<div id="content"> <?php query_posts("posts_per_page=enter the desired posts in homepage here"); ?> ...etc...Forum: Themes and Templates
In reply to: search.php results shiftedIt’s a CSS a problem, likely. I took a quick look at your code, and here’s my guess. In style.css, find this code:
.search { display:block; float:right; height:35px; margin-bottom:0; margin-left:0; margin-right:0; margin-top:0; padding-right:30px; position:relative; }Delete the second rule: “float: right;”
See if it makes any difference.
Forum: Fixing WordPress
In reply to: Table not working properlyPost a URL to the page, please.
Forum: Everything else WordPress
In reply to: Highly DON'T reccomend (mt) to run WordPress!You don’t need to use the 1 click install. You could have just downloaded the latest version from WordPress.org and installed it yourself. I never use those automatic installers because they are always several versions behind and you don’t have full control of the installation. Always better to install it yourself.
Forum: Fixing WordPress
In reply to: Tezt keeps moving with imagesDid you click “align left” when you added the image? If so, then that’s what it’s supposed to do. The text is wrapping around the image. If you don’t want any text wrapping, don’t align the image to the left or to the right.
Forum: Fixing WordPress
In reply to: deleting tables from a pageYes, explain a bit more about the type of content you wanted to put into a table and we will have a better idea of what suggestions to make.
Forum: Fixing WordPress
In reply to: Trouble getting multiple posts to show on front pageYou don’t see any “query_posts” OR WP_Query anywhere in the index.php file of your theme? That’s where it would be.
Also, what theme is this? Does this theme have an options panel? (It’ll be something like “X Theme Options” in the Appearance Menu). If so, check your theme’s option panel to see if it has any settings related to the number of posts to show on the front page.
Hmm, then custom fields would be the way to go, then. You’ll have to create those audio and video pages separately and then link to them via custom fields in the post you want them to show up.