UnevenPixels
Forum Replies Created
-
Forum: Plugins
In reply to: [PHP Code for posts] Catchable fatal error on all postsHi Jamie,
Thanks a lot, that’s working perfectly 🙂
Forum: Plugins
In reply to: [PHP Code for posts] Catchable fatal error on all postsThanks for the fast reply.
It’s strange as they were working fine for a solid day or two and I hadn’t changed anything to the snippet code when it stopped working.
To double-check I just deleted the plugin along with all snippets, reinstalled and created a single snippet with the original code I used a couple days back, should this code be causing any issues?
<?php echo get_the_term_list( $post->ID, 'release-dates', '<ul class="styles"><li>', ',</li><li>', '</li></ul>' ); ?>I’m a total beginner when it comes to PHP, but it seems strange the code would cause such a delayed reaction if it’s to blame?
Forum: Fixing WordPress
In reply to: How do I display the current post's taxonomies?Hi Allison, thanks for the help!
I ended up using the code I initally posted with the PHP Code for posts plugin, works a treat!
Forum: Installing WordPress
In reply to: Site backup restore issueThanks for the reply, although I’d already been over that link with no luck.
It turned out that in the wp-config file I had to change the WordPress Database Table prefix to match the relevant prefix that occurs in the database, easy fix once I caught on.