IRC
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need help with table displayissue resolved! Thanks esmi for your time and response.
It was template problem. I’ve upgraded it now. table is showing fine now.Thank you!
VipraForum: Fixing WordPress
In reply to: Need help with table displayGot 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
Forum: Fixing WordPress
In reply to: Need help with table displayHere is the whole functions.php code
Please let me know where should I paste <?php the_content{};?> in it.
Forum: Fixing WordPress
In reply to: Need help with table displayHow should I show you the entire function now?
Forum: Fixing WordPress
In reply to: Need help with table display[Code moderated as per the Forum Rules. Please use the pastebin for larger blocks of code.]
Forum: Fixing WordPress
In reply to: Need help with table displayin 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)
??
Forum: Fixing WordPress
In reply to: Need help with table displayindex.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?
Forum: Fixing WordPress
In reply to: Need help with table displayFollowing 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.
Forum: Installing WordPress
In reply to: Can’t Delete wp-includes folderYou 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