zourbuth
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate X] Filter qtranxf_filter_postmeta issueadd_filter( 'wp_head', 'my_post_views', 1 ); function my_post_views() { global $post; if( is_singular() && 'post' == $post->post_type ) { $views = get_post_meta( $post->ID, 'views', true ); $views = $views ? $views : 0; $views++; update_post_meta( $post->ID, 'views', $views ); } }
The get_post_meta() does not return values from database.
Forum: Plugins
In reply to: [Custom Post Exporter] Not showing in exporterIt does support to the latest version.
Forum: Reviews
In reply to: [Custom Post Exporter] Works Great!Thank You.
Forum: Plugins
In reply to: [Super Post] links inside postsHi Val.
I am afraid I don’t undestand the problem.
Could you please be more specific?Forum: Plugins
In reply to: [Super Post] Excerpts in Super PostYes it is.
Forum: Plugins
In reply to: [The Countdown - Block Countdown Timer] Need shortcodeYes. That’s right.
Forum: Plugins
In reply to: [The Countdown - Block Countdown Timer] Need shortcodeHi Marcelo.
Yes, there is a shortcode generator/visual builder for the premium version. And the shortcode can be added to a template. We can also uses a PHP function to create a countdown with predefined parameters.
Forum: Plugins
In reply to: [The Countdown - Block Countdown Timer] Need shortcodeSure. Is it OK if the shortcode using a widget?
For example:
[countdown-widget id="3"]
And we can do the settings from the widget panel.
Forum: Plugins
In reply to: [Feedburner Email Subscription] Website Broken!Deleting plugin and your theme get deleted?
It’s so funny, but I think you are not using WordPress.Forum: Plugins
In reply to: [Feedburner Email Subscription] Website Broken!Thank you for trying this plugin.
Unfortunately, this plugin does not have uninstall script.
Means, this plugin has nothing to do with deactivation, uninstall or deletion.What “style.css” did you re-upload?
Sent you email.
I am the author of premium Jet Tweet plugin. Both of our plugins don’t check for “OAuth.php”. We don’t have problem with “TwitterOAuth” class. Your plugin still requiring the “OAuth.php” without class checking. Let’s fix it.
The plugin generated 273 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
Forum: Plugins
In reply to: [Feedburner Email Subscription] Post & Comment RSS feeds showingHi, sorry for the trouble.
I have updated the plugin, please update your current install.Thanks.
Forum: Plugins
In reply to: [Feedburner Email Subscription] "Email Subscription" Title and LabelYou can use the widget “Custom Style & Script” to hide it:
<style type='text/css'> label.sr-only { display: none; } </style>