ruibo
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Page Cache URL rewriting is not workingI got the same error as well, but otherwise, everything does seem to be loading fine.
Forum: Fixing WordPress
In reply to: How do I query the parent post of an attachement?<a href="<?php echo get_permalink($post->post_parent); ?>">Back to Post</a>
Forum: Fixing WordPress
In reply to: Linking separate gallery page to each post[gallery id="#"]
Forum: Plugins
In reply to: [Plugin: Widget Logic] Show widget only on specific posts with tag/tagsyah i figured that part out, the has tag is doing the job ok but there’s a little bug with it or i’m not utilizing it correctly.
If you look here, https://test.gossipgamers.com/tag/playstation/ I have a widget that says HAS_TAG(‘PLAYSTATION’) – basically only showing when theres a tag for playstation
if you look here, https://test.gossipgamers.com/tag/xbox/, the xbox tag page says HAS_TAG(‘PLAYSTATION’) is also showing up because the most recent post on that category has a playstation tag in it as well.
if you look https://test.gossipgamers.com/tag/featured/, it the first post does not have playstation tag and thus is showing !HAS_TAG(‘PLAYSTATION’) && !IS_HOME()
Forum: Fixing WordPress
In reply to: [Plugin: Simple Tags] Incompatibility Issues with…Just did a little more testing, it seems like with random plugins installed with simple tags, it removes the list of plugins on the plugin.php page. anyone have any ideas?
Forum: Fixing WordPress
In reply to: [Plugin: Simple Tags] Incompatibility Issues with…PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /mnt/stor2-wc1-dfw1/399991/test.gossipgamers.com/web/content/wp-includes/kses.php(1006) : runtime-created function on line 1
That’s the only error i got that might even be remotely related. I’m not a php expert but the simple tag plugin seems to work fine with everything but akismet now.
Forum: Fixing WordPress
In reply to: Modifing RSS feed to filter one categoryI’m actually looking for the same fix, any help would be appreciated. Been searching forever and nothing.