So I was working on my recipe page, which is going well, but the one thing I can’t figure out is how to “highlight” the links to each recipe, right now they are just a list and I am worried that they don’t look like links. Any thougths / suggestions? Maybe there is plug-in I am not aware of…
Tagged: help RSS
-
Megan Edwards
-
Angelo Fernandez
Found to great sites for PHP help and tutorials. The first one, http://devzone.zend.com/article/627 is for beginners who need to catch up on all the PHP stuff we’ve done like me. And this site http://www.homeandlearn.co.uk/php/php.html looks to have everything you’d ever want to know about PHP. Hope it’s useful for some of yall
-
Harrison M.
SEO recommends making permalinks /%category%/%postname%/. Wordpress documentation strongly discourages it. Who’s right?
-
David Petty
Help. Please.
Okay so I followed bluehosts vid for installing wordpress, i get wp all installed and then when I try to log in – it just shows a godaddy ad page – it won’t let me log in to my site? Am I supposed to be linking WP install to my domain name or to a wordpress page? I’m all sorts of confused.
-
David Petty
Hey everyone I could really use some solid insight from yall concerning my site – I’m trying to figure out a good blog theme to use. My two options that I’m considering are near the bottom of my post and highlighted as links so if you could leave a comment on which one you like more that’d be great! http://bit.ly/d1HyXG
-
Angelo Fernandez
On the FTP activity is anyone else having trouble with the Prometheus image? I open my HTML on my computer and it works but when I put it on my Bluehost site the image is gone and the alternate texts is there, any suggestions?
-
Angelo Fernandez
Anyone know of any scanners on campus? I drew up a bunch of ideas/skeletons for my site on paper and I wanna upload em now. Thanks in advance.
-
Harrison M.
What’s everyone using for FTP clients? I’m using the FireFTP Firefox extension, but I’m a bit wary of it for security reasons.
My main concerns are stability and how it stores my passwords. I was using Filezilla until I discovered it was saving my passwords as plaintext. -
Angelo Fernandez
I see that Mr. Hoyt has purchased the CSS Editor so i’m wondering if you could help me make my widgets appear on a second column on the side of my blogs instead of the bottom of my pages on my other blog: http://abfsra.wordpress.com/ If this is something you’d have to do in person with me logging in i’d understand and i’ll see you in class tomorrow
-
Angelo Fernandez
i was looking at free wordpress themes and i was able to download a few but i don’t know how to get them from my computer to my wordpress account, could anybody help? maybe one of those videos with the English bloke
Daryl Hansen 9:47 pm on April 11, 2010 Permalink
I took a look at the recipes section, and didnt feel that it was confusing that they were links. But changing the color or underlining the links might help. The title color and the link’s color is the same, so that might be confusing. However, I think that pictures with the titles or highlighting 2 or 3 recipes would be the best route to give idea that they are links. Just some thoughts.
Harrison M. 10:02 pm on April 11, 2010 Permalink
Your best bet would be to go into your CSS files and template code and either change the link color and possibly underline them if it fits with your style.
Including excerpts (recipe descriptions) and photos (I think you can do this in your settings if you’re using the category page) would help too.
Randy Hoyt 7:10 am on April 13, 2010 Permalink
The list of recipes is an unordered list of links, so it might be worthwhile to change the CSS to add bullets or something. You have added
class="recipes"to the list, you can make this list look different than the other lists on the site.