Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter IRC

    (@irc)

    issue resolved! Thanks esmi for your time and response.
    It was template problem. I’ve upgraded it now. table is showing fine now.

    Thank you!
    Vipra

    Thread Starter IRC

    (@irc)

    Got an error while trying making the change;

    Parse error: syntax error, unexpected T_ECHO in /home/interne4/public_html/wp-content/themes/IRC090910/functions.php on line 136

    Thread Starter IRC

    (@irc)

    Here is the whole functions.php code

    http://pastebin.com/3gHCd3Le

    Please let me know where should I paste <?php the_content{};?> in it.

    Thread Starter IRC

    (@irc)

    How should I show you the entire function now?

    Thread Starter IRC

    (@irc)

    [Code moderated as per the Forum Rules. Please use the pastebin for larger blocks of code.]

    Thread Starter IRC

    (@irc)

    in functions.php there is a code function art_page_navi($title = ”, $comment = false)

    Should I place <?php the_content{};?> between (”) like function art_page_navi($title = ‘<?php the_content{};?>’, $comment = false)

    ??

    Thread Starter IRC

    (@irc)

    index.php template file has the following lines of code:

    <?php
    get_header();

    if (have_posts())
    {
    while (have_posts())
    {
    art_post();
    }
    art_page_navi();
    } else {
    art_post_box(
    __(‘Not Found’, ‘kubrick’),
    ‘<p class=”center”>’ . __(‘Sorry, but you are looking for something that isn’t here.’, ‘kubrick’) . ‘</p>’
    . “\r\n” . art_get_search());
    }

    get_footer();

    where should I insert <?php the_content{};?> in between?

    Thread Starter IRC

    (@irc)

    Following lines of code I’ve used in the html view.

    <table border=”2″>
    <tr>
    <th>DEVELOPMENT CENTER</th>
    <th>PROMOTION CENTER</th>
    <th>DIAGNOSTIC CENTER</th>
    </tr>
    <tr>
    <td><p align=”justify”>Internet Research Cell offers quality web design and web development services at very affordable rates. We deliver result oriented solutions to our client’s requirements and help their businesses to come online with attractive design and functionalities. We expertise in developing web pages on various platforms like HTML, ASP, ASP .NET and PHP. We help bloggers with attractive and search engine friendly blog templates created by talented designers at our development center.</p></td>
    <td><p align=”justify”>Internet Research Cell help increase website visibility over search engines and other internet marketing media through effective marketing techniques. A team of highly qualified and experienced search engine optimizers and internet marketing experts are engaged in bringing online businesses to reach to their potential customers. We are busy increasing link popularity through quality one-way linking building, blog posting, directory submission, article submission, social bookmarking and so on.</p></td>
    <td><p align=”justify”>Internet Research Cell provides free website analysis and diagnosis to find the problems that adversely effect website promotion. A team of qualified and experienced professionals at our diagnostic center are busy analysing websites with latest and sophisticated tools to find any possible bugs. You can contact us for free SEO quote. You might be worried on why your online business is still hiding in dark even after doing all sorts of promotional activities! Contact us and we’ll find an exact solution.</p></td>
    </tr>
    </table>

    As you can see, table is working fine on the post page but is not working on the home page.

    You can be able to remove the folder and it’s content by giving permissions for the action.
    Right click on the folder and click on “File permissions…” and check all the permissions and press OK.
    Now you can delete the folder and it’s content.

    If you’ve any questions, please do not hesitate to ask.

    Thanks!
    Internet Research Cell

Viewing 9 replies - 1 through 9 (of 9 total)