dhazard
Forum Replies Created
-
Thanks!
Ah, the shortcode code is not changing when i do that but obviously I can just add the new window part to my code.
Thanks
The login/pass provided was purely for testing.
Adding the info to the .htaccess fie did not work
I have not tried deactivating other plugins yet but is there somewhere in the code i can just add target=”_blank” for all files? (As we are only using this for pdfs)
Forum: Plugins
In reply to: [WP iCal Availability] Parse error: syntax error, unexpected T_FUNCTIONActually I figured it out! I upgraded the php version – Godaddy had 5.2 installed but had 5.3 and 5.4 available so I switched the host to 5.4 and it worked!
Forum: Themes and Templates
In reply to: Can each category page have its own look?ok, here is my problem – i got the category pages to work:
http://www.ucc.org/information/?cat=1
http://www.ucc.org/information/?cat=2
http://www.ucc.org/information/?cat=3but when i click to one of the full stories (in this case in the third category):
http://www.ucc.org/information/?p=3#more-3
I lose the formatting of the category – why is that? and if another template applies here can i create files similar to category-1,2,3.php. It looks like archive.php may be controlling this so can I create archive-1.php, archive-2.pho, etc. This seems a long way around solution – why wouldnt the category templates cover everything posted within them?