gs06
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Why is the entire blog is a link ?Great.
Thank you.Due to the fact it is always jumping to the main page
i was thinking about home.php
,but i do not have any <a thier
just a bunch of <?phpForum: Fixing WordPress
In reply to: Why is the entire blog is a link ?what do i need to check ?
home.php ?
index.php ?
style.php ?
everything ?Forum: Fixing WordPress
In reply to: How to showcase TWO different posts using > query_postsanyone ?
Forum: Fixing WordPress
In reply to: How to showcase TWO different posts using > query_postsThanks Viper007Bond.
i tried it
but this line >>
<?php else : ?>
keeps coming as error > > parse error, unexpected $
i tried to delete the line
no goodtried to delete
<?php else : ?>
<?php _e(‘Sorry, no posts matched your criteria.’); ?>
<?php endif ?>
no good
suggestions ?
Forum: Fixing WordPress
In reply to: How to showcase TWO different posts using > query_postsForum: Fixing WordPress
In reply to: How to showcase TWO different posts using > query_poststhe 2 posts are there but then
i get a bunch of strange error-posts :Category: Uncategorized
WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘AND comment_approved = ‘1” at line 1]
SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = AND comment_approved = ‘1’;
0 Comments, Edit This
Category: Uncategorized
WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘AND comment_approved = ‘1” at line 1]
SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = AND comment_approved = ‘1’;
0 Comments, Edit This
Category: Uncategorized
WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘AND comment_approved = ‘1” at line 1]
SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = AND comment_approved = ‘1’;
0 Comments, Edit This
Category: Uncategorized
WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘AND comment_approved = ‘1” at line 1]
SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = AND comment_approved = ‘1’;Forum: Fixing WordPress
In reply to: How to showcase TWO different posts using > query_postsyea exactlly
got jibrish as well
how do i incoperate your code
to my home.php page ?Forum: Fixing WordPress
In reply to: How to showcase TWO different posts using > query_postsThanks
tried, but got jibrish
i used the code as follows:
<?php get_header(); ?>
<?php get_sidebar(); ?>
<?php
$posts = $wpdb->get_results(“SELECT * FROM $wpdb->posts WHERE ID=’21’ OR ID=’43′”);
?>this is not on my index page but home.php
what am i doing wrong ?Forum: Fixing WordPress
In reply to: ‘featured post’Any idea what plug-in they are talking about ?
Forum: Fixing WordPress
In reply to: ‘featured post’Thanks samsarin for the code.
but i do not havequery_posts(‘showposts=2’);
I do have
<?php if ($posts) {foreach($posts as $post) { start_wp(); ?>
how do i cnage the number of posts ?
Thank you
~ GraceForum: Fixing WordPress
In reply to: ‘featured post’just wanted to clarify,
i am looking for ANY plug-in
which, allows me to control the number of posts in my
blog opening pageany suggestions ?
Forum: Fixing WordPress
In reply to: ‘featured post’the plug-in doesn’t a read-me file
for novices as myself
can you refer me to where i can find further instructions?
Thank you !Forum: Fixing WordPress
In reply to: Endless problem with Internet Explorer.thanks.
Why the link/pop-up window is opened in firefox and work there but not in Internet explorer ?
‘Click Here To Play’
Forum: Fixing WordPress
In reply to: Endless problem with Internet Explorer.wired border > basically means, why is the border there to begin with?
I don’t have it in Firefox..
Forum: Fixing WordPress
In reply to: How deleting image border ?hi samboll, thanks for getting back to me.
this is what i have in my style file
a img { border: none; }
still my imges have an ugly black border…
suggestions ?