Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hi everyone, I have the same problem.. did anyone find the solution?

    claudia_kady

    (@claudia_kady)

    I would, but I don’t have that option..

    claudia_kady

    (@claudia_kady)

    Thank you Lee, I added the code like you said and it works!

    You’re a time saviour! ??

    Thanks again!

    claudia_kady

    (@claudia_kady)

    Hi lee@digitalacorn, and thank you for your response, but to be honest I don’t really understand your answer. Will this make the anchor links jump to the right location on the page?

    claudia_kady

    (@claudia_kady)

    Hi WebWeaver64, unfortunatelly I have the same problem.

    What causes the problem is that the admin bar seems to add java script code at the end. To test I changed the ending tag from </script> to <script/> and my anchor link jumped to the right location, but how to force it to do it all the time, I have no idea. It might have something to do with the DOCTYPE.

    Please let me know when you find a solution.

    Thread Starter claudia_kady

    (@claudia_kady)

    Finally I got it to work. Above the loop I added this:

    <?php
    $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
    $args= array(
    	'cat' => -1,
    	'paged' => $paged,
    	'showposts' => '5', 'order'=> 'DESC', 'orderby' => 'date', 'offset'=> 0
    );
    query_posts($args);
    if( have_posts() ) :?>

    and in between endwhile and else this:

    <div class="navigation">
    	<div class="alignleft"><?php previous_posts_link('<< Previous') ?></div>
    	<div class="alignright"><?php next_posts_link('Next >>','') ?></div>
    </div>

    Hope this will help others with the same problem ??

    Thread Starter claudia_kady

    (@claudia_kady)

    Thanks Alchymyth.. I don’t know programming so I will look into your examples.. I’m trying to avoid plugins because from what I read on an update or other wordpress changes it might create problems.. I’m trying to keep it as simple as posible.. I will look for themes which have what I’m looking for.. it might help me.. Thanks again..

    Thread Starter claudia_kady

    (@claudia_kady)

    Thank you esmi, I’m still searching in the codex to see what I can use to have this done.

    Thread Starter claudia_kady

    (@claudia_kady)

    Thanks a lot guys I tested all the versions and used a bit of everyone’s input.

    I wanted the home page to be the landing page and be activated on click on the home button and have the latest posts on.

    What I did was to change the Settings->Reading-> Front page displays to A static page and put my home page as Front page and left the Post page empty. I made the home.php a template page and assigned it to the home page in wordpress as template. Now I got all the way I wanted it to be.

    At the beginning I did what jimmyman said but my whole home page design got replaced by the page.php so did more reading into what esmi recommended. Vndg I moved the code from the home page to the front-page.php and deleted the home.php but something went wrong as my whole design went back to the page.php so I gave up the idea. However reading the article about “creating a static front page” brought some light into the problem. Hope by keeping the home.php page will not cause a conflict in the feature.

    Thanks again.

    Thread Starter claudia_kady

    (@claudia_kady)

    thank you esmi.. you were right.. found the problem.. was the path.. embarrassing enough, due to a moment of distraction I’ve put the template file in the wrong location while it should have been here: /wp-content/themes

    Hi everyone.. I have the same problem when using a custom menu in WordPress 3.3.1, no template selector.. tried deactivating and activating the theme but no changes here.. I spent hours googling, but no solution yet.. any ideas on what to do?

    Hi PHPanos, I have the same problem with the WP 3.3.1 .. when using the custom menu, under the page attributes I do see the parent and order, but not the template selector.. I’m using a blank theme and I wanted to edit a page after a template.. it seems like wordpress is not recognizing my template.. I still haven’t figured it out..

Viewing 12 replies - 1 through 12 (of 12 total)