jaumesala
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: All in One SEO Pack] Custom Post Type SupportThank for bring to All In ONE SEO PACK support for Custom Post Types!!!
Forum: Requests and Feedback
In reply to: I really want to like it, butSorry I don’t understand, what is default page with from the theme?
My English it’s not fluent enough
Forum: Plugins
In reply to: Enabling All In One SEO PackI use SEO PACK too and I don’t have this message
Forum: Requests and Feedback
In reply to: I really want to like it, butI wached the image link you sended, and I think, that the problem you have with the 1000px it’s more from Suffusion that from WordPress.
Maybe you could send them an email showing what’s happening in him Suffusion page options.
Just a suggestion.
Forum: Fixing WordPress
In reply to: Since update 3.1 the category slug changedWhat trac is?
Forum: Fixing WordPress
In reply to: Since update 3.1 the category slug changedI solved it adding this line of code at functions.php
remove_filter(‘template_redirect’,’redirect_canonical’);
I leave it here if someone have the same problem.
Forum: Fixing WordPress
In reply to: Read More link disapeared after update 3.1I resolved it.
The answare was here
https://www.ads-software.com/support/topic/read-more-link-not-working-on-default-pages?replies=2Adding this code it seams to fix it
global $more;
$more = 0;
while ( have_posts() ) : the_post() ?>
….
endwhile;And the explanation is this.
On custom template pages using query_post to customise the query you have to reset the $more variable before the loop.
It should looks like this:
global $more;
$more = 0;
while ( have_posts() ) : the_post() ?>
….
endwhile;Hope this will help.
Forum: Fixing WordPress
In reply to: Read More link disapeared after update 3.1I tried with twenty and it works. Did someone have the same issue?
I think it’s a great idea.
Forum: Requests and Feedback
In reply to: Command S to save POST/PAGE/LINKOk, as you wish it was just an idea.
I think is faster just it.
Will you add suport for custom postypes in this new version?
Ok fine.
No offense man, but are you try to solve something?
I’m not telling you that I have some error with wordpress
I’m just giving an idea.
If the server doesn’t have FTP, how you upload your theme files? Or how you install updates?
Is an idea to solve the problem of setting 777 file permission to edit with theme editor.
Forum: Your WordPress
In reply to: Critique my site pleaseGood Job