michaelwillow
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My site has totally locked upI can’t replace the functions because I can’t click to anything. If I do, it gives me back the error msg
Forum: Fixing WordPress
In reply to: My site has totally locked upYes but I can’t do anything. Everything I click it shows me that error. Even if I click the editor even edit page. It has totally locked up.
Forum: Themes and Templates
In reply to: Trying to remove the date from the sticky post… Total nightmareAt least I would appreciate if you give information that really work. Sorry but my site is totally gone as it has locked up and perhaps I have to do it again and miss the 9.000 views of the last month.
Forum: Themes and Templates
In reply to: Trying to remove the date from the sticky post… Total nightmareMy site is locked up… what can I do now
Forum: Themes and Templates
In reply to: Trying to remove the date from the sticky post… Total nightmareI can’t even log out!!!
Forum: Themes and Templates
In reply to: Trying to remove the date from the sticky post… Total nightmareI did that I added this code to the stylesheet but I can’t go back to the editor. Once I click to the editor it gives me the error
Forum: Themes and Templates
In reply to: Trying to remove the date from the sticky post… Total nightmareDone the first but I can’t find this code
.sticky .post-date {
visibility: hidden;
}to the sheet css
Should I put it somwhere
Forum: Themes and Templates
In reply to: Trying to remove the date from the sticky post… Total nightmareSorry…
I am trying to remove the date from the sticky post
https://michaelwillow.com/The code above is a copy of my php index so I have to change something there but I donno what…
I have seen some solutions. Some users say “in your php index file change this code to another” … what code? I can’t find exactly the same they show and when I tried to edit it I messed up my profile… total nightmare to change it back, so I post exactly what I see in this file in order someone to give me an idea. I hope it is more understandable now. Sorry but I have spent a lot of days trying to figure it out and no results.
Forum: Fixing WordPress
In reply to: Can I have a second post page?Thanks for that
I knda understand that
I have searched for a lot of solutions and all seems that I am gonna mess up my profile which I don’t need it as I get a lot of visits per day.The codes in my php main index are different than those the solutions provide.
Here it is
In order to remove the footer from the sticky post I don’t know what I have to change here…
<?php get_header(); ?>
<div id=”content”><?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<div id=”title_back”>
<div class=”post-date”><span class=”post-month”><?php the_time(‘M’) ?></span> <span class=”post-day”><?php the_time(‘d’) ?></span></div>
<div class=”post-title”><h2>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2>
<span class=”post_arr”> Posted by: <?php the_author() ?> in <?php the_category(‘, ‘) ?></span> <span class=”post_arr2″><?php comments_popup_link(‘No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?></span>
</div>
</div>
<div class=”entry”>
<?php the_content(‘Read the rest of this entry »’); ?>
</div>
</div>
<!–/post –><?php endwhile; ?>
<div class=”navigation”>
<span class=”previous-entries”><?php next_posts_link(‘Previous Entries’) ?></span> <span class=”next-entries”><?php previous_posts_link(‘Next Entries’) ?></span>
</div><?php else : ?>
<h2>Not Found</h2>
<p>Sorry, but you are looking for something that isn’t here.</p><?php endif; ?>
</div><!–/content –>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Can I have a second post page?I tried from the settings but nothing worked…
Forum: Fixing WordPress
In reply to: Change Background ColorIt could be very difficult if you don’t know how to work with html and php. You should go to Appearance, Editor, then find the php file and from the main context try to find background color or something that has a code like #d4rfe. This is the color code.
This is what I did and worked.
Forum: Fixing WordPress
In reply to: Categories don’t work?profile
https://michaelwillow.com/Forum: Plugins
In reply to: A good html hits for wordpress 2.8?Also what statistics I can use in order to see instantly the traffic? I use the google analytics but it updates the reports every 24 hours.