gshiga
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Multiple CSS sheets and Absolute PathsThanks for the quick reply. I’m looking forward to giving it a try!
Forum: Themes and Templates
In reply to: Multiple CSS sheets and Absolute PathsThank you, Esmi!
I usually like to separate folders for css, images, js, etc. Thus, can I use your suggested method, but place my js in a sub-directory of my theme folder, as follows: <script src=”<?php bloginfo(‘template_directory’); ?>js_folder/examples.js” type=”text/javascript”></script>.
Or, is it mandatory to place js in main theme folder (and not a sub-directory).
Thanks again for your help.
Forum: Plugins
In reply to: Subscribe to Comments 2.1.2: How to modify checkbox language?Can anyone answer my question? A ton of people have downloaded this plugin, so there must be a lot of people that know how to modify the checkbox language.
Thank you.
Forum: Fixing WordPress
In reply to: How to Call the Loop outside WP directoryThe following are a couple of good articles on the subject:
http://www.corvidworks.com/articles/wordpress-content-on-other-pages
http://www.voodish.co.uk/articles/display-wordpress-content-from-outside-wordpress/
http://www.webopius.com/content/139/using-the-wordpress-api-from-pages-outside-of-wordpressI’ll try out these methods, and if they don’t work I’ll provide an update.