cristiner
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem uploading images to page. This is a new problemI went into settings> misc which had somehow changed from the default of wp-content/uploads. All is working now.
Forum: Fixing WordPress
In reply to: looking to pay a professonal to fix my sitehttps://www.perfectair.biz/. This is a link to my site. It has been running fine for months, I was attempting to install a widget and went to the “apperance”- than “editor”- than page template and added the code. my template dis appeared and there was no undo button. any help would be greatly appreciated.
I will be happy to talk to someone on the phone and work out a price to fix this problem. It should be an easy fix. I can do paypal or a check. It is my business website and highly important to get up .
chrisnkt1[at]verizon[dot]net is my e-mail
All is working great.!![MOD says:] Try https://jobs.wordpress.net/ for soliciting professional help.
Forum: Fixing WordPress
In reply to: looking to pay a professonal to fix my siteTHANK YOU TO THOSE THAT HELPED!
<?php get_header(); ?> Had been deleted when i deleted the widget code. it was the “page template” that it was missing from. you guys really rock!
Forum: Fixing WordPress
In reply to: looking to pay a professonal to fix my site<?php get_header(); ?>
<?php get_sidebar(1); ?>
<div class=”column-center maxheight”>
<div class=”indent-center”>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class=”post”>
<div class=”title”>
<div class=”date”>
<span><?php the_time(‘d’) ?></span><?php the_time(‘M’) ?>
</div>
<h2>” rel=”bookmark” title=”Permanent Link to <?php the_title_attribute(); ?>”><?php the_title(); ?></h2>
<div class=”comments”>
in <?php the_category(‘, ‘) ?> • <?php comments_popup_link(‘0 comments’, ‘0 comment’, ‘% comments’); ?><?php edit_post_link(‘Edit’, ‘ • ‘, ”); ?>
</div>
</div>
<div class=”text-box”>
<div class=”ind”>
<div>
<?php the_content(”); ?>
</div>
<div class=”tags”>#more-<?php the_id() ?>”><span><span>Read more</span></span><?php the_tags(‘Tags: ‘, ‘, ‘, ”); ?></div>
</div>
</div>
</div>
<?php endwhile; ?>
<div class=”navigation”>
<div class=”alignleft”><?php next_posts_link(‘« Older Entries’) ?></div>
<div class=”alignright”><?php previous_posts_link(‘Newer Entries »’) ?></div>
</div>
<?php else : ?>
<h2 class=”pagetitle”>No posts found. Try a different search?</h2>
<div class=”search”>
<?php include (TEMPLATEPATH . “/searchform.php”); ?>
</div>
<?php endif; ?>
</div>
</div>
<?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: looking to pay a professonal to fix my siteIt has that script at the top of the page . I added yours just in case i was missing something. But still no header, and you are absolutly correct, that is indeed what i am missing on my pages.
Forum: Fixing WordPress
In reply to: looking to pay a professonal to fix my sitecould you guys fix it if i gave the log in info perhaps?
Forum: Fixing WordPress
In reply to: looking to pay a professonal to fix my siteThank you for the responses! I am quite a noob, I will look for the header info. Where would I find it and if it was deleted where whould i find out how to re install it? or am i just screwed?