WP Libra
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sidebar font/header size changeWould need a link to the theme or your site to help.
Forum: Fixing WordPress
In reply to: Trying to show only the excerpt rather than full post on YokoTry this.
Appearance -> Editor
On the right side select content.php
Find
<?php the_content( __( 'Continue Reading →', 'yoko' ) ); ?>replace with
<?php the_excerpt( ); ?>Forum: Fixing WordPress
In reply to: Posts go directly to archives but not to home pageWhat do you have set for home on Settings -> Reading? If you have a page called Home set. Remove it back to nothing.
What it looks like is you have a page set to display on the homepage instead of listing blog posts.
Forum: Fixing WordPress
In reply to: redirect html to wordpressI would use this plugin to do it http://wordpress.org/extend/plugins/simple-301-redirects/
If you look at the screenshot it is basically a page where you enter your old URL’s on the left and on the right you enter the new URL. Simple.
Forum: Fixing WordPress
In reply to: redirect html to wordpressA 301 redirect would be required for each page.
Or when you create the new site you can create the pages with the same URL so it wouldn’t have to do that.
You can use a plugin like http://wordpress.org/extend/plugins/custom-permalinks/ and you can define each URL to match each page.
Forum: Fixing WordPress
In reply to: making a clickable imageDo it on http://pastebin.com/ and paste the link to that here if it is long. Under 10 lines of code just paste it here and wrap in the code tag you see in the editor.
Forum: Fixing WordPress
In reply to: Admin pages all blank?Follow the FTP or PHPMyAdmin version
Forum: Fixing WordPress
In reply to: making a clickable imageWe wouldn’t be able to help unless we can see the site and the code in your template that is creating the portfolio.
Forum: Fixing WordPress
In reply to: making a clickable imageFind the code in your template that is the link portion that heads to the portfolio.
Copy the link and wrap it around the <img /> that creates the thumbnail.
Forum: Fixing WordPress
In reply to: making a clickable imageCan you explain a little more on what you are trying to do?
Is this going in a template file? How will it know what link/post to enter? Are you using custom fields?
Last time I did something like this I did 15 separate installations. This was before WPMU also.
But now if I had to do it all over again… I would still do 15 separate installations. Main reason is due to 1 click install in cPanel it can’t get much easier/faster.
Forum: Fixing WordPress
In reply to: WP Site AligmentOr a link to the demo of the theme where we can at least see it.
Forum: Fixing WordPress
In reply to: Anyone able to help with AdSense?Most of the time you wont enter it in the post itself and you will put it in a widget or in the template.
I would recommend just trying to install and run http://wordpress.org/extend/plugins/adsense-plugin/ that way you know it is entered correctly.
Forum: Fixing WordPress
In reply to: WP Site AligmentNeed a link to the theme. More preferably a link to your site.
Forum: Fixing WordPress
In reply to: My wordpress won't publish/update postsIn the root folder. You wont find it in the editor. Need to use FTP.