WP Libra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Trying to show only the excerpt rather than full post on YokoIt isn’t in this file.
<?php get_template_part( 'content', get_post_format() ); ?>That means it is in another template file. Look for a content template and find the_content and change to the_excerpt.
Forum: Fixing WordPress
In reply to: Several wordpress websites gone blankFirst I’d try renaming your plugins folder to something else. This will disable all your plugins and will tell you if a plugin was the cause.
Forum: Fixing WordPress
In reply to: Several wordpress websites gone blankWhere did you put that code? wp-config.php?
I am sure there is an easier way to get what you are looking for than to create another blog.
What you probably want to do is just to separate these 2 by using categories. Then in your menu bar you can list these categories and it will seem separated.
Can you give an example of exactly what you are trying to accomplish? It would help with links to your site.
Forum: Fixing WordPress
In reply to: I am missing the trash/delete functionDeactivate all your plugins. Fix it?
If no then update your core files again. Fix it?
If no then create a new user with admin rights and login to that one to see if the same problem is there. Fix it?
If no then I don’t know.
Forum: Fixing WordPress
In reply to: Sidebar Issue againLooks like that page uses archive.php to generate the page.
There might be an easier way but if you are familiar with editing a template I would just start in archive.php and make it full width by removing the sidebar. But you need to understand HTML/CSS in order to do all of this if there isn’t a theme option to make it full width.
Forum: Fixing WordPress
In reply to: categories are goneNo. Sounds like you have a lot bigger problem.
Did you read through http://www.wordpress.org/support/topic/troubleshooting-wordpress-35-master-list yet?
Forum: Fixing WordPress
In reply to: unwanted subscriberIt is most likely a spam bot of some sorts. The way these works is go to your site and then follow it with wp-login.php?registration which is the registration form. So you don’t need it clickable from your site for people to access it.
But if you disable it then they cant access it.
Forum: Fixing WordPress
In reply to: Duplicate postAny new plugins installed or upgraded or have you edited single.php?
Forum: Fixing WordPress
In reply to: Where to add url from custom field to ping on publishSettings -> Writing and enter it in Update Services is the proper way to ping URLs when publishing new posts. Unless I am misunderstanding the question..
Forum: Fixing WordPress
In reply to: categories are goneIf there are no categories under Posts -> Categories then you will need to put them all back in and manually assign each post.
Why they are gone, no clue.
Forum: Fixing WordPress
In reply to: unwanted subscriberSettings -> General
Uncheck “Anyone Can Register” and that will disable registration.
But right there you will also see default role which is probably set at subscriber. That role means they can’t do anything with your website at all. They can’t access anything special. So no harm done.
Forum: Fixing WordPress
In reply to: Adding Categories to Pages (or vise versa)Do you have the menu setup in Appearance -> Menu and assigned the right location?
Forum: Fixing WordPress
In reply to: Adding Categories to Pages (or vise versa)Think you would need to post a link to your site to explain this.
Forum: Fixing WordPress
In reply to: Adding Categories to Pages (or vise versa)I don’t know if I am following all the way but if you want a permanent page called Resources in your menu then create a page named Resources and add it to your menu.
For the Cooking one you would add a Cooking Category to the menu and just assign all the posts you want under that menu item with that specific category.