nemci7v
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Please help with $counterWoah! It works now! Clever code, thanks ??
Forum: Fixing WordPress
In reply to: Please help with $counterthanks, tried that too but it picks the 4th block. Weird..
Maybe it matters on the total number of blocks I have?
Forum: Fixing WordPress
In reply to: Contact form in WordPressThanks, I didn’t mean an actual plugin but just a form in a page.
Forum: Fixing WordPress
In reply to: Default text value – am I doing it right?Nvm, I overlooked a value. Thanks for pointing that out! It works ??
Forum: Fixing WordPress
In reply to: Default text value – am I doing it right?Oh, I tried that after I posted but it didn’t work.
Forum: Fixing WordPress
In reply to: Using enhanced comments in WP 2.7Thanks for the answers and sorry for not properly expressing myself. I just had 2.7 stuck in my mind. I didn’t want legacy support but I wasn’t sure if I needed to add something to functions.php to display the enhanced comments. I later found out that I needed to enable threaded comments from the discussion settings to make it work. ??
Forum: Fixing WordPress
In reply to: Showing the post thumbnail on Posts PageOk, I tired your code as well. It retrieves the post thumbnail from another post.
This works with a custom page template but not on an index page..
Forum: Fixing WordPress
In reply to: Showing the post thumbnail on Posts PageThanks for the reply! I’m trying to display the thumbnail of the page, not post. But I have posts on the page as well and they;re interfering. I’m not sure how to separate both loops.
Forum: Fixing WordPress
In reply to: WordPress Default Post Category option – what’s it about?Thanks! I’ll probably be able to query the posts from the Default Category in my blog page. That would be handy.
Forum: Fixing WordPress
In reply to: WordPress Default Post Category option – what’s it about?aah I see. Thanks!
Forum: Fixing WordPress
In reply to: Expanding the post excerptThanks so much! Next time I’ll remember to do a forum search. Sorry.
Forum: Fixing WordPress
In reply to: am I doing this right?Ok I did it! ?? Not sure if that’s the best way to do it but it works.
<?php $key = 'page_image'; $themeta = get_post_meta($post->ID, $key, TRUE); if($themeta != '') { ?> <?php the_post_thumbnail( 'page_image_thumb' ); ?> <?php }?>
Forum: Themes and Templates
In reply to: Floating Divs…Ok you have 2 closing divs in the beginning. You should have one and you need to wrap
<?php get_sidebar(); ?>
in the .Sidebar div.You can validate the HTML and it will tell you the mistakes. https://validator.w3.org/
also look into firefox firebug. With firebug you can alter to code live and see any mistakes.. other than that just study how to use HTML and CSS. There’s a lot to cover. Best you find some basic tutorials.
Forum: Fixing WordPress
In reply to: One image showing up, another not.Thanks Rvoodoo! I didn’t think of that
Forum: Fixing WordPress
In reply to: [Plugin: Advertising Manager] Completely at a lossYup you put
The more you put, the more space, 2 will do fine I think..