rize
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Entire site member onlyi have done that and if you check the description, the plugins only allow for selected content to be for members, i need the ENTIRE site to be member’s only. thanks
Forum: Fixing WordPress
In reply to: php echo inside $outputthanks but that didn’t work too.. what could be wrong.?
Forum: Fixing WordPress
In reply to: php echo inside $outputthanks but that didn’t work too. any other option?
Forum: Fixing WordPress
In reply to: Exclude category on query_post custom taxonomythat didn’t work too
Forum: Fixing WordPress
In reply to: Remove publishing capability from user IDsFrom what I read of Role Scoper, it’s per role.. I need it per Username/user..
Forum: Fixing WordPress
In reply to: Page Excerpt Outside the LoopThanks but that doesn’t work.
Anyone can help with this?
Forum: Networking WordPress
In reply to: Export Database of Specific SiteOkay thanks for the confirmation that it can be done.. ??
Forum: Fixing WordPress
In reply to: Enable line breaks in category descriptionAnyone has a solution for this? I really need it thanks
Forum: Fixing WordPress
In reply to: Get page contentoh i thought it was the str replace.. okay I’ll try that. thanks again!
do you mind telling me what this means:
$id=0why is it 0?
Forum: Fixing WordPress
In reply to: Get page contentthanks it worked!!! I hope I’ll learn how to do that!
I’m not sure with the str_replace but this is the only code that when used displays the formatting and shortcodes, others just get the text content.
Forum: Fixing WordPress
In reply to: WordPress shortcodeWow thanks it worked!
I’ll research more on concatenation.
Forum: Fixing WordPress
In reply to: nd have_comments() ?> showingCan I ask a moderator to delete this thread? I already fixed it and I want to get rid of the URL on my post but can’t edit it anymore thanks!
Forum: Plugins
In reply to: SEO Title Tagtry to check if it’s in another folder example:
wp-content/plugins/seotitletag/seotitletag/pluginfileshere
it should be:
wp-content/plugins/seotitletag/pluginfileshere
no double folders
NOTE: im not sure of the exact folder name of that plugin but the concept is the same
Forum: Fixing WordPress
In reply to: old slugs to new slugsgot the answer by doing the experiment…
so for example you made a post yesterday and forgot to change the slug and you published it already..then you try to change the slug to a new one the next day, somebody linked to the old slug and it gets accessed it will be redirected to the new one.
yesterday:
old-slug
next day:
new-slugafter changing to the new slug:
old-slug (gets redirected to the) new-slugno need for a plugin
Forum: Fixing WordPress
In reply to: “?” character shown as ?Back up your wp-config.php file first!!!
look for this line.. line 8 maybe
define('DB_CHARSET', 'utf8');
1. delete the utf8
or
2. add // before that line so it will be like ://define('DB_CHARSET', 'utf8');