Forum Replies Created

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter jesusdlg

    (@jesusdlg)

    ok, i just replace this:

    <li class=”<?php if (is_home()) : echo ‘current’; endif; ?>”>“>Home

    with this:
    <li class=”<?php if ( !is_front_page() && !is_home() ) : echo ‘current’; endif; ?>”>“>Home

    Now, how can I know what’s the page id? or the if for the main page?

    Thanks in advance!

    Jesus

    Thread Starter jesusdlg

    (@jesusdlg)

    I think its the blog page, but on my header.php my Home link looks like this:

    <!– Main Menu Links –>
    <ul class=”sf-menu”>
    <li class=”<?php if (is_home()) : echo ‘current’; endif; ?>”>“>Home
    <?php printMenuItems(); ?>

    As I’m using cforms in here, I need to configure the plugin to exclude the cforms headers to print on the mainpage (as that causes a conflict and the slideshow doesnt work), so I just need to know what’s the page ID or the just the ID of the mainpage.

    Jesus

    Thread Starter jesusdlg

    (@jesusdlg)

    Hi,

    My home page seems to be like a blog page, as it displays featured post on it and slideshow. But im not so sure as I’m installing a new theme who doesnt have all information about this. Please take a look and thanks for your help.

    https://www.mundoregioviajes.com/

    Jesus

    Forum: Fixing WordPress
    In reply to: Uploading 2 images
    Thread Starter jesusdlg

    (@jesusdlg)

    Thank you hotkee,

    Will you mind to help me clarify a little bit this post excerpt thing? Is that a plugin? it is include it on the wp configuration? or should I need to modify a template?

    Thanks again for your help ??

Viewing 4 replies - 16 through 19 (of 19 total)