Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
This is my first foray into trying to write custom php within a WordPress theme so please bear with me on this basic question ...
I wish to modify the post-meta info shown at the bottom of a blog post in WordPress -- from the CE4 default of "<author><date>" back to what we had in CE3: "Posted on <date>". I have searched high & low trying to find the php code that writes the html but for the life of me can't find it. Here's the html generated:
My understanding is that, once I find it, I can copy the relevant php function into my /phplugins/phplugins.php file, with necessary modifications ... right?
Or maybe there is another way to "skin this cat"? TIA!
Rick
Offline
if you're doing this in WordPress, the best way would probably be to create a child theme and put the function in the child theme's functions.php file.
look in the theme files. It looks like the code is in the loop.php file.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline