garethdaine
Forum Replies Created
-
Yeah, I’m having the exact same issue. It was working (I have the correct property tracking ID), but the GA script is not loaded on the site.
Forum: Plugins
In reply to: Displaying Meta Data from a Custom Post TypeHere is my ‘show_testimonials’ function at pastebin.
Here is my full ‘index.php’ file at pastebin.
Here is my full ‘functions.php’ file at pastebin.
Forum: Themes and Templates
In reply to: WooThemes FreshFolio Theme Page Title Issue…Problem solved.
It wasn’t to do with the template, it was the platinum SEO plugin.
Hi,
I have the same problem using my computer at work, as do a couple of my users using there computers.
Using my system at home it is absolutely fine. These are the specs.
Windows Vista Ultimate 64BIT
Internet Explorer 7
AMD Dual Core AM2 64BIT 5600+
2048 Corsair XMS2 Dominator Memory
250GB Seagate Barracuda
XFX GeForce 8800 Ultra
Asus M2N32 WS Pro Main Board
Regards
Gareth
Forum: Fixing WordPress
In reply to: Centering Text in Comment Headers…?Afraid not…:(
Forum: Fixing WordPress
In reply to: Changing how the (more…) link reads, e.g. Read More…?Also I am using a modified version of the Blix theme.
Forum: Fixing WordPress
In reply to: Centering Text in Comment Headers…?Thank you. What I am basically trying to achieve is have the comment header text center horizontaly not vertically.
Forum: Fixing WordPress
In reply to: Centering Text in Comment Headers…?I would like to center the text horizontally.
Forum: Fixing WordPress
In reply to: Gravatar Borders…?Thank you very much.
Forum: Fixing WordPress
In reply to: Gravatar Borders…?I have checked the CSS file and have found the section for gravatars but their is no reference to borders?
Forum: Fixing WordPress
In reply to: Showing How Many Posts Are In Each Category?Thanks alot, sorry I haven’t replied I have been quite busy.
Regards
Gareth
Forum: Fixing WordPress
In reply to: Problems Displaying Current User…?Hi,
It’s ok I have figured it out.
All I did was combine and edit the two sets of code to produce this:-
<?php global $user_identity;
printf(__(‘Hello, %s.’), $user_identity) ?>It works like a charm now :D. Thank you for your help Moshu, much appreciated. Sorry again for the impatience.
Regards
Gareth
Forum: Fixing WordPress
In reply to: Problems Displaying Current User…?I have implemented the code in the side bar but it returns an error.
This code seems to work but does not shoe the username, probably because of the reason stated in the thread you gave me, i.e. $user_identity isn’t defined outside of wp-admin.
<?php printf(__(‘Hello, %s.’), $user_identity) ?>
I receive the following error upon trying to implement this code in the side bar:-
Code:-
global $user_identity;
get_currentuserdata();
if ($user_identity) { echo “Hi $user_identity!”; }Error:-
Fatal error: Call to undefined function: get_currentuserdata() in C:\Inetpub\vhosts\truthmedia.co.uk\httpdocs\wp-content\themes\blix\sidebar.php on line 56
Regards
Forum: Fixing WordPress
In reply to: Problems Displaying Current User…?Hi,
Unfortunatly I don’t know were I am supposed to implement this code?
global $user_identity;
get_currentuserdata();
if ($user_identity) { echo “Hi $user_identity!”; }Any ideas?
Regards
Forum: Fixing WordPress
In reply to: Problems Displaying Current User…?Hi,
Thank you, I will. I am sorry I am very tired as it is 04:53 am here and I just wanted to get this done so I could get some sleep. Wrong course of action I know, so again apologies. Thank you for the help.
Regards