theApe
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Modify title-tag based on specific post template fileI found this, but I don’t think it’ll help in my case as WP is only seeing the template files being used when the (?) variable isn’t being used. Regardless of whether it is or not.
add_filter( 'template_include', 'var_template_include', 1000 ); function var_template_include( $t ){ $GLOBALS['current_theme_template'] = basename($t); return $t; } function get_current_template( $echo = false ) { if( !isset( $GLOBALS['current_theme_template'] ) ) return false; if( $echo ) echo $GLOBALS['current_theme_template']; else return $GLOBALS['current_theme_template']; }With that I could then us Comparison Operators to hide or show the title theme support. This won’t work with my variables and I’m not sure if it’s even possible, but I thought I would leave this hear as it might help someone else with a similar problem.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Parse error after Update 2.0.0I’ve found my problem… I was using this version.
http://www.woothemes.com/products/pdf-invoices/and without realising I automatically upgraded to…
https://wordpress.org/plugins/woocommerce-pdf-invoices/They’re unrelated plugins with the same name. It’s be nice if the WP plugin directory had SKU codes or something like that for plugins so that sort of thing wouldn’t happen.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Parse error after Update 2.0.0Same here. I’m rolling back for the minute.
Forum: Themes and Templates
In reply to: Usermeta Data in the search.php loopMarking this as solved as it was a stupid mistake, where I’d indexed the user profiles and they were being included with the search, hence the lack of user meta.
Forum: Themes and Templates
In reply to: Usermeta Data in the search.php loopI’m using the search function to search custom post types if that makes any difference.
Forum: Fixing WordPress
In reply to: image size is wrongYour logo is being squeezed by about 10px too, by the way.
Forum: Fixing WordPress
In reply to: image size is wrongAlso try turning off Proton, part of the JetPack plugin and go from there.
Forum: Fixing WordPress
In reply to: image size is wrongIt’ll either be your CSS or the sizes are being hardcoded into your site. The natural size is being overridden by something and it’ll be one of those two things.
Forum: Themes and Templates
In reply to: Two blogs, one index — best way?I would stick with the one site and use custom post types… http://codex.wordpress.org/Post_Types
Forum: Fixing WordPress
In reply to: page asking for password permission in firefoxThere’s an image on your page that’s in a protected folder. Under current listings.
ftp://jbournedesign.com/public_html/whaler/images/print1.gif
Forum: Plugins
In reply to: [Google Authenticator] Feature Request – Ask for code on second pageI second, asking for the code on a second page if one is needed for the user.
Forum: Themes and Templates
In reply to: Combining the author and post_type in an arrayNot specifically, what are you trying to do. I accomplished what I was after in a round about way. Works for my needs, but was complicated. As I said, can you be specific about what you’re trying to do, I might be able to help.
Looks good, have you sent a copy to Yoast?
Same issue here. Switched to http://wordpress.org/support/plugin/postmark-approved-wordpress-plugin
I’m seeing the same issue.