oweninnamibia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Administrative PrivilegesIssue is something to do with WP_DIE function on line 3 of ‘functions_libraray.php’ in the Core>Functions directory.
Change this:
function checkauthority(){
if (!current_user_can(‘edit_themes’))
wp_die(‘Sorry, but you don’t have the administrative privileges needed to do this.’);
}To this:
function checkauthority(){
if (!current_user_can(‘edit_themes’))
;
}😉
Forum: Fixing WordPress
In reply to: Administrative priviliges issue (URGENT)Issue is something to do with WP_DIE function on line 3 of ‘functions_libraray.php’ in the Core>Functions directory.
Change this:
function checkauthority(){
if (!current_user_can('edit_themes'))
wp_die('Sorry, but you don’t have the administrative privileges needed to do this.');
}To this:
function checkauthority(){
if (!current_user_can('edit_themes'))
;
}😉
Forum: Plugins
In reply to: Limit plugin includes (css/javascript) to single page?I have this problem too…. anyway around having the JS and CSS for a particular plugin only load on the page it’s being used?
Forum: Fixing WordPress
In reply to: No longer access to /wp-adminForum: Fixing WordPress
In reply to: Will not show archived postsIt does seem to be the theme, as I switched to the default WP theme and the pagination seemed to kick-in.
Something tells me this is going to be a code issue that takes time to work-out.
In terms of the WP-CODEX, is there a .php file that primarily controls the pagination?
Here’s where I think the issue may lie:
wp-includes/blogstyle.php
<?php if(function_exists(‘wp_pagenavi’)) { wp_pagenavi(); }
else { ?>
<p class=”pagination”><?php next_posts_link(‘« Previous Entries’) ?> <?php previous_posts_link(‘Next Entries »’) ?></p>
<?php } ?>Forum: Fixing WordPress
In reply to: Will not show archived postsNo WP-Love?
Forum: Fixing WordPress
In reply to: Client Messed-up their blog – Begging for helpMan, I’m not going to get into an online tiff, but I did figure it out on my own – without your post. That’s the honest truth.
Nevertheless, I thank you for responding and caring enough about the WP community to provide your services. It’s really nice of you, and I respect people who devote their time and energy like you do.
Forum: Fixing WordPress
In reply to: Client Messed-up their blog – Begging for helpYou shouldn’t see anything now.
I’m welcome for what?
Forum: Fixing WordPress
In reply to: Client Messed-up their blog – Begging for helpShould have searched first. Admittedly.
Forum: Fixing WordPress
In reply to: Client Messed-up their blog – Begging for helplol, relax. I’m new to WP.
I figured it out before you posted that message.
I didn’t realize what was going on.
Forum: Fixing WordPress
In reply to: Client Messed-up their blog – Begging for helpDone 🙂