Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
$30
Home Link, Navigation Buttons & Ask Me Widget
I need some help with three things in my blog.
1) Add a “HOME” link to the page menu. It should appear in the first place (before About) and it should take you directly to the home page (as the link in the logo does)
2) Change the info displayed in the navigation buttons placed at the end of the post. I want it to display “Previous” or “Next”, instead or displaying the title of the previous or next post.
3) Add a very simple contact form in the sidebar where visitors can ask questions to the author of the blog. It should contain the fields: Name, Email and Question. The title should be “ASK ME” and I should be able to add it, change its positions or remove it as any other widget.
I would prefer to be contacted by someone who could do it for me.
This question has been answered.
Oscar Bravo | 08/16/10 at 1:11am
Edit
(3) Possible Answers Submitted...
See a chronological view of answers?
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
-

Last edited:
08/17/10
2:39amRashad Aliyev says:Hello Mr. Oscar Bravo,
I'm available now, you can contact with me.
best regards,- 08/16/10 1:41am
Rashad Aliyev says:
home button for your theme: Find your wp_list_pages function on your header or included file.
<li><a href="<?php bloginfo('home'); ?>" title="<?php bloginfo('name'); ?>">Home</a></li>
For next previous links in your theme:
<div class="nav-prev">
<?php previous_post_link('%link', '« Previous'); ?>
<?php if(!get_adjacent_post(false, '', true)) { echo '<span>«Previous</span>'; } // if there are no older articles ?>
</div>
<div class="nav-next"> <?php next_post_link('%link', 'Next »'); ?>
<?php if(!get_adjacent_post(false, '', false)) { echo '<span>Next »</span>'; } // if there are no newer articles ?></div>
</div>
- 08/16/10 1:41am
-

Last edited:
08/16/10
1:30amDavo F says:Dear Oscar: I'm an experienced web developer, specially in wordpress, i can surely take care of your tasks, in a very short time. I also speak English/Spanish.
Hoping to read from you.
Best Regards. -

Last edited:
08/16/10
7:11amEddie Moya says:Oscar,
I work all day on WordPress development. It's my full time job, and I do it for a major news organization. If you need still need help with this let me know. I can get it done in no time at all.
I will be this morning and later tonight (monday), same for tomorrow.
This question has expired.
Current status of this question: Completed
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
