csloisel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't change a post Url (using any of the plugins out there)!Well since this doesn’t apply to all posts, and you only want to do this with old posts, it makes it pretty complicated and you most likely aren’t going to find a plugin to handle this. Let me ask you this, what “like” buttons are you trying to preserve and what are you using to display those like buttons.
Forum: Fixing WordPress
In reply to: Restore a deleted pageYes there is a trash bin, but if the trash been has be cleared it has been deleted permanently.
Forum: Fixing WordPress
In reply to: Can't change a post Url (using any of the plugins out there)!What does is the context of “columnas” here, is that a category or sub-section, or will that be in every single url?
Forum: Fixing WordPress
In reply to: Can't change a post Url (using any of the plugins out there)!Can you give me an example of an old url compared to the new url.
Forum: Fixing WordPress
In reply to: Images won't display on customized home pageWell you can’t use that code in a stylesheet, you need to use the relative path to the stylesheet. Where is your images directory located?
Forum: Fixing WordPress
In reply to: Posts do not display when logged outJust copy/paste the url of the page where posts are not showing.
I’m not sure where your confusion lies. You need to add the loop code to your template file to loop through the posts, otherwise you can only access one post with the template tags.
Forum: Fixing WordPress
In reply to: Images won't display on customized home pageThe image urls aren’t correct, they need to be updated to point to the right location. Try putting
get_stylesheet_directory_uri()before the image path.Forum: Fixing WordPress
In reply to: Posts do not display when logged outDo you have a link where posts are supposed to display?
Are you doing this on a page that already lists posts? If so do you just want to change the first 3? OR do you want to display the first 3 in the call out section AND the main list?
Forum: Everything else WordPress
In reply to: Getting YouTube video information automaticallyLook into wp_oembed_get() If you pass in the url it will do a lot of the work for you.
Forum: Everything else WordPress
In reply to: Getting YouTube video information automaticallyYes it can be done, I recommend using the youtube oembed api to grab basic information.
For example:
http://www.youtube.com/oembed?url=http%3A//www.youtube.com/watch%3Fv%3DbDOYN-6gdRE&format=jsonForum: Fixing WordPress
In reply to: Quick question about ideal permalink structuresThat’s a tough question to answer, but I can tell you it has little to do with performance. It is more of a common practice thing related to user experience. Categories are typically used as a high level division of subject matter, and a post usually only fits under one or maybe two categories. And when it becomes common practice, people come to expect similar functionality and usage when on new sites.
Forum: Fixing WordPress
In reply to: Quick question about ideal permalink structuresYou aren’t going to find a definitive answer on this. As far as SEO is concerned, both are good options. If you want my opinion, you shouldn’t be cross posting to multiple categories that frequently, you really should be using tags instead. But if you are going to continue to use categories like tags then yes I would probably remove the category from the permalink. But again, that is just my opinion.
Forum: Fixing WordPress
In reply to: Need steps for upgrading custom site to latest version of WordPressThey are saying the same thing I was saying, that the wp-content directory and theme files will be unaffected by the upgrade. What you need to be sure of is that no core files have been changed.