izzyweb
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Error log PHP WarningForum: Plugins
In reply to: [LiteSpeed Cache] Error log PHP WarningWhen the crawel starts I always get the same error.
The blacklist table has been createdForum: Plugins
In reply to: [LiteSpeed Cache] Error log PHP WarningHi
this is the answer of MySql:
MySQL ha restituito un insieme vuoto (i.e. zero righe). (La query ha impiegato 0.0277 secondi.)MySQL returned an empty set
- This reply was modified 4 years, 2 months ago by izzyweb.
.
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] Issue after upgradeno replyy
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] Remove productHi
I need for the category recipes not product or blog
itemscope itemtype=”http://schema.org/Recipe”
you can change the category?This is the snippets to the recipe:
<div itemscope itemtype=”http://schema.org/Recipe”>
<h1 itemprop=”name”>Grandma’s Holiday Apple Pie</h1>
<img itemprop=”image” src=”apple-pie.jpg” />
By <span itemprop=”author” itemscope itemtype=”http://schema.org/Person”>
<span itemprop=”name”>Carol Smith</span>
</span>
Published: <time datetime=”2009-11-05″ itemprop=”datePublished”>
November 5, 2009</time>
<span itemprop=”description”>This is my grandmother’s apple pie recipe. I like to add a
dash of nutmeg.</span>
<span itemprop=”aggregateRating” itemscope itemtype=”http://schema.org/AggregateRating”>
<span itemprop=”ratingValue”>4.0</span> stars based on
<span itemprop=”reviewCount”>35</span> reviews </span>Thankyou