My
Forum Replies Created
-
Forum: Plugins
In reply to: [CubePoints Buddypress Integration] [resolved] Warning: … empty ValueIn which one?
There’s no line like this: RewriteRule ^your-slug/?$ /wp-login.php [QSA,L]
I found this line in htaccess though:
RewriteRule ^wp-admin/includes/ – [F] And removed it.
Changed better-wp-security to better-wp-security-x
That helped! Thank you.
When can I activate this again? Do we need to wait for an update?
This is still happening :/
Forum: Plugins
In reply to: [Taxonomy Images] Image doesn't show upNot working :S Why isn’t the image there when I put this code?
<?php print apply_filters( ‘taxonomy-images-queried-term-image’, ” ); ?>
Forum: Plugins
In reply to: [Taxonomy Images] Image doesn't show upIt works, nevermind ??
Forum: Hacks
In reply to: Categories that have extra info to themThank you for your reply.
I know how to display category description and also how to set a category image, not however how to add other information like an URL and such. But I found something that could maybe do that, I think it’s “taxanomies”.
I haven’t used such things before, so it will take a while to figure it out. But I will try.
Would love to know the same for Swedish
Forum: Themes and Templates
In reply to: Which theme is the best for a developer/designer to use“I’m a theme meant for hacking so don’t use me as a Parent Theme”
Forum: Themes and Templates
In reply to: Which theme is the best for a developer/designer to useOh, that is awesome!! But that means I should NOT create my own parent theme out of it as they mention, but to use the underscore as parent theme – and then just do my own on top of it – right? ??
Forum: Themes and Templates
In reply to: Which theme is the best for a developer/designer to useI have, and I love it. But if I use this for future project to base my child-themes off of. Won’t it compromise the security after future updates of WordPress? I’ve heard that it’s best to use the twenty’s and using others might not be good for the security. But I’m not sure, that’s why I’m here ??
Why did this happen?
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] [resolved] Error code 89Thank you! ??
Forum: Fixing WordPress
In reply to: Permalink not working after changing itAnyone ?
Forum: Fixing WordPress
In reply to: Directory of links (like categories), easily chosen in post ?Solution: I used Advanced custom fields for this
Forum: Themes and Templates
In reply to: Adding a .php page to a themeI’m not sure what you’re asking in the first section. You want to take a .php page from appearance>editor and make a .php page into another website with that code?
There should be a wp-content somewhere, try to browse around. What folders do you see when you login to your ftp?
You can change the main color of the fonts in your style.css in your child-theme at body { if there’s not a lot of different font-colors chosen for that theme, because then you need to change all of them for it to take effect.