basketball
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to make posts per page differentI changed my posts per page to 8, and using the plugin I set the number on the homepage to 2, and it worked perfectly! Thanks a lot for the link mdawaffe
Forum: Plugins
In reply to: Hyperlinks are Hidden from Posts7000 posts, that is a problem. What were you using before that made the <hyperlink> work?
Forum: Plugins
In reply to: Hyperlinks are Hidden from PostsI think coffee2code is right, just replace <http://www.cdfinder.de/> with http://www.cdfinder.de
Forum: Plugins
In reply to: Add Ad between First and Second PostHere’s a solution
1) Open your index.php file. Look for some code similar to this:
<?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
This is the start of the WP-Loop.
2) Just BEFORE that line, insert this code:
<?php $showAdSense = True; ?>
3) find this code:
<?php endforeach; else: ?>
This is the bottom of the loop.
4) Just BEFORE that line, put this:
< If ($showAdSense) { ?> ... stick the adsense code here ... <?php $showAdSense = False;} ?>
Making the appropriate changes (ie, inserting the adsense code where noted.
5) Save file.
6) Sit back and enjoy.Cudos to techgnome who posted this quite a while ago. Hope this works,
PS. I don’t like the wordpress search feature, took me a whole bunch of different combinations of keywords to try and find this old post.
Forum: Your WordPress
In reply to: Forum Based BlogGreat job! Looks different and original
Forum: Your WordPress
In reply to: DavidCramer.netVery wikipedia like design, looks pretty good. About the godaddy thing; I don’t think your going to have the same reaction to the rest of us when you see that godaddy superbowl commercial again one day.
Forum: Your WordPress
In reply to: Need my page to display the postsUhm, I guess you’re changing it up right now cuz I just get a screen with nothing but the top part and background on it.
Text leads to no posts matched
Photo/Audio/Video leads to not foundForum: Your WordPress
In reply to: Something you haven’t seen…@tparrot
He probably uses Wp ITunes
http://www.lucky-33.com/scripts/plugins/wp-itunes
Personally, I never got that to work, but I did get a winamp plugin to work with my site; http://basketball2k.com/ash The plugin is called Silverspider Playlist and is made by Alex Jones
Weird, I posted the exact thing that cmhbob just said a few hours ago and it disappeared.
Forum: Your WordPress
In reply to: Something you haven’t seen…Very, very nice website. Something I havn’t seen before but it works really well.
One problem though, your site seems to break down if you lower the resolution (resize window) less than 800px wide.
K when you go to edit your theme (I am assuming your using WP 1.5) with the presentation part and theme editor. You get a page where it has a large text box with your stylesheet in it, and on the right you have YOUR THEME NAME, and all the files within the theme.
Can you just post all the filenames that are there then I can tell you what to edit.
Forum: Fixing WordPress
In reply to: Use Just a Summary in Main PageInstead of using the excerpt I agree with womby. You should use the more tag because if you go to your site it seems all your posts are like one paragraph large (theres no more tag saying that you actually wrote like a page)
Forum: Your WordPress
In reply to: IDEALOGNice site, cool design
What’s your website URL, I’ll have a look
Forum: Fixing WordPress
In reply to: Display the title onlyTry this plugin, I got it working easily. It’s slowly becoming one of my favourite plugins!
http://www.coffee2code.com/archives/2004/08/27/plugin-customizable-post-listings/