Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter lirys

    (@lirys)

    sorry that do not work either..
    strage i have started all over and get the same problem
    thought on the same hoste just a othe file i have a old wp that i uppgraded to 4,2,2 just to see if that would work and it did..

    Thread Starter lirys

    (@lirys)

    still get
    Warning: require(/home/kreativa/www/www/template/wp-includes/load.php) [function.require]: failed to open stream: No such file or directory in /home/kreativa/www/www/template/wp-settings.php on line 21

    Fatal error: require() [function.require]: Failed opening required ‘/home/kreativa/www/www/template/wp-includes/load.php’ (include_path=’.:/usr/local/php53/lib/php’) in /home/kreativa/www/www/template/wp-settings.php on line 21

    Thread Starter lirys

    (@lirys)

    I tried to make a new post about the output problem since that is something new to me.. but it was closed so i guess i have to hope someone will help me with that part here as i guess that may be the root to my problem..
    its night in sweden so i have to get to bed but i hope i get something during my sleep to work with in the morning….
    thanks and have a great day or night depending on where you are

    Thread Starter lirys

    (@lirys)

    Hmm i can not figure out where the </ comes from ????
    i have taken down the page from where its suposed to be so now its only at https://www.kreativadesign.net/roomofbeauty/&#8230; thank you for helping me out i have not done this in a loooong time and not very good on wordpress

    Thread Starter lirys

    (@lirys)

    ahhh thank you

    Thread Starter lirys

    (@lirys)

    i have it stored in a folder named image in a theme folder named room so the link looks right to me… what do you mean by the out put seems to end suddenly??
    i am so lost here
    i am not sure where to put the debug code? should it be in the config.php ??
    thanks for helping out

    Thread Starter lirys

    (@lirys)

    sorry i had it in the headline..

    <div class=”main”>
    <div id=”link1″>
    <img src=”<?php bloginfo(‘template_url’); ?>/images/link1.jpg” alt=”” />

    Thread Starter lirys

    (@lirys)

    found it

    Thread Starter lirys

    (@lirys)

    okey i am not so good at PHP as you ar but if i understand this right this is where it gets from a certain page
    if( $two_pages->have_posts() ) :

    so say my two pages are named home and news
    it would look like this in one loop

    <?php $news_pages = new WP_Query( array( ‘post_type’ => ‘page’, ‘post__in’ => array( 35, 77 ) ) ); //the IDs of the two pages
    if( $two_pages->have_posts() ) :
    while( $news_pages->have_posts() ) :
    $news_pages->the_post();

    or is it teh array that will pul the text out from the two pages?, then it wouldnt work to get them in two diffrent colums?

    Thanks for answering me sorry i dont know the PHP so well
    ??

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