bestcssdesigns
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem with e-mail sender nameI have this problem too. However, if I update wordpress, won’t I have to go back into the code?
Forum: Fixing WordPress
In reply to: Query Not WorkingAlso, will I have to insert a loop code on the page. Like what is everything I’d need to put on the page to show the title and content from a specified post?
Like I’ve been looking everywhere and trying various codes. Some codes give me errors. Some simply don’t show anything…
Forum: Fixing WordPress
In reply to: Query Not WorkingSo if I want to show the post with ID 5, what code would I have to use?
Forum: Fixing WordPress
In reply to: Query Not Working<?php query_posts('p=5'); ?>
Is suppose to show the content from that post on the page right?Forum: Fixing WordPress
In reply to: Query Not WorkingHey Shane, I tried that.
<?php // retrieve one post with an ID of 5 query_posts('showposts=5'); ?>It still did not work…
Forum: Everything else WordPress
In reply to: File PermissionsPlease help with my question.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Insert Gallery into template design codeHi,
I tried that, but now the gallery isn’t showing at all. Please see
http://mountoliveadventist.org/Its supposed to be at the top Ministries and Spiritual Nuggets.
Forum: Plugins
In reply to: NextGen Gallery in raw design codePlease help. I been trying to figure this out for more than a week now…
Forum: Plugins
In reply to: Frontpage SlideShowplease help……
Forum: Plugins
In reply to: Frontpage SlideShowhelp please…
Forum: Plugins
In reply to: Frontpage SlideShowplease help.
Forum: Fixing WordPress
In reply to: SectionsYes. Thanks so much!
Forum: Fixing WordPress
In reply to: SectionsHi,
I entered in the following code for the sections at http://www.mountoliveadventist.org
<?php if ($aOptions['column2-id'] != '') { query_posts('cat=3&p=' . $aOptions['column2-id']); } ?> <?php while (have_posts()) : the_post(); ?> <h3><a href="<?php the_permalink() ?>" title="<?php the_title() ?>"><?php the_title() ?></a></h3> <?php the_content(''); ?> <?php endwhile; ?>However, nothing is showing. I even got the plugin that reviews the ID’s for each category. And I know I chose the right category because if you go to http://mountoliveadventist.org/?cat=3 it will show the content.
Please help. Thanks.
Forum: Fixing WordPress
In reply to: SectionsPlease help…
Forum: Fixing WordPress
In reply to: SectionsJust a lil more help please. I am not very good with PHP. 🙁