I'm trying to add a vote now button for all my blogengage users but whats happening is it's being displayed in the home page of their blogs. When they select the vote now on the home page it submits their home page information. So I only want the image to show up on the Blog article Page. I was wondering how could I make this happen. Here's a demo of what's currently happening and like I said I don't want it to display on the home page just the new blog aerticle page and right under the Title is possible. Demo: http://www.blogengage.com/blogger/?p=13 don't want it like this demo: http://www.blogengage.com/blogger/ Thanks in advance!
Yeah, if you are using the Kubrick theme, you need to make a new .php file just for single posts. The reason that this is happening is because kubrick uses index.php for both homepage and single posts.
Think it's possible that you could perhaps walk me through this process of making a new.php page and how to implement it. If so I can offer you something in return such as a blog roll link Thanks, bbrian017
actually, I just looked at it and I was wrong. There is already a single.php file, you just need to change the way you add code. I'm assuming you added this plugin as a widget, is that correct?
No it's a java script code I added to each blog post. See I own blogengage and I want my members to have the ability to add this code on all the blogs they submit to blogengage. So their readers can vote for them and get them to the front page. But I don't want it showing up on the index page only blog posts right now it shows up on the index page The code I want to add is this, <script src="http://blogengage.com/evb/check_url.js.php" type="text/javascript"></script>
Instead of adding it to each blog post, go to presentation >> theme editor >> single post place this code: <p><script src="http://blogengage.com/evb/check_url.js.php" type="text/javascript"></script></p> Code (markup): after: <h2><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2> Code (markup): and that should make it appear on single pages only.
Worked perfect, now as I said for help me you can have a link on a blog roll right? Well I have three you can choose form. seomkt.com iknownil.com or blogengage.com/blogger/ go ahead and pick one also post your url here in this thread I will add it ASAp (right now) thanks again!
Glad it worked out for you. Any of those sites are fine. http://www.gearadrift.com Navy Humor pm me anytime you need some wordpress help! Thanks.
One more question if you don't mind. Do you know why the code bars are out of alignment on that specific post? http://www.blogengage.com/blogger/?p=13
yeah, width: 640px; needs to be lowered. Edit the post in code mode and change it to a smaller number.
yeah, go bigger, though. It doesn't look right. Try 400px wide and 100px high. Play with is until it fills out properly.