charliestout
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Auto image resizing when new size setting enteredAmazing. Thank you. So much.
Forum: Fixing WordPress
In reply to: Changes in header.php not showing up site-wideLemme guess – Omniture is showing traffic for the home page but no other page, even though you have the Omniture code IN every page because it’s in the header which gets slurped into every page, right?
You’ll need to use a wordpress template tag in your omniture code which will identify the title of each page. Most of the time, if your WordPress template is coded correctly, the title tag will display the site name and the current page/post slug. That’s what you want to send to Omniture when each page is loaded.
Replace your var s_pagename line with this:
var s_pageName= “<?php wp_title(); ?>”
Forum: Fixing WordPress
In reply to: Changes in header.php not showing up site-wideDon’t know what I’m looking for here…but it would seem that each header on each page is a randomly selected image. What are you trying to get the header to do?
Forum: Plugins
In reply to: Bind User to Category incompatible with WP 2.3I’m having a little bit of trouble understanding the discussion here. Are the above snippets of code supposed to re-establish this plugin in WP 2.3? Thanks!