WP Libra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Text widgetWhat widget exactly?
If it is a free on on here I would post for support from the support page on the plugin. If it is a paid one the request support from the developers.
Forum: Fixing WordPress
In reply to: Disabling Plugin to disable This entry was posted inWould need a link to your site or know what theme you are using to help.
Forum: Fixing WordPress
In reply to: Blog post spacingAdd this in your CSS to put a 10px margin at the bottom of each paragraph.
p { padding: 0 0 10px; }Forum: Fixing WordPress
In reply to: How can I make Multiple Level Navigation MenusTry
<?php wp_nav_menu( array( 'menu' => 'Primary Navigation', 'depth' => '2', 'container' => 'div', 'container_class' => 'sixteen columns' )); ?>Forum: Fixing WordPress
In reply to: Creating separate page permissions for specific usersBeen awhile since I used it but I think this plugin can do it http://wordpress.org/extend/plugins/role-scoper/
Forum: Fixing WordPress
In reply to: Exclude Catagory From Homepage? Nothing Has Worked.Forum: Themes and Templates
In reply to: Add Adsense in headerAppearance -> Editor
Edit header.phpPaste your adsense code somewhere in there. Id try right about </header> for starters.
Forum: Themes and Templates
In reply to: [Adventure Journal] Remove date, author, categories and commentsAppearance -> Editor
Select style.css on right sideAt bottom of file paste in
.entry-meta { display: none; } .entry-utility { display: none; }Click your heels together 3 times.
Hit Save.
Do the moonwalk.
Reply back saying “Thanks!”Forum: Fixing WordPress
In reply to: A question about home pageChange your menu to link to the blog category and not a page.
So change the menu link to go to http://www.androidworld.ro/category/stiri/
If you are using the WP Menu system just add that category into the menu.
Forum: Fixing WordPress
In reply to: Change home page of a website?Settings -> Reading (Front Page Displays – Select Static Page and pick Home from the dropdown)
Forum: Fixing WordPress
In reply to: Permalink custom structure not respectedCheck the permalinks with the default theme active. Maybe the theme you have active is using hard coded links.
Also it depends on your site for what is the best SEO permalink structure.
/%year/%monthnum%/%postname%.html can be good if you anticipate people searching for your keywords and adding a year or month to the search term. Some searchers do this to find the most recent articles. This is really only effective for news, coupons, or stuff that frequently changes.
But most likely you just need /%postname%.html or /%postname%/ will work just fine.
Forum: Fixing WordPress
In reply to: error in my rss feed????I checked IE and FF and I see the feed working. Maybe I didn’t read the full problem which happens sometimes.
Forum: Fixing WordPress
In reply to: error in my rss feed????Looks like it works. Did you fix it? What was it?
Forum: Fixing WordPress
In reply to: hello comments don't workSwap back to the default theme. Do you see them comments?
If so it is your theme. What theme are you using?
Forum: Fixing WordPress
In reply to: How to Link Pages and Other WebsitesAre these inside the menu and you using WP Menus?
If so you dont add a PAGE for it you add a custom link and you give it the name with the right link and then add it to the menu.