Search:

Search: Search took 1.00 seconds.

  1. Replies
    4
    Views
    725

    [SOLVED] If I were attacking this problem, I would use...

    If I were attacking this problem, I would use Category Specific Templates to customize the category's page. I even wrote a tutorial about this.

    Both of those links might be a little less specific...
  2. Replies
    8
    Views
    1,346

    You could use body classes. Each page has it's...

    You could use body classes. Each page has it's own body class which you will find if you look in the source code. You will have to look up the body class then you can define it in your stylesheet....
  3. Replies
    8
    Views
    1,346

    Just add #main-search { display: none; } to...

    Just add
    #main-search { display: none; }
    to your style.css
  4. I am really interested in a solution also....

    I am really interested in a solution also. Classipress is the best script for a wp classified site but it will get better if you could have a free account with a small number of ads and make the...
  5. Replies
    11
    Views
    1,502

    Hi Luke, Try adding this to your...

    Hi Luke,

    Try adding this to your theme-functions.php file:



    // Show something after a number of entries in loop
    function insert_between_posts($post) {
    global $wp_query;
Results 1 to 5 of 5