WP Libra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Category Page & URL StructureNot really following the problem.
But the category page is the categories.php template. Does your theme have this template?
Forum: Fixing WordPress
In reply to: Newest article can't appear but whole site can appearFirst guess is to delete the post, trash it, repost it.
Forum: Fixing WordPress
In reply to: Odd Google title.How long ago did you setup the site?
Just need to give it some time to update most likely.
Forum: Fixing WordPress
In reply to: Subscribe to my Music pageUse a plugin like
http://wordpress.org/extend/plugins/user-access-manager/
Idea behind is make the register on your blog and get a username/password (then you got their email).
Then give permissions for the download page to view as member only using that plugin.
Done.
Forum: Fixing WordPress
In reply to: Remove POSTED BY ADMIN and PUBLISHED IN on WordPressGo to appearance -> editor and open the following files
single.php (for posts)
page.php (for pages)*Not every theme has these so no idea what exactly you should do without seeing the site or a link to your theme.
Find the wording in the HTML you want to remove and delete it.
Copy/paste the entire file first in case you mess something up you can revert back.
Also if you dont want to delete it you can comment it out by surrounding it with the following code on each end.
<!– THE CODE YOU WANT TO COMMENT OUT –>
Forum: Installing WordPress
In reply to: Double Home Page after installingDid you fix it because I dont see it.
Forum: Themes and Templates
In reply to: Change sidebar background color in Twenty eleven themeAppearance -> Editor select style.css
find
.widget {inside this CSS style add the background color and some padding. like below
.widget { background-color: #ff0; clear: both; margin: 0 0 2.2em; padding: 10px; }Forum: Themes and Templates
In reply to: How to change my site titleWhen I look at your site I see the title of
“Socially Sassy – Social Fun Site”
Which is in settings -> general
“Site title – Site description”
and it sounds like that is what you want. Did you want it to say something else?
Forum: Fixing WordPress
In reply to: How to remove comments from pages?Remove the comments that were already made or disable them?
To disable the comments on the page go to edit the page. Click screen option on top right and make sure Discussion is checked.
Then scroll down and toggle the checkbox for enable/disable comments.
or…
In when you are on the page that list all pages select all the pages you want to disable, bulk edit, disable comments.
Forum: Fixing WordPress
In reply to: Can't make an image appear in my headerGo to appearance -> editor and find header.php
This is most likely the file you want to edit to make those changes.
Forum: Fixing WordPress
In reply to: How do I remove date & comment option in posts?It is different for each template but I am guessing you need to open
single.php
and do a search for
<p class="postmetadata">Right after that code is where it outputs the date. I cant tell you exactly what it will look like but just copy/paste your code in notepad to save it in case you mess it up. Then trial and error.
Also do for page.php if you want it removed from pages.
To get there go to Appearance -> Editor and select the file on the right side
Forum: Fixing WordPress
In reply to: can't edit my posts at the Visual editorseeaGo to your profile and edit user.
Do you have disable Visual editor checked? uncheck it.
Forum: Themes and Templates
In reply to: Menu Background CSSProblem is this theme is calling this CSS somewhere. Looking at the theme options and header.php I dont see where it is calling it. Big issue is that it is being loaded last so I can overwrite the !important
I would think it is using a hook but cant find it in functions.php either.
Guess Ill need to find the person who was working the site before me and asking them how they did these edits.
Thanks
Forum: Themes and Templates
In reply to: Menu Background CSSThanks WPyogi
I forget sometimes not to just use firebug and have to actually view source. 🙂
Forum: Fixing WordPress
In reply to: How to remove footer widget from a specific pageYou should post this in the elegant themes forums since it is a commercial theme and you paid for support through them. Typically you will only find support for free themes here.