Marythestranger
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Social Blogroll] [Plugin: WP Social Blogroll] HelpHi,
On WordPress dashboard I go Pages > add page and I use this code:<ul> <li><?php feedreading_blogroll(); ?></li> </ul>
And I look this:
[Large code excerpt removed by moderator. Per forum rules, please use the pastebin for all large code excerpts. It works better anyway.]
Looks like the image:
https://img6.imageshack.us/img6/8172/linksl.pngThank you!
Forum: Plugins
In reply to: [WP Social Blogroll] [Plugin: WP Social Blogroll] Help<?php get_header(); ?>
<div id=”content” class=”col-full”>
<div id=”main” class=”col-left”><?php if ( get_option( ‘woo_breadcrumbs’ ) == ‘true’) { yoast_breadcrumb(‘<div id=”breadcrumb”><p>’,'</p></div>’); } ?>
<?php if (have_posts()) : $count = 0; ?>
<?php while (have_posts()) : the_post(); $count++; ?><div class=”post”>
<h1 class=”title”>” rel=”bookmark” title=”<?php the_title(); ?>”><?php the_title(); ?></h1>
<div class=”entry”>
<?php the_content(); ?>
<?php edit_post_link(‘Editar’, ”, ”); ?>
</div></div><!– /.post –>
<?php if (‘open’ == $post->comment_status) : ?>
<?php endif; ?>
<?php endwhile; else: ?>
<div class=”post”>
<p><?php _e(‘Sorry, no posts matched your criteria.’, ‘woothemes’) ?></p>
</div><!– /.post –>
<?php endif; ?></div><!– /#main –>
<?php get_sidebar(); ?>
</div><!– /#content –>
<?php get_footer(); ?>
Forum: Plugins
In reply to: [WP Social Blogroll] [Plugin: WP Social Blogroll] HelpHi,
I can’t tell you the url because my site is closed for maintenance. Do you want the source code of this page?Forum: Fixing WordPress
In reply to: I cant comment!!Moshu I moved the files of wp2 to my blog root!!
I”ll reinstall WordPress 2.2.2, deleting the old files and sending the news!
Forum: Fixing WordPress
In reply to: I cant comment!!What is the default .htacess WordPress 2.2.2??
Forum: Fixing WordPress
In reply to: I cant comment!!My .htaccess is empty!
I forgot to tell something.
Tomorrow after I update WP, I change the Adress in Options > General.
Blog address (URL) was https://blog.just-stranger.com/wp2 and I change to https://blog.just-stranger.com
And now i dont know make .htaccess definitions :/
Forum: Fixing WordPress
In reply to: I cant comment!!Look, when I place the cursor in Enviar (in the comment form), appers /index
(Internet Explorer)
But the correct: https://blog.just-stranger.com/wp-comments-post.php
Why appers /index??
Somebody can help me plz