This forum is for assistance with theme development.

How show article title in the underneath of Latest images

The snippets display Latest images:

<?php
  $gallery_name='Picture News';
  $term = taxonomy_get_term_by_name($gallery_name);
  $tid = $term[0]->tid;
  $thumbs = 0;
  while ($thumbs<1) {
  $images = (image_get_latest($count = 1, $tid = 0));
  print l(image_display($images[0], 'thumbnail'),'node/'.$images[0]->nid, array(), null, null, FALSE, TRUE);
  $thumbs++;
  print $title;
}

//print "<br/><a href='/image'>More Pix</a>";
?>

Problem BE:

How do Picture and article title news ?

How do Picture and article title news ?

Example:

css for the logo

i hav set up a site www.rippermanagement.com . I have used drupal 4.7.3 and tha marvin theme with it, butr modifyed som colore options. My problem is that i can not get ridd off the padding around the main logo. i whan the logo to be all the way upp to the "roof" of the browser and the text to start rigth under. (remoce teh padding)

How do i Develop Themes in Drupal. My own layout for a drupal run site?

How can i develop a custom theme by myself and implement it in the drupal 4.7.3
???
Please Guide me with a step by step procedure from scratch!!!

How use different css style to the term title and the node title

hi,all

How use different css style to the term title and the node title(article tile)?

I want let term title and node title are in the term page, node page show different position and different color.

page.tpl.php

<h1 class="title"><?php print $title ?></h1>

example:

on term page
-----------------------------------------------------
home > news > It info

IT INFO (display: left or right )

check to conditions with OR

hi,

simple question: how come this isn't working

 <?php if ((!$is_front) || (arg(0) != "travelbuddy")) echo '<div class="box">'; ?>

the div should NOT show if one of the conditions is true.

thanks!

kai

Pages

Subscribe with RSS Subscribe to RSS - Theme development