jakobud
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Shortcode is not rendering formAh that was the problem. I was displaying my content via
echo $post->post_content();
Thanks
Forum: Fixing WordPress
In reply to: Migrated WordPress to new website, metadata is missingCan anyone help me with this?
Today a client emailed me “Hey man, I’m going on a radio show in a couple hours to talk about my photography website. I just looked at my site though and the gallery plugin is all screwed up. Can you fix it fast?”
I jumped on his site and sure enough, he clicked the magical “Upgrade to WordPress 3.1!!!!” button. Fucked up the plugin he was using and the plugin developer has not released a new version that is 3.1 compatible.
Do you see the problem yet?
Seriously, just an the OPTION to turn it off or only show it for certain individuals. I’m an administrator for any WordPress sites that I develop for my clients and upgrading the sites because of security fixes is part of my job. I take care of the upgrades and do plenty of testing of plugins ahead of time to make sure that the live sites do not break after the upgrade.
The problem is unknowing users that click the upgrade button and have no clue that it will potentially break something.
How about set it so that only the administrator see’s the message?
Forum: Fixing WordPress
In reply to: Why is WordPress removing Line Breaks and Paragraphs?bump.
That didn’t seem to work. The apply_filters function above just results in a blank/empty output.
I’ve looked at the docs for apply_filters but I don’t really understand what it is wanting for input. Like you chose “the_content” to use as the hook in the function. Why did you choose that out of all the hooks? I’m just not sure what hook to use here…
Can anyone help here?
bump
Forum: Fixing WordPress
In reply to: XML Import Warning: failed to open stream: No such file or directoryAnyone have any clues on this? Are there any alternative methods to importing a WordPress XML since this apparently is broken?
Forum: Fixing WordPress
In reply to: Media Temple oeaou hackI just noticed in my clients wp-config.php that all 4 authentication key values were at their default value of “put your unique phrase here”.
I used WordPress’s key generator here:
http://api.ww.wp.xz.cn/secret-key/1.1/
to generate unique keys for it. I’m not sure if this could be part of the problem or not. I’m not exactly sure what these keys are protecting.
Did anyone else in this thread that had a hacked site have the default values for these 4 keys?
Forum: Fixing WordPress
In reply to: Media Temple oeaou hackOne of my clients had this hack happen to them this morning. And it was a MediaTemple hosted website as well.
The fix is here:
http://wiki.mediatemple.net/w/WordPress_Redirect_Exploit
Basically just run some SQL that gets rid of the redirection stuff. The redirection script is in the wp_posts post_content table/field. Any idea how it could get in there?
When I ran the SQL to get rid of the redirection script, it found over 1100 entries. Yikes.
How did this happen? Is it a WordPress thing, or a MediaTemple thing? I wish I knew so that we could get it taken care of.
Forum: Fixing WordPress
In reply to: How to add class to next_post_link anchor?Forum: Fixing WordPress
In reply to: Page Template Attribute keeps disappearingDoes anyone else have a solution to this problem?
Forum: Fixing WordPress
In reply to: Page Template Attribute keeps disappearingI don’t understand what you mean. All of my template files in my theme have the proper template code at the top similar to this:
<?php /* Template Name: My Cool Page */ ?>Forum: Fixing WordPress
In reply to: WordPress can’t find my new pagesFixed it! You are my savior! I remember reading that on the permalinks page before but I thought “surely the last tech guy who set this server up was smart enough to enable that” so I never bothered looking. Sure enough… It was set to “None”. Woo thanks!