Forum Replies Created

Viewing 15 replies - 136 through 150 (of 152 total)
  • Thread Starter cableghost

    (@cableghost)

    I think you’re right, except one thing I don’t understand.

    Displays the post excerpt. Used on non-single/non-permalink posts as a replacement for the_content() to force excerpts to show within the Loop.

    How do I make a post without a permalink?

    -Scott

    Thread Starter cableghost

    (@cableghost)

    Or are you referring to the category list and comment link that appears at the bottom of each post?

    Correct. I would like to remove the cat list and comments on only the sticky post (pardon if that’s not included in what I thought was the post footer).

    In archive.php for archives and search.php for search result listings. Although again, not every theme has these templates – in which case, you might find that you’d need to add it to index.php with some extra ‘if’ statement(s).

    Got it.

    That depends upon where/when you want to hide this sticky post. You may want to add it to every post template in your theme. But I have to say that I’ve never used it beyond the front page. and given that the ‘sticky’ concept only has meaning in terms of the front page display, I’m not 100% certain that it will work in other post templates.

    Got it.

    In addition, is it possible to make the header unlinked…just show the header text, in sticky posts?

    -Scott

    Thread Starter cableghost

    (@cableghost)

    Thank you!

    When you say add the script inside the Head section of each document, does that mean every php file that has a head section? For my theme, I’m wondering if I could just add it to my header.php

    -Scott

    Thread Starter cableghost

    (@cableghost)

    1. Link: http://www.9001ventures.com. My assumption is that code should be placed in either the index.php or page.php file, though I’m confused as to what code and where.

    2. got it

    3. Okay…such as if I did not want it showing up in a archive/search list, I could place this code in archives.php, correct? But what template do I place the code in for pages beyond the frontpage? What I mean is that only X no. of posts will show up on the frontpage of my blog. Then, you must click to go to the next page to see more of the blogs and its those pages I do not want showing the sticky post.

    -Scott

    Thread Starter cableghost

    (@cableghost)

    I never did figure this out, I just created a new DB and WP install and now all is fine.

    -Scott

    Thread Starter cableghost

    (@cableghost)

    Thank you again for your assistance.

    -Scott

    Thread Starter cableghost

    (@cableghost)

    Perfect, that was it…thank you!!

    One last request of your knowledge…I want to create a members only section/page and I want to be to build a list from the users. In all, I would like to integrate something like the Butterfly Marketing script into my website. I have read several posts herein, however, none seem to get me to the final, successful result. Any guidance or direction on this topic would be greatly appreciated.

    -Scott

    Thread Starter cableghost

    (@cableghost)

    The sidebar location is the secondary position. I really wanted it located on the nav bar.

    Below is the code that works. My last request is to format the search box to align right on the nav bar and I can’t figure out how to do that.

    I made the changes live again…www.9001ventures.com

    <div class="nav">
        <ul class="artmenu">
            <?php art_menu_items(); ?>
    <li><?php  include (TEMPLATEPATH . "/searchform.php"); ?></li>
        </ul>
        <div class="l"></div>
        <div class="r"><div>
     </div>
        </div>
    
    </div>
    Thread Starter cableghost

    (@cableghost)

    Okay, I’m further, but not there yet. It appears //class=”artmenu”// creates the individual

    • enteries, so, per your suggestion, I simply create one more
    • . I was able to remove the <div> code as well.

      Now my only goal is to get the search bar to align right. I have tried various combinations of <div> and

      tags, but cannot figure it out. I just need the code that will divide nav bar so I can place the search bar on the right.

    //<div class=”nav”>
    <ul class=”artmenu”>
    <?php art_menu_items(); ?>

    • <?php include (TEMPLATEPATH . “/searchform.php”); ?>
    • <div class=”l”>
      </div>
      <div class=”r”>
      <div>
      </div>
      </div>
      </div>//

    Thread Starter cableghost

    (@cableghost)

    Okay, I’m further, but not there yet. It appears class=”artmenu” creates the individual

    • enteries, so, per your suggestion, I simply create one more
    • . I was able to remove the <div> code as well.

      Now my only goal is to get the search bar to align right. I have tried various combinations of <div> and

      tags, but cannot figure it out. I just need the code that will divide nav bar so I can place the search bar on the right.

    <div class=”nav”>
    <ul class=”artmenu”>
    <?php art_menu_items(); ?>

    • <?php include (TEMPLATEPATH . “/searchform.php”); ?>
    • <div class=”l”>
      </div>
      <div class=”r”>
      <div>
      </div>
      </div>
      </div>

    Thread Starter cableghost

    (@cableghost)

    Thank you. I was lazy in separating out the code.

    I made the changes and placed the search bar back up on the nav bar.

    http://www.9001ventures.com

    Thread Starter cableghost

    (@cableghost)

    Thank you for the reply.

    First, how did you validate the javascript?

    Pardon in advance, but the present location of the search bar on 9001ventures.com is working fine in the sidebar, however, I cannot get it to work in the nav bar. The code txt file sited above is what I have for the nav bar located in the search bar.

    Maybe it would be better to simply ask how Firefox and IE differ in defining CSS or other style changes.

    -Scott

    Forum: Fixing WordPress
    In reply to: Footer Off-set
    Thread Starter cableghost

    (@cableghost)

    Resolved…it was a sidebar plugin causing the issue.

    Did you ever to get this to work? If so, how did you resole it?

    Thanks, Scott.

    Thread Starter cableghost

    (@cableghost)

    Ok, I figured out the basics of getting the search bar onto the nav menu, but now, how can I middle-align the text box with the button?

    -Scott

Viewing 15 replies - 136 through 150 (of 152 total)