denware
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: problems with single_cat_title after upgrading to 3.0Well, Im very bad with PHP, could someone tell me how to solve it in this case?
<h3 class="catt-<?php echo $cp_pC; ?>"><a href="<?php echo get_category_link( $cp_pC ); ?>"><?php single_cat_title(''); ?> »</a></h3>
Im using the Arthemia theme and it has this code in the sidebar.php
Forum: Fixing WordPress
In reply to: Problem with single_cat_title after 3.0 upgrade, NOT resolved.Having the same problem with this code…
<h3 class="catt-<?php echo $cp_pC; ?>"><a href="<?php echo get_category_link( $cp_pC ); ?>"><?php single_cat_title() ?> »</a></h3>
Forum: Plugins
In reply to: [Plugin: wordTube] Wordtube – embed latest video in template or sidebarIm having the same question… anyone?
Forum: Fixing WordPress
In reply to: How to have a featured-article-image on the frontpagesomebody!?
Forum: Fixing WordPress
In reply to: How to have a featured-article-image on the frontpageIt contains the full path.
Its not working but someone told me this is a bit how I could make it:
<?php query_posts('showposts=1'); ?> <?php setup_postdata($post); ?> <? $querystr = " SELECT wposts.* FROM $wpdb->posts wposts, $wpdb->postmeta wpostmeta WHERE wposts.ID = wpostmeta.post_id AND wpostmeta.meta_key = 'articleimg' AND wposts.post_type = 'page' ORDER BY wpostmeta.meta_value DESC "; $pageposts = $wpdb->get_results($querystr, OBJECT); ?> <?php query_posts('showposts=1'); ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <?php $articleimg = get_post_meta($post->ID, 'articleimg', true); ?> <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"> <img src="<?php echo $articleimg; ?>" alt="<?php the_title(); ?>" /> </a> <?php endwhile; endif; ?>
Forum: Fixing WordPress
In reply to: How to have a featured-article-image on the frontpageI want wordpress to show the latest post with customfield ‘imgboard’and show that image on the index.php of my theme.
Forum: Fixing WordPress
In reply to: How to have a featured-article-image on the frontpageOh, thats my mistake…
Forum: Fixing WordPress
In reply to: How to have a featured-article-image on the frontpageEh, sorry for bumping but the website has to work tomorrow morning ??
Forum: Plugins
In reply to: xspf widget shows a blank podpress in sidebarHi, how did you fix it? Cuz im having the problem right now…
Forum: Fixing WordPress
In reply to: Google-proofGoogle’s crawler has visited my site again 2 days ago, but im still not on
google.. And my second website too!Forum: Fixing WordPress
In reply to: Google-proof:S Weird.. But my other websites (with wordpress) are not on google too…
Forum: Fixing WordPress
In reply to: Google-proofAnd thats why my whole site is not on google?
Check my name is Deniz Alkac, and the website is called Denware.nl.. cant find it at al..
Forum: Fixing WordPress
In reply to: Google-proofSomebody?
Forum: Fixing WordPress
In reply to: Google-proofYeah, but before 2.5.1 I had pagerank 4, now if got 1…