bmackler
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search Not providing resultsgreat! thanks so much…thats perfect
Forum: Plugins
In reply to: Looking for a good and flexible rotating text pluganybody have a good solution for this?
Forum: Fixing WordPress
In reply to: how to have pages with different main navigationthanks, I got it up and going, problem is the content is nto formatted, paragraphs, sizing…
I seem to be missing the proper style…here is my code, not sure whats wrong….
<div id="content" style="display:block;float:left;padding-left:50px;padding-top:20px;"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div id="post-<?php the_ID(); ?>"> <div> <h2><b> <?php the_title(); ?> </b></h2> </div> <p><br /><p> <div> <?php the_content('<p>Read the rest of this page »</p>'); ?> <?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> </div> </div> <?php endwhile; endif; ?> <div> <?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?> </div> </div>Forum: Fixing WordPress
In reply to: how to display different top navigations on different pagesI tried this but it didnt work. am I missing something?
is_page(‘members-main’);
{
$wp_nav_menu = ‘member_nav’;
}Forum: Fixing WordPress
In reply to: how to display different top navigations on different pagesyes, I know how to make the menus, how do I get the one that is not default to display on specific pages?
Forum: Fixing WordPress
In reply to: hompepage side bar not showing up in IEok I hope this isnt a stupid question, but if index.php is only 33 lines of code in template format, how do I find these elements that need to be fixed? the source code in the validation is only output…
Viewing 6 replies - 1 through 6 (of 6 total)