rslonik
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: wp-cron overloading system resources?https://www.ads-software.com/support/topic/128800
SOLVED for me too!
Thanks =DD
Rafael,
[sig moderated]Forum: Fixing WordPress
In reply to: Rich Text Editor Problem – 2.1YE! WWW trick solved the problem for me too. Thanks ??
Rafael,
[sig moderated]Forum: Plugins
In reply to: Random Pages Listing<?php $pages = wp_list_pages('title_li=&sort_column=post_date&sort_order=DESC&depth=-1&echo=0'); preg_match_all('/(<li.*?>)(.*?)<\/li>/i', $pages, $matches); if (!empty($matches[0])) { print '<ul>' . implode("\n",array_slice($matches[0],0,25)) . '</ul>';} ?>
from this topic
https://www.ads-software.com/support/topic/116226??
Rafael,
[sig moderated]Forum: Plugins
In reply to: YouTube Video Gallery Pluginops….almost forgot…
rafael a.t arteblog do.t net
Forum: Plugins
In reply to: YouTube Video Gallery PluginForum: Plugins
In reply to: plugin youtube wordpress 2.2now that youtube has local versions (like br.youtube.com), the wp-video is not working properly. does another plugin manage to embed these new url videos?
Rafael
https://novo-mundo.orgForum: Plugins
In reply to: Divide pages to 2 separate navs?You should take a look at CMS themes at themes.wordpress.net
https://themes.wordpress.net/?s=cms
i use one of them: https://asnovidades.com.br
??Forum: Plugins
In reply to: Images at snippetspay attention i have images INSIDE the posts
Forum: Fixing WordPress
In reply to: Newsletter – how to?Download de newest version of the Mailing-List plugin (3.0).
-> Delete mailling-list.css.
-> Change in the mailling-list.php:Line 174
FROM:
document.getElementById(“postdiv”).appendChild(document.getElementById(“ml_post_footer”));TO:
document.getElementById(“quicktags”).appendChild(document.getElementById(“ml_post_footer”));It’ll work.
Forum: Fixing WordPress
In reply to: one post per category on main pageTry it;
<?php $my_query = new WP_Query(‘category_name=catname&showposts=1’);
while ($my_query->have_posts()) : $my_query->the_post();
$do_not_duplicate = $post->ID; ?>YOUR CONTENT(LIKE <?php the_excerpt(); ?>)
<?php endwhile; ?>
Forum: Plugins
In reply to: [NEW PLUGIN] Democracy AJAX Pollok, i don’t know if my js is on or off.
I’ve made my own template, can this be a problem ?I’ll watch this post by RSS,
-waiting the update…ya’s
Forum: Plugins
In reply to: [NEW PLUGIN] Democracy AJAX PollYour plugin don’t like PERMALINKS.
The requested URL /operario/&jal_no_js=true was not found on this server.
If you can fix it, please send me a “ping” at: rslonik[at]gmail[dot]com