New Posts
Live Radio
Welcome guest, is this your first visit?
  • Login:
FocalClick.com Affiliate Program
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12
  1. #1
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Jul 2009
    Location
    england
    Posts
    1,039
    Blog Entries
    6
    Feedback Score
    18 (100%)

    Default Automatic CTA on all wordpress posts

    Hello.

    Let me write this clearly. I want to write some HTML, and be able to implement it across the board, so that it appears at the end of all my wordpress posts.

    It will act as a CTA. Yes, I know CTA's are better if they are focused on the content blah blah, but I really want to try something out.

    Is there a plug in/tool that allows me to do this? Or does anyone know a simple css edit that will allow me to do this? (I'm using the black highroller theme).

    Thanks alot,
    Adam (lazy person).
    My affiliate blog: Affiliate FYI

    Sell your Forum Signature Links! I want to buy links in your other forum profile signatures to my affiliate and SEO blog at AffiliateFYI.com.

  2. #2
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    USA
    Posts
    411
    Blog Entries
    1
    Feedback Score
    43 (100%)

    Default

    Just write the html code and place it in the single.php template file.


  3. #3
    ความลับไม่มีในโลก
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    ▐▐▐▐▐▐
    Posts
    4,727
    Feedback Score
    45 (100%)

    Default

    What is a CTA?
    If you're going to bet US Sports online - I strongly suggest 5Dimes.com or Bookmaker.eu.

    Some succeed because they are destined to, but most succeed because they are determined to.

  4. #4
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Jul 2009
    Location
    england
    Posts
    1,039
    Blog Entries
    6
    Feedback Score
    18 (100%)

    Default

    Quote Originally Posted by pokerprop View Post
    What is a CTA?
    Call to Action.
    My affiliate blog: Affiliate FYI

    Sell your Forum Signature Links! I want to buy links in your other forum profile signatures to my affiliate and SEO blog at AffiliateFYI.com.

  5. #5
    ความลับไม่มีในโลก
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    ▐▐▐▐▐▐
    Posts
    4,727
    Feedback Score
    45 (100%)

    Default

    Okay are you allset with this?
    single.php is the best way. If the theme doesn't use a single.php then creating a single.php would probably still be best way.
    If you're going to bet US Sports online - I strongly suggest 5Dimes.com or Bookmaker.eu.

    Some succeed because they are destined to, but most succeed because they are determined to.

  6. #6
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Jul 2009
    Location
    england
    Posts
    1,039
    Blog Entries
    6
    Feedback Score
    18 (100%)

    Default

    Quote Originally Posted by pokerprop View Post
    Okay are you allset with this?
    single.php is the best way. If the theme doesn't use a single.php then creating a single.php would probably still be best way.
    no i'm not all set with this. I'm a complete noob when it comes to editing css file stuff. I Was hoping someone could tell me exactly what to insert/where (with my own html ofcourse).

    Here is the single.php:

    <?php get_header(); ?><?php include(TEMPLATEPATH."/sidebar.php");?> <div id="middlecontent"><div class="block"> <div <?php post_class() ?> id="post-<?php the_ID(); ?>"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <h1><?php the_title(); ?></h1> <div class="date2"><?php the_time('F j, Y'); ?> - by <?php the_author(); ?> &middot; Filed Under <?php the_category(', ') ?> <?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?>&nbsp;<?php edit_post_link('(Edit)', '', ''); ?></div> <?php the_content(__('Read more'));?> <?php endwhile; else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?> </div> </div><div class="block"> <?php comments_template(); // Get comments template ?></div> </div><!-- Page Content --><?php include(TEMPLATEPATH."/index_sidebar.php");?><?php get_footer(); ?>
    My affiliate blog: Affiliate FYI

    Sell your Forum Signature Links! I want to buy links in your other forum profile signatures to my affiliate and SEO blog at AffiliateFYI.com.

  7. #7
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    May 2009
    Location
    United States
    Posts
    225
    Feedback Score
    4 (100%)

    Default

    You can try putting it after:

    <?php the_content(__('Read more'));?>

    You can also look into: WordPress › Advertising Manager WordPress Plugins to be able to rotate different ads/cta's in that spot.

  8. #8
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Jul 2009
    Location
    england
    Posts
    1,039
    Blog Entries
    6
    Feedback Score
    18 (100%)

    Default

    Quote Originally Posted by cprpoker View Post
    You can try putting it after:

    <?php the_content(__('Read more'));?>

    You can also look into: WordPress › Advertising Manager WordPress Plugins to be able to rotate different ads/cta's in that spot.
    looks great. appreciate it!
    My affiliate blog: Affiliate FYI

    Sell your Forum Signature Links! I want to buy links in your other forum profile signatures to my affiliate and SEO blog at AffiliateFYI.com.

  9. #9
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Jun 2009
    Location
    USA
    Posts
    2,902
    Feedback Score
    15 (100%)

    Default

    Just wanted to say that your site is looking pretty nice now. Smart choice shifting from the "student poker" theme or whatever it was originally.

  10. #10
    ความลับไม่มีในโลก
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    ▐▐▐▐▐▐
    Posts
    4,727
    Feedback Score
    45 (100%)

    Default

    Quote Originally Posted by cprpoker View Post
    You can try putting it after:

    <?php the_content(__('Read more'));?>
    Yes that's where it goes. Keep in mind because this is in PHP you'll need to use &amp code if your text contains any special characters such as the ' in can't or an & or - or similar symbol. If you get any errors after adding it that will most likely be why. See link and you should be find adding it where suggested.
    If you're going to bet US Sports online - I strongly suggest 5Dimes.com or Bookmaker.eu.

    Some succeed because they are destined to, but most succeed because they are determined to.


 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Importing Wordpress Posts to Homepage
    By JohnH in forum Wordpress - Web Design - Coding - Technical
    Replies: 3
    Last Post: 05-07-2010, 02:42 PM
  2. Organising posts in wordpress
    By pokerextras in forum Wordpress - Web Design - Coding - Technical
    Replies: 0
    Last Post: 04-29-2010, 05:00 PM
  3. Automatic Cateogry Thumbnails
    By addz123 in forum Wordpress - Web Design - Coding - Technical
    Replies: 7
    Last Post: 02-11-2010, 03:20 PM
  4. Automatic Submission Tools?
    By Brokerstar in forum Poker SEO Forum
    Replies: 21
    Last Post: 08-19-2009, 11:56 AM
  5. Automatic Link Exchange - good or bad?
    By ronnynordin in forum General Poker Affiliate Forum
    Replies: 0
    Last Post: 02-14-2009, 08:30 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Powered by vBulletin® Version 4.1.5
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
SEO by vBSEO 3.6.0
Affiliate Program Consultant