tradiart
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom post type taxonomy paginationThanks Justin for answering my email. Also find this useful post and applied your solution, seems to work fine.
You’re a magician! ๐
Forum: Fixing WordPress
In reply to: WordPress custom taxonomy pagination not workingCurrent function placed in functions.php file, called from taxonomy-portfolio-category.php:
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Fixing WordPress
In reply to: Editors to approve commentsHas this changed in WP 3.2? Thank you!
Forum: Themes and Templates
In reply to: Get current taxonomy from custom post typeSolved using:
$taxonomy = strip_tags( get_the_term_list($post->ID, 'disciplina') );and in conditional:
if ($title != '' && ($title_posttype == $post_type && $title_taxonomy == $taxonomy)) {Thank you!
Forum: Requests and Feedback
In reply to: Merge two user forums๐
Thank you esmi.
Forum: Fixing WordPress
In reply to: WordPress 3.1.2 -alpha after updating to 3.1.1Download full package from es.ww.wp.xz.cn and upload again. This is fixed now. Thank you WP!
Forum: Networking WordPress
In reply to: Maintain WWW prefix in domains added to multisiteOh my, of course we are doing something wrong ๐
After upgrading to 3.1.1, the situation has changed a bit.
Main domain for me is working fine. Non-www main domain redirects to main domain. Nice ๐
maindomain.com to http://www.maindomain.com ๐
But other domains in network without www redirect to main domain.
netdomain.com to http://www.maindomain.com ๐
Andrea, this must be something related to htaccess rules, DNS records must be fine, right?
The htaccess seems identical….
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L]Hope this brings some clarification to the problem.
Forum: Fixing WordPress
In reply to: WordPress 3.1.2 -alpha after updating to 3.1.1Only happens for us in spanish sites.
Soon will be fixed.
Forum: Networking WordPress
In reply to: Turn a WP site installed in subdomain to a subdomain networkWe are considering using two servers. One for Magento installation, and using main domain, and then, point all subdomains to a different server, with A record entries in the DNS management.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Change sender email address?Hello,
We are having the same problem. Each time an application is received, an email is sent from and sent to the same email address, set in:
Settings > Default Email
Is possible to send the email in a way it’s not blocked by spam?
Also, can we send offers to two or more email addresses?
Thank you!
Issue solved in 0.7.17. ๐
Thank you Pรคr.
Pรคr has just found the solution. Please look here:
Good luck!
Thank you Pรคr!
I have deactivated keyboard shortcuts and now works perfect!! Posts, pages and custom post types can be edited from code directly.
I have just make a little donation ๐
Thank you, email sent. ๐
Pรคr, I’m really sorry… ๐
I have activated debug mode, no warnings at all.
Also deactivated all plugins, only activated CMS Tree Page View and the same.
Posts and articles don’t work BUT my custom post type is not afected!! :-O They are working fine.