itism64
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Blog Stats] All stops working after place the shortcodeHi Jeff,
Yes that is correct. Send me email if you want more details or have a look.
Cheers
Forum: Plugins
In reply to: [Simple Blog Stats] All stops working after place the shortcodeHi Jeff,
This info https://perishablepress.com/wp/wp-content/images/2012/simple-blog-stats-options.gif
Only showed [sbs_posts] and the rest as shown on the picture was not there
cheers
Forum: Plugins
In reply to: [Simple Blog Stats] All stops working after place the shortcodeHi Jeff,
Yes correct. That was the only one showed in the admin panel by the way.
Cheers
Forum: Plugins
In reply to: [Simple Blog Stats] All stops working after place the shortcodeHi Jeff,
Thanks for the quick reply. I just used
function wpb_total_posts() {
$total = wp_count_posts()->publish;
return $total;
}
add_shortcode(‘total_posts’,’wpb_total_posts’);and that works without any problem. But would be great to use your plugin as it has some nice features
cheers
Forum: Plugins
In reply to: [Redirection] Great plugin but lost in the regex partHi,
Found it
For https://www.example.com/abcdef_p_20004.html
^(.*)_p.*$
^$1https://www.example.com/abcdef_t_p3.html
^(.*)_t_*.*$
/tag/^$1and works perfect. Thanks for the great plugin.
- This reply was modified 6 years, 3 months ago by itism64.
Forum: Plugins
In reply to: [WordPress Popular Posts] Show wpp_get_views(). with shortcodeOeps,
Seen what i do wrong. The copy /past made small mistake. Works perfect sorry about that.
Forum: Plugins
In reply to: [WordPress Popular Posts] Show wpp_get_views(). with shortcodeHola Hector,
Changed to Twenty Seventeen and same “error” result
Your PHP code changes were rolled back due to an error on line 623 of file wp-content/themes/twentyseventeen/functions.php. Please fix and try saving again.
syntax error, unexpected ‘&Cheers
Forum: Plugins
In reply to: [WordPress Popular Posts] Show wpp_get_views(). with shortcodeHi Hector,
Thanks for the quick reply.
If i place the code i get a error
Your PHP code changes were rolled back due to an error on line 148 of file wp-content/themes/astra/functions.php. Please fix and try saving again.
syntax error, unexpected ‘&’Did i do something wrong here?
Cheers