Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Home Link, Navigation Buttons & Ask Me Widget WordPress

  • SOLVED

Hello,

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.

Answers (3)

2010-08-16

Rashad Aliyev answers:

Hello Mr. Oscar Bravo,

I'm available now, you can contact with me.

best regards,


Rashad Aliyev comments:


<strong>home button for your theme:</strong> Find your <strong>wp_list_pages</strong> function on your header or included file.

<li><a href="<?php bloginfo('home'); ?>" title="<?php bloginfo('name'); ?>">Home</a></li>




<strong>For next previous links in your theme:</strong>

<div class="nav-prev">
<?php previous_post_link('%link', '&laquo; Previous'); ?>
<?php if(!get_adjacent_post(false, '', true)) { echo '<span>&laquo;Previous</span>'; } // if there are no older articles ?>

</div>
<div class="nav-next"> <?php next_post_link('%link', 'Next &raquo;'); ?>
<?php if(!get_adjacent_post(false, '', false)) { echo '<span>Next &raquo;</span>'; } // if there are no newer articles ?></div>
</div>

2010-08-16

Davo F answers:

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.

2010-08-16

Eddie Moya answers:

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.