lirys
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: funktion requerd installation problemssorry 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..Forum: Fixing WordPress
In reply to: funktion requerd installation problemsstill 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 21Fatal 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
Forum: Fixing WordPress
In reply to: img src=" not working??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 areForum: Fixing WordPress
In reply to: img src=" not working??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/… thank you for helping me out i have not done this in a loooong time and not very good on wordpressForum: Fixing WordPress
In reply to: img src=" not working??ahhh thank you
Forum: Fixing WordPress
In reply to: img src=" not working??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 outForum: Fixing WordPress
In reply to: img src=" not working??sorry i had it in the headline..
<div class=”main”>
<div id=”link1″>
<img src=”<?php bloginfo(‘template_url’); ?>/images/link1.jpg” alt=”” />Forum: Themes and Templates
In reply to: some css problemsfound it
Forum: Themes and Templates
In reply to: dispaly 2 pages in oneokey 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
??