chaz19
Forum Replies Created
-
Forum: Themes and Templates
In reply to: custom theme and JavaScript confusionsany ideas?
Forum: Fixing WordPress
In reply to: Main page and archive questionsthank you moshu
Forum: Requests and Feedback
In reply to: domain name won’t switchyour a lifesavor! Thank you so much — it’s working great.
Forum: Plugins
In reply to: real estate listing plugins?? athanks for your reply. I understand that it is a blogging tool… but as your suggested link points out there is a demand for people in the real estate market to have their own blogs and have listings on their blogs.
I also have read the suggestion to have a static front page and then play with custom fields… but I am looking for an easier or more streamlined solution to this.
There are widgets already for WordPress that link into large real estate sites… where you become a member and then can display listings — like Flickr for photos.I was just wondering whether I may have missed a custom-made feature for listings. Honestly — I believe it is a matter of time before someone develops a clean plug-in… I guess just not available yet.
and a void is nothing but an opportunity for someone to use their programming skills in the selected niche. Not a bad thing at all — I am not using the word that way
Forum: Your WordPress
In reply to: Real Estate Listings…well done! Would love to see some sort of real estate plug-in available —
kudosForum: Fixing WordPress
In reply to: feedback page, not posting commentsfixed thanks 4 help
Forum: Fixing WordPress
In reply to: feedback page, not posting commentsI went through all the errors and 90% of them are related to my plug-ins. The other 10% are format errors such as list item.
I couldn’t find anything to do with comments or other div tags that would be related??Thanks for your reply — and suggestions… I’ll keep plugging awayor maybe rather get rid of my plug-ins to see if that’s the problem.
Forum: Fixing WordPress
In reply to: feedback page, not posting commentsany help///
Forum: Themes and Templates
In reply to: header image doesn’t displayalso him having a hard time finding the class called id=”linkcat-13″ in my CSS or anywhere under my theme files. Where should I look??
Forum: Themes and Templates
In reply to: header image doesn’t displayto answer my own question Msonormal is a Microsoft office CSS class — right now I’m not sure if it is better to define my own Msonormal , how do I do this so that it does not conflict with other predefined css and to prevent this in the future. Do I just removed basic formatting from a Word document?
Forum: Themes and Templates
In reply to: header image doesn’t displaywhooami! fantastic, thank you so much for your help. One more quick question is, you have the time:
where should I look in my stylesheet to make the link lists on both sidebars appeared to be like the one on recent links — I check my stylesheet and I cannot find a class called Msonormal to edit, so I could get the text to appear like the other side. Again, many many thanks for your time and effort.Forum: Themes and Templates
In reply to: steps to take to fix a broken theme?who am I — thanks for the comment. I’ve been able to make some headway, and at lease to view my broken theme. Still running into plenty of bugs — I think because Dreamweaver added extraneous code and I lost some template files. When trying to get it to work in the local setting.
Luckily I have just a few more bugs to work out and hopefully only one or two more questions to pose here online
Forum: Installing WordPress
In reply to: stat plugin probhas anyone else experienced this error? I’ve tried reinstalling the stat program, I have been using called shortstat without any luck. Could it be a problem with my host?
Please helpForum: Installing WordPress
In reply to: splash pg —w/ recent post?finally figured it out —
I think I over complicated the code, and instead am using:
<?php
$posts = get_posts('numberposts=1');
foreach($posts as $post) :
?>
<h2> <?php the_title(); ?></h2>
<small><?php the_time('F jS, Y'); ?></small>
<?php the_excerpt(); ?>
<?php endforeach; ?>
thanks for all the help againForum: Plugins
In reply to: need help with hack/php query codefigured it out —
used the code below:<?php
$posts = get_posts(‘numberposts=1’);
foreach($posts as $post) :
?>
<h2> <?php the_title(); ?></h2>
<small><?php the_time(‘F jS, Y’); ?></small>
<?php the_excerpt(); ?>
<?php endforeach; ?>