![]() |
^^**Quick Wordpress Help**^^
hey,
I was wondering how I could place image ads in-between my links in my sidebar.php file? Is their a plugin or how would i do this? I want to put some image ads inbetween the link categories I have in wordpress any help? thanks |
I'm not sure I'm getting you right.
Do you want something like: Category 1 - link 1 - link 2 - link 3 IMAGE Category 2 - link 1 - link 2 - link 3 IMAGE ... If so, for each image you want to place you can create a category and when you setup it specify that it should display an image. The add one link in that category with your image. If you want something like: Category 1 - link 1 IMAGE - link 2 IMAGE - link 3 IMAGE you can setup that category as an image category and only add an image for every other link. I hope you get what I mean :) I'm not aware of any plugin to eazy this up, maybe someone else does tho. |
i was looking for something like
Category 1 -Image (linking to something) Category 2 - Image (linking to something) - Image (linking to something - Image (linking to something) I went under categories, but I dont see how I can add a category that I can post images in? |
When you add a new category you have the option to tell it which fields to show:
Show: Image Description (shown in title regardless) Rating Updated (shown in title regardless) |
Use the "get_links()" function. You can specify which categories to display...
Code:
get_links(category1); |
All times are GMT -7. The time now is 09:36 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc