I feel like I've tried everything, and I still I am not having any luck at getting the classes and id's of my ul's to change.
The following code from template.php worked on a 4.7 site I developed a few months ago, but no matter what, I can't seem to get it to work in Drupal 5.
Up to now my site has been entirely based on fixed vocabularies, but as I'm beginning to upgrade to 5.1 I'm beginning to think about adding free tags to my articles so that they can be classified both with the fixed system, and with something... well, freer, that will leave more initiative to the editors of the articles.
I work for a web design company that is using drupal as the cms for a client's site. We have created the site for the client using html and css. That file is prepared and ready to go, but I'm having problems finding the information I need to convert the existing completed into a theme for drupal.
Can somebody please indicate me how to change, if possible, the link title "Read the rest of this posting" without touching the core.
This line is in the node_link function in /modules/node.module. Can I do something about it in template.php in my theme folder?
The small issue I have with this is that when testing my site to pass AA accessibility all my "read more" links have the same title and I'd like to change that so each one has a unique title.
I am looking for a straight forward way of removing the title from the menu blocks. I want to keep the background image of the header title, I just don't want the text.
Can somebody provide some clear cut steps on how to do this? I found some details by searching, but nothing really clear and to the point.