sql - WordPress WorkFlow Modfications -


I would like to ask a help about Zenser, which is a plugin that you publish a post then acceptance of a moderator post Lets publish on the WordPress blog site.

When a post is waiting for approval, the "Moderation wait" is waiting for everyone

Actually I have been convicted of involvement;

1- Any queries of any query should be added at the end of:

/ P>

  LEFT JOIN wp_zensor ON ID = wp_zensor.post_id  

2- Where should be added at the end of the position:

  and wp_zensor.moderation_status = 'approved'  

You can show me; Where should I add these modifications to the category link presentation below:

  & lt; H2 & gt; Politics & lt; / H2 & gt; & Lt ;? Php $ recent = new WP_Query ("cat = 31 & showposts = 1"); While ($ recent-> is_pause ()): $ Recent-> The_post () ;? & Gt; & Lt; B & gt; & Lt; A href = "& lt ;? php the_ermelink ()? & Gt;" Rel = "Bookmark" & gt; & Lt ;? Php the_title (); ? & Gt; & Lt; / A & gt; & Lt; / P & gt; & Lt ;? Php the_content_limit (140, "devamı & amp; raquo;"); ? & Gt; & Lt; Div class = "hppostmeta" & gt; & Lt; P & gt; & Lt ;? Php the_time ('JFY, H: I'); ? & Gt; | & Lt ;? Php the_author_posts_link (); ? & Gt; & Lt; / P & gt; & Lt; / Div & gt; & Lt ;? Php timeline; ? & Gt;  

Or any common solution will be welcomed.

More can submit new posts to publish the current version of WordPress, "Contributor". They are organized in a moderation queue until the "editor" or "administrator" is approved. "Author" can publish their own posts without waiting for the review "Members" can not post exactly but can read and comment on the post only.

You can read more about user roles and capabilities. In fact, make all your contributors "contributors" and your editors in "editors". Leave yourself as "Administrator" as you would expect the editors to be notified when submitting a new post for review.


Comments