basilakis
Forum Replies Created
-
Hey, anything new regarding that? ??
Forum: Fixing WordPress
In reply to: Many wordpress Queries with a page as indexI am even trying to implement it like that
<div class=”arrowlistmenu”>
<?php rewind_posts(); ?>
<?php $my_query = new WP_Query(‘category_name=featured&showposts=3’); ?>
<?php while ($my_query->have_posts()) : $my_query->the_post(); ?>
<h3 class=”menuheader expandable”><?php the_title(); ?></h3>
<ul class=”categoryitems”>
” title=”Permanent Link to <?php the_title(); ?>”>
<?php the_title(); ?> –
<div class=”PostContent”>
<?php
global $more; // Declare global $more (before the loop).
$more = 0; // Set (inside the loop) to display content above the more tag.
the_content(“More…”);
?></div>
<?php endwhile;?></div>
but nothing…
Forum: Plugins
In reply to: Report Post PluginI have replied to your email ??
Soon i will launch a topic @ my blog for some Support to the plugin.
And version 3.0 is comming with an editor for the form and the CSS ??
Forum: Plugins
In reply to: Report Post Pluginhttps://www.ads-software.com/support/topic/180207
Here is the plugin i have created.
Not yet added to WordPress SV, because there was not enough time. I will ask a request to add it soon.
Thanks a lot for your time
BasilisForum: Plugins
In reply to: Report Post Plugin?There is a plugin for doing this job. Actually i am already in it second release and keep working on it, almost every day.
U can check it out here
https://www.jailbait.gr/downloads/report-post.rar
Any questions regarding it, will be more than welcome ??
Forum: Plugins
In reply to: Report Post PluginThere is a plugin for doing this job. Actually i am already in it second release and keep working on it, almost every day.
U can check it out here
https://www.jailbait.gr/downloads/report-post.rar
Any questions regarding it, will be more than welcome ??
Forum: Plugins
In reply to: WordPress Link CatalogAnything like that, does not exist?
Forum: Plugins
In reply to: Need to show feed on another site