igorx81
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Product Review Lite] Rating in different pageThanks, and is there also a php code that can be used instead of the shortcode?
Forum: Plugins
In reply to: [WP Product Review Lite] Rating in different pageAlso if the review is in a page?
I’ve tried both
[P_REVIEW post_id=3067 visual=”yes”] and
[P_REVIEW page_id=3067 visual=”yes”]but it’s not working (I’ve changed the id number, and I’ve tried it with the powered by link PRO version).
Is there also a php code instead of the shortcode?
Forum: Plugins
In reply to: [Yoast SEO] Translation for %%currentmonth%% and %%currentdate%%Any suggestion?
Thanks again
I was using
<?php if(function_exists(“kk_star_ratings”)) : echo kk_star_ratings($pid); endif; ?>
without specifying an id; if I put category id the plugin considers the post with that id; what should I put instead?
Thanks
Forum: Plugins
In reply to: [Yoast SEO] Rel=canonical not appearing in paginationIn another blog, rel=next, rel=prev and rel=canonical appears in category and tag archives, but the 3 are missing in homepage and /page/2/ etc..
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache Minify error with & #038 ; in cssI somehow removed the & #038 ; but still have the problem.
Maybe the reason is that those files don’t have .css extension?
But why isn’t it working only in this new server?Forum: Fixing WordPress
In reply to: Removing Automatic feed links from headerThanks a lot.
Forum: Hacks
In reply to: wp_list_pages – help exluding pagesExplaining better. In the first code, I’d like:
1. to exclude some pages from being displayed (listed)
2. when in one of the last subpages (with no children), to list all the subpages and not only that one.
Thank you
Forum: Fixing WordPress
In reply to: Feed error, Unable to access /xxxx/wp-includes/pomo/entry.phpYes, but right after the upgrade, everything was ok. Two days after I got this error..
Forum: Fixing WordPress
In reply to: Home directory move and empty wp-login pageHi, I’m using a shared web hosting; by homedir move they mean they moved my account to a new storage system, and my “account path” changed to:
/home125c/sub003/scxxx-xxx (and before was something else).
Thank you
Forum: Themes and Templates
In reply to: Blog posts in wrong orderDoes someone remember which post was? I have the same problem but can’t find it.
Forum: Requests and Feedback
In reply to: Post ordered by ID instead of dateUpdate: this just happened to another blog… Version: 2.0.7
The only thing I did was deleting a comment.Forum: Installing WordPress
In reply to: Error with restored databaseThe backup wasn’t good. ??
All ID key was missing the AUTO INCREMENT value. I added it and now everything is working.