savesheep
Forum Replies Created
-
Hey photocrati – so it turned out that my custom theme broke after the WP 4.0 update. For future reference, on page.php the old code was get_the_content whereas the new code is just the_content. Removing the get_ allowed for all the shortcodes to work again.
Thanks for the quick followup!
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 Keeps Taking Down WebsiteHey Takayuki! So it must not be an issue with CF7 this time around as the site has gone down again. I installed Debug Bar and Log Deprecated Notices plugins to see what happens though now I can’t access anything, haha. Do you know if the log files are located on the server somewhere? I removed the CF7 plugin (as that did the trick the last few times), no change. Removed the entire plugins directory, no change. renamed the theme directory, no change. Empty white home page. I know this isn’t the correct place to post this but if you have a quick suggestion, that would rock.
Thanks so much for a great plugin – I really hope I can figure out what’s happening and that it is not an issue with the plugin.
Forum: Plugins
In reply to: [Redirection] TOGGLE function lost all my redirectionsToggle Disabled them and moved them to page 4. I wish this could say enable/disable instead of Toggle!
Forum: Plugins
In reply to: [OptionTree] OptionTree Needs to be Updated to work with WP 3.2.1This is the link that should work for option tree settings but I get the error “You do not have sufficient permissions to access this page.”
https://website.com/wp-admin/admin.php?page=option_tree_settings
Forum: Plugins
In reply to: Edit get_calendar() function to allow show posts from specific categoryhey jean, you are genius. I’m trying to achieve the same effect as depi so I’ve taken your code and added it to my theme. However, I don’t use the archive/date pages so I didn’t touch those. I’ve tried both adding the pastie to my wp-includes/functions.php and my theme/functions.php neither worked. Does this wind up adding a widget to the widget system or one that I need to include myself?
Thanks a lot for your hard work!
Forum: Themes and Templates
In reply to: if custom value does not exist, display timedategot it:
<?php if ( function_exists('get_custom_field_value') ) { get_custom_field_value('tinytext', true); } else { the_time('F jS, Y'); } ?>
Forum: Fixing WordPress
In reply to: ampersand appears as & in category nameslol – umm..it is displayed as
people & lifestyles
just in case. i’ve tried the & # 3 8;