roxer82
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Comments doesn’t workAnyone can help me?
Forum: Fixing WordPress
In reply to: Show part of the postsI just found it, it was a line at the style.css
Thanks everybody ??Forum: Fixing WordPress
In reply to: Show part of the postsHere is my theme index.php but I can find where it writes this, doesn’t anyone know what should I do to remove it? I use SubLiminal
<?php get_header(); ?>
<ul id="pages">
<?php wp_list_pages('title_li='); ?>
</ul><div id="sidebar">
<?php get_sidebar(); ?>
</div><div id="content">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post">
<h2 id="post-<?php the_ID(); ?>"><span><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></span></h2>
<div class="entry">
<?php foreach((get_the_category()) as $cat) $cat=$cat->cat_ID; ?>
<?php the_content('Leer el articulo completo »'); ?>
</div>
<div class="relinfo">
<?php the_time('F jS, Y @ h:i A'); ?> • se encuentra en <?php the_category(', '); ?><?php edit_post_link('Edit',' • ',''); ?>
<ul>
<li class="permalink"><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">Permalink</a></li>
<li class="commentslink"><?php comments_popup_link('Sin Comentarios', 'Comentarios [1]', 'Comentarios [%]'); ?></li>
</ul>
</div>
<!-- <?php trackback_rdf(); ?> --><?php comments_template(); ?>
</div>
<?php endwhile; ?>
<?php else : ?>
<h2><span>Sin resultados</span></h2>
<p><strong>RESULTADOS DE TU BUSQUEDA</strong></p>
<p><?php _e("Lo siento, no se encontraron resultados."); ?></p>
<?php endif; ?>
</div><?php wp_pagebar(array('before'=>'Page: ', 'before'=>' ', 'after'=>' ', 'tooltip'=>true, 'tooltip_text'=>'Page'))?>
<?php get_footer(); ?>Forum: Fixing WordPress
In reply to: Show part of the postsIt isn’t there, do you know where it can be if it isn’t there?
Forum: Fixing WordPress
In reply to: Show part of the postsThanks for your answer but when click on read more it shows a table where the <!–more–> was. How can I remove it?
Forum: Fixing WordPress
In reply to: Show part of the postsI would like to know how to delete the line that it’s adding when I read the whole article:
<code><a id="more-221376"></a></code>
Do you know how I can delete it?
Thanks in advanced!Forum: Fixing WordPress
In reply to: Show part of the postsIs there any way to edit the “Read the entire entry ?”?
Forum: Fixing WordPress
In reply to: Show part of the postsThanks!!!
Forum: Fixing WordPress
In reply to: Show part of the postsThanks for your answer but where should I add that line? and can I say it how many characters it must show?
Forum: Themes and Templates
In reply to: Font sizeThanks for your answer, it says:
#sidebar {
float: left;
margin-top: 20px;}How can I add the font size to the children categories?
Forum: Fixing WordPress
In reply to: Cetegory “Next” pageIf I get in https://www.mydomain.com/page/2/ I can see the next page but the links are not showing, does anybody know how I can show them?
Forum: Fixing WordPress
In reply to: Cetegory “Next” pageThanks for your answer, I use SubLimenal
Do you know how I can add it to it?Forum: Fixing WordPress
In reply to: Remove ? from the titleGreat! thanks for your help!
Forum: Fixing WordPress
In reply to: Add keywords and descriptionI just found my answer here ??
https://vapourtrails.ca/wp-keywords/wp-keywords-howto-metaThank you very much for your help ladydelaluna!
Forum: Fixing WordPress
In reply to: Add keywords and descriptionI just installed https://vapourtrails.ca/wp-keywords
but seems to not be working, I can’t see the keywords tag at the page, should I add something to the header.php?