radiomestizacom
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Error message when categories are clickedi have the same problem! i suspect might be a server problem because i know the host was moved to new servers,
i saw yout blog is working the categories link, how did you fix it!?
Forum: Fixing WordPress
In reply to: posts_nav_link and category browsingin the navigation
so when i am in category/musica (https://www.radiomestiza.com/index.php/category/musica/)
i should go tohttps://www.radiomestiza.com/index.php/category/musica/page/2/
and i am going to
https://www.radiomestiza.com/index.php/page/2/in the archive.php i have
<?php include (TEMPLATEPATH . ‘/navigation.php’); ?>
afterthis is the code in my navigation.php
<div id=”pagenavigation”>
<div class=”left”><?php next_posts_link(‘← « Anteriores’) ?></div>
<div class=”right”><?php previous_posts_link(‘Siguientes » →’) ?></div>
</div>Forum: Fixing WordPress
In reply to: posts_nav_link and category browsingalso IIS 5.0 and WordPress 2.1.2
Forum: Fixing WordPress
In reply to: posts_nav_link and category browsingi have the same problem..
Forum: Fixing WordPress
In reply to: Previous / next posts always lead back to index! Help?!i have the same question…
Forum: Fixing WordPress
In reply to: No more “next page”barnettgs i tried that and didn′t work for me…,
did you REPLACE this code_?_:
<?php endwhile; ?>
<div class=”navigation”>
<div class=”alignleft”><?php next_posts_link(‘« Anteriores’) ?></div>
<div class=”alignright”><?php previous_posts_link(‘Siguientes »’) ?></div>
</div><?php else : ?>
Forum: Plugins
In reply to: Newsletter pluginnice plugin, is not what i am looking for, but it seems like a very powerful wordpress-integrated tool.
i get this error in the “contacts” tab, though ;
WordPress database error: [Out of range value adjusted for column ‘id’ at row 1]
INSERT INTOwp_comms_groups
VALUES (”, ‘WordPress Users’, ”);Forum: Plugins
In reply to: Newsletter pluginseems like these guys are working on it: https://edwards.org/2006/03/28/wordpress-plugins/
mmmm…but the post is from march and no updates so i don′t know if it′s worth waiting for it…
Forum: Plugins
In reply to: Newsletter pluginI have PHPList independently from wordpress, wich works great,
What i need is to send an automatic weekly digest of latest posts trough phplist, should i configure phplist t read the rss feeds (wich i havent figured out yet) or should i wait for some plugin to send the email to phplist FROM wordpress…is it possible for a plugin to do this?