stijnvth
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: add a line to each new articleanybody? basically like in this forum that in the message text field there is a pre-written line of tekst basically the above HTML code? Someone who can help me, please?
Forum: Fixing WordPress
In reply to: add a line to each new articlesmall corrections the line of text isn’t entirely right
it should be<br/><br/><p align="right"><strong>Source:</strong> ----</p>It got changed cause i forgot the code tags.
Forum: Plugins
In reply to: Error with plugin 'Frontpage-slideshow'Never mind you litterally ment code that whole block…
IT WORKED !!! YOU SIR ARE THE MAN!!! I CAN’T THANK YOU ENOUGH!!!
thank you sooo very much!Forum: Plugins
In reply to: Error with plugin 'Frontpage-slideshow'Hi, Thank you already….
could you please describe to me what it is exactly i need to comment?
That deleting part wasn’t a problem…if ($meta_box['name'] == 'fs-link') { $attachments = array_merge( get_children(array( 'post_type' => 'page', 'post_parent' => null, )), get_children(array( 'post_type' => 'post', 'post_parent' => null, )) ); $posts = ''; foreach ($attachments as $attachment) { $permalink = get_permalink($attachment->ID); $posts .= '<option value="'.$permalink.'"'; if (get_post_meta($post->ID, $meta_box['name'], true) != '' && (get_post_meta($post->ID, $meta_box['name'], true) == $attachment->guid || get_post_meta($post->ID, $meta_box['name'], true) == $permalink)) $posts.= ' selected="selected"'; $posts .= '>'.$attachment->post_title.'</option>'; } if (get_post_meta($post->ID, $meta_box['name'], true) == '') $posts = '<option value="" disabled="disabled" selected="selected">'.__('Choose a page on this blog').'</option>'.$posts; echo '<select onchange="document.getElementById(\''.$meta_box['name'].'\').value = this.options[this.selectedIndex].value">'.$posts.'</select>'; } echo '<input type="text" name="'.$meta_box['name'].'" id="'.$meta_box['name'].'" value="'.str_replace('"','\"',get_post_meta($post->ID, $meta_box['name'], true)).'" style="width: 100%" /><br />'; echo '<p><label for="'.$meta_box['name'].'">'.$meta_box['description'].'</label></p>'; ?> </td> </tr>This is the code as it is right now
Oh and to be clear, i’m talking about http://www.cineme.be.
The error is on that website.Forum: Themes and Templates
In reply to: page reloading…apljdi,
That is indeed what i believe is the issue at hand.
But the problem is I don’t really know what i need and what not.My knowledge is good enough to change but it doesn’t reach that far…