gescobar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: remove main navigationok, thanks. Can you tell me how to do it in wordpress if I did not have theme.
Forum: Fixing WordPress
In reply to: How to display the author of each post?Ipstenu, thank you. I got the index.php done but am not sure where the two “While” statements are. Here is what I see:
<?php get_header(); ?><?php the_author(); ?>
<div id=”content” class=”narrowcolumn”>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<h2><?php the_title(); ?></h2>
<div class=”entry”>
<?php the_content(‘<p class=”serif”>Read the rest of this page »</p>’); ?><?php link_pages(‘<p>Pages: ‘, ‘</p>’, ‘number’); ?>
</div>
</div>
<?php endwhile; endif; ?>
<?php edit_post_link(‘Edit this entry.’, ‘<p>’, ‘</p>’); ?>
</div><?php get_sidebar(); ?>
<?php get_footer(); ?>
<? php the_author(); ?>Forum: Fixing WordPress
In reply to: How to display the author of each post?OK, thanks for the help, but where inside of the page.php page do I paste it. I have tried several places and it does not show in the post who the author is. Thanks!
Forum: Fixing WordPress
In reply to: How to display the author of each post?Sorry, I am a newbie. If I go to the page template link on the sidebar when I am in the admin panel under Presentation, Editor…where do I paste this code?
Forum: Fixing WordPress
In reply to: How to display the author of each post?where do you copy and paste that code into?
Forum: Themes and Templates
In reply to: Correctly installed themes does not appear in Presentation Tabbut where does it say what version the themes are compatible with?
Forum: Themes and Templates
In reply to: Correctly installed themes does not appear in Presentation Tab2.0.5
Forum: Themes and Templates
In reply to: Correctly installed themes does not appear in Presentation Tabhow do I know what version of WP I am running?
Forum: Themes and Templates
In reply to: Correctly installed themes does not appear in Presentation TabGood question. I am trying to use: https://www.ads-software.com/extend/themes/inove
How do I know if it is compatible?