GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   Styling Taxonomy Results? (https://gfy.com/showthread.php?t=1120034)

Tittytweaker 09-02-2013 11:14 AM

Styling Taxonomy Results?
 
I'm trying to figure out how to style my taxonomy results.

I'm using:

Code:

<?php

$terms = get_terms("model");
$count = count($terms);
if ( $count > 0 ){
echo "<ul>";
foreach ( $terms as $term ) {
echo '<li><a href="' . get_term_link($term) . '">'. $term->name . '</a></li>';

}
echo "</ul>";
}

?>

To get the list of terms. I'd like to be able to style the results the same way I have them on the home page, only with the models name underneath the photo and nothing else, along with creating new pages after a certain number of results. Any ideas?

Tittytweaker 09-03-2013 03:20 PM

Ok. No luck googling this.

To simplify, I'm just looking for a way for it to call up an image from a folder on my server using the term name with a ".jpg" added to the end of it, so it grabs the correct image for each term/model.

Anyone?


All times are GMT -7. The time now is 02:02 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123