strugglefish
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: category descriptionsOh, I’m using the archive.php file. Sorry about that.
The code used to pull the category title is:<h1><?php echo single_cat_title(); ?></h1>Ok, I’m an idiot newb. I see my error now. Thank you for your kindness.
Forum: Fixing WordPress
In reply to: FLASH???Have you tried, not using javascript to embed the player? Try just using the standard <object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0″ width=”32″ height=”32″>
<param name=”movie” value=”/some.swf” />
<param name=”quality” value=”high” />
<embed src=”/some.swf” quality=”high” pluginspage=”http://www.macromedia.com/go/getflashplayer” type=”application/x-shockwave-flash” width=”32″ height=”32″></embed>
</object>Just to see if it is a javascript problem.
Forum: Fixing WordPress
In reply to: category descriptionsIt is in my page.php that I would like to display the category description underneath the main header for the category.
so it would look like
Category name here
(category description here)[first post in category here]
[second post in category here]
etc…I’ve disabled all plugins to verify that there isn’t a conflict, and the code still doesn’t work.
I appreciate your help.
Running PHP 4.3.11 and Mysql 4.0+, Apache2
Forum: Fixing WordPress
In reply to: FLASH???have a link to see what you are talking about?
Forum: Fixing WordPress
In reply to: category descriptionsThanks for the reply, but nothing happens with that code. Any other ideas?