1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Just need these questions solved in WORDPRESS. HELP!

Discussion in 'WordPress' started by Mr Goldberg, Jan 22, 2009.

  1. #1
    Hello,im trying to achieve some stuffs in my Wordpress Blog ,but it doesnt seem to go right and i have no time to do hit and trials as well..
    Well,i need the perfect Plugins for below questions and screenshots. Kindly help me out and give me the perfect plugin for it.
    Im using Wordpress 2.7


    1. I want such a plugin,which can help me insert Adsense ads vey easily and anywhere in my posts,which i can decide. I tried ADMAN,but its a shit again.
    I need something like this to do,
    [​IMG]





    2. I need a category listing plugin,which can show how many articles are there in the category. Something like this,
    [​IMG]




    3. I want all of my blog posts to get SEO linked to each and other posts. So that,i dont have to do anything . Just activate the plugin and it itself links my keywords in the articles to my other articles. Something like this,

    [​IMG]




    4. My site will be on Wordpress,but my forum part,will be on Joomla. So i want to add a page item into my MAIN NAV,so that its directly linked to my FORUMS page. IS there any way to do this via PAGES in wordpress? Or there is some other trick ??

    I will do something like this,
    [​IMG]








    Well,someone kindly answer to all of my queries n patience..
    Thanks
     
    Mr Goldberg, Jan 22, 2009 IP
  2. Mr Goldberg

    Mr Goldberg Banned

    Messages:
    651
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    5. I want to have such a box in my site to attract users and readers. Im not sure,which company provides such nice boxes. Feedburner doesnt do,i guess. Plz throw some light.
    And im looking to use Google Adsense Feeds. Can i just mix all of my feeds to one address??

    I need a box like this completely;
    [​IMG]
     
    Mr Goldberg, Jan 22, 2009 IP
  3. scoopy82

    scoopy82 Active Member

    Messages:
    838
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    70
    #3
    I'll help you with at least #1.

    You don't need a plugin. What I do is create an "ad" folder where I upload my various ads.

    For example, I create a file named "adsense-468.php" and upload it to the folder named, "ads". Then wherever I want that ad to show up... I paste the following in the correct spot in the template.

    <?php include ('ads/adsense-468.php'); ?>
    Code (markup):
    And then if you want to do something like that you pictured with a 300x250 ad size... wrap your php include in a <div> with some CSS styling to it... like so,
    <div align="center" style="float: left; margin-right: 10px;">
    <?php include ('ads/adsense-300x250.php'); ?>
    </div>
    Code (markup):
     
    scoopy82, Jan 22, 2009 IP
    Mr Goldberg likes this.
  4. Mr Goldberg

    Mr Goldberg Banned

    Messages:
    651
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Wow thats nice..
    Good one brother. +rep added :D

    But im looking for a plugin to do this and im sure,there is some plugin for it..
    Just im not able to get it...

    Waiting for someone,who can list it up...
     
    Mr Goldberg, Jan 22, 2009 IP
  5. scoopy82

    scoopy82 Active Member

    Messages:
    838
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    70
    #5
    yw... Ever since I started with WP (v1.x)... I try to keep the excess bloat off WP.

    Item #2) Nothing special needed for that either. Find the line similar to below and add that "show_count=1" part to it. This will probably be in "sidebar.php"

    <?php wp_list_categories('show_count=1&title_li=<h2>Categories</h2>'); ?>
    Code (markup):
     
    scoopy82, Jan 22, 2009 IP
  6. Xp10r3r

    Xp10r3r Active Member

    Messages:
    250
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #6
    kk

    3. Look at
    http://seoroi.com/specialty-services/new-seo-plugin-for-wordpress-internal-link-building/
    Code (markup):
    4.
    http://www.zackdesign.biz/wp-plugins/42
    Code (markup):
    CSS drop down menu or
    http://atalayastudio.com/
    Code (markup):
    for NavT
     
    Xp10r3r, Jan 23, 2009 IP
  7. Xp10r3r

    Xp10r3r Active Member

    Messages:
    250
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #7
    for 5:

    http://om4.com.au/wordpress-plugins/wordpress-aweber-plugin/
    Code (markup):
    if you using aweber or
    http://subscribe2.wordpress.com/2008/12/11/subscribe2-412/#more-92
    Code (markup):
    For all of 5 - great resource for wp is
    wordpress.org
    Code (markup):
    =)
     
    Xp10r3r, Jan 23, 2009 IP
  8. Mr Goldberg

    Mr Goldberg Banned

    Messages:
    651
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Hello thnaks for all your replies, but unfortunately,none of my queries have been answered .:(:(:(

    Im looking for the best possible answers..
     
    Mr Goldberg, Jan 23, 2009 IP
  9. scoopy82

    scoopy82 Active Member

    Messages:
    838
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    70
    #9
    huh? What was wrong with my solution for #2 ?
     
    scoopy82, Jan 23, 2009 IP
  10. Mr Goldberg

    Mr Goldberg Banned

    Messages:
    651
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Nothing,but the alignment was gone..
    The categories did show fine,but the sub-categories display was completely messed.. :(

    Also i got a good plugin ,but again,my sub-categories display is messing it all up...

    http://perishablepress.com/press/2006/11/20/add-rss-feed-link-icons/


    Can the categories and sub-categories shwo in one alignment ??:(
     
    Mr Goldberg, Jan 23, 2009 IP
  11. scoopy82

    scoopy82 Active Member

    Messages:
    838
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    70
    #11
    You will need to fix the style / CSS for anything you add or change with your site. Quite possible that by adding 3 or 4 more characters to the subcat line... it caused it to overflow from the space that was previously allotted.
     
    scoopy82, Jan 23, 2009 IP
  12. Mr Goldberg

    Mr Goldberg Banned

    Messages:
    651
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Yes my whole alignment got messed up bro..
    The categories showed fine,but the count no showed below and the sub categories also showed bad ,one after one..
    I need it to look like this..
    [​IMG]

    Can this be done bro ??????????
     
    Mr Goldberg, Jan 23, 2009 IP
  13. scoopy82

    scoopy82 Active Member

    Messages:
    838
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    70
    #13
    just about anything is possible... if you can't add space to the width of that column... or make the text smaller... try "display: inline" or "display: block" with your CSS
     
    scoopy82, Jan 23, 2009 IP
  14. Mr Goldberg

    Mr Goldberg Banned

    Messages:
    651
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Im too bad on CSS buddy. :(
    I have a crew of 8 working in my company and they are too busy with my orders to have a look at this.
    I also dont want to bug them now. Can i just send you my site link,so that you can see the site in Firefox with Firebug and then send me the corrected CSS ??

    PLEASE!!
     
    Mr Goldberg, Jan 23, 2009 IP
  15. burnzzy81

    burnzzy81 Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    For #1, you can use Adsense Manager to manage your ads, but you still have to place the code into your post template page and use the <div> tag like Scoopy82 said.

    The code would look like:

    <div align="center" style="float: left; margin-right: 10px;">
    <?php if (function_exists('adsensem_ad')){ adsensem_ad('adname');} ?>
    </div>

    where adname is the name of the ad you created in Adsense Manager. You would only have to place this in your single post template page one time and it would show in all of your posts.

    The plugin allows you to create and manage adsense, adbrite, and other ads all within your admin panel.
     
    burnzzy81, Jan 24, 2009 IP
  16. Mr Goldberg

    Mr Goldberg Banned

    Messages:
    651
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #16
    I had no touch with Wordpress since 7 months,and thats why,i forgot everything lol..
    Before 6 months,i had a PR5 site,where i did the ads very very easily with a plugin..
    Just my mistake is that,i cant recollect,what plugin i did use... :(
     
    Mr Goldberg, Jan 24, 2009 IP
  17. Xp10r3r

    Xp10r3r Active Member

    Messages:
    250
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #17
    Max Banner Ads maybe?
     
    Xp10r3r, Jan 24, 2009 IP
  18. armybase

    armybase Peon

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #18
    mostly plugins comes to "enforce" ads in every post :(
    perhaps you need to hack
    single.php 
    Code (markup):
    but i'm not sure how to this :D
     
    armybase, Jan 25, 2009 IP