Magnificat
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Showing subcategories of a parent page under subcategoryI was pleased to find this thread still alive. I believe this is what I am looking for but I would appreciate some help in determining if that is the case.
I need for the subcategories to remain visible (to function as navigation) when viewing a subcategory post. I would be very grateful if someone could clarify which of the codes in this thread would accomplish this and exactly where the code should be inserted.
I am running 2.9. Thank you in advance!!
Forum: Themes and Templates
In reply to: Chnge php (w ajax) load image to link to postWell, I tried my suggestion and it didn’t work. Thank you for your reply.
Forum: Themes and Templates
In reply to: Chnge php (w ajax) load image to link to postThanks for the response drublic,
I’m not very familiar with ajax (or js for that matter) and I want to make sure I get the syntax right.
I need the specific post in which the action is called, not the current post in the loop. Also, I need load_background.php for other functions on the site, so I can’t change it completely. It currently reads:
<img src=”<?php echo $_GET[‘BG_image’]; ?>” alt=”” />
Should I create a new file, for example load_post something like:
<?php echo $_GET[‘the_permalink’]; ?>
and then change the excerpted text to:
$.ajax({
type: ‘GET’,
url: ‘<?php bloginfo(‘template_url’); ?>/load_post.php’,
…Thank you so much for your help!!!!
Forum: Themes and Templates
In reply to: Change default ‘home’ in titleAwesome. Thank you so much – that fixed it! *reminds self to learn php*