cornhustlah
Forum Replies Created
-
can you elaborate on your solution here?
Forum: Fixing WordPress
In reply to: Custom Taxonomies with Pagination getting 404, Page Not Foundi came across this problem before and also came up with the same solution and i assumed the problem was related to my inexperience with custom taxonomies, however even then i knew somethin was amiss, because im certain i’ve not had issues with pagination using custom queries of custom post types without custom taxonomies (lol, say that 3x fast :P) … now that i’m again trying to get pagination to work in a Custom Post Type & Custom Taxonomy scenario WITHOUT editing the Reading settings (because i want to use Infinite Scroll JS with one post-per-page in my query), im running into the same exact problem.
ive also found a related post where the OP seems to have solved the problem, but i dont quite get the solution:
http://wordpress.org/support/topic/custom-taxonomy-navigation-problem-paged1-works-paged2-doesntForum: Fixing WordPress
In reply to: Bad Link Emails, “A user tried to go to”bump.
my friend’s site has been spouting the same emails forever .. i’ve updated to latest version of WP, turned off and on plugins, reset the permalink structure and also tried resetting the plugins folder by phpMyAdmin. still no luck.im sure i could remove the email output feature from the theme’s 404 template, but that doesnt mean the the problem is solved. the bad links are to files or folders that do not exist (usually to plugins that are not installed), kinda leading me to think the site was infested with the WordPress Pharma Hack (especially as the site was still at version 2.7 before i stepped in) but found no evidence after searching through all the files on the server.
so, anyone got any idea what the crap is goin on?
Forum: Fixing WordPress
In reply to: Subdirectory posts giving 404 Error. Need Help.bump- im also having the same problems..
Forum: Plugins
In reply to: Contact form 7 how do I remove <br> tag?BUMP.
that link is dead, poiseandapple :/
i need a fix for this as well, but am not willing to edit the plugin’s core files .. anyone got a way the plugin can be altered via the functions.php file or some other workaround to get the desired effect?
for now i think im gonna just hide the editor via styles injected in the admin CSS:
Forum: Fixing WordPress
In reply to: Pagination with custom permalinks broke with upgrade to 3.0the fix for me was to set my permalink structure to
/%postname%/(rather than/%category%/%postname%/Forum: Plugins
In reply to: [Plugin: WP e-Commerce] Avoid WP- ecommerce pluginstill junk?
i know it was FILLED with bugs in the past, but i’ve had been playing around with that plugin since late 2008 and it had come far along over the years. i remember a pretty good experience the last time i tinkered with it more than a year ago. sucks to hear there are still major gripes with it *SIGH*
Forum: Plugins
In reply to: Saving meta box position for custom post typesbump.
yea im tempted to go rooting through the admin css files :/anyone got any experience in this matter?
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] HTML on emails…you have to click the checkbox for “Use HTML content type” down at bottom left of the “Mail” module (below “File attachments:” and left of “Message Body”) to allow HTML in the actual email content that is sent.
and you should not add
<html>/<head>/<body>tagsEDIT:
whoops, webjunk got it 😛you have to click the checkbox for “Use HTML content type” down at bottom left of the “Mail” module (below “File attachments:” and left of “Message Body”) to allow HTML in the actual email content that is sent.
Forum: Plugins
In reply to: Filter id/class into wp_list_bookmarks?ok so i found a solution to get ID’s/classes added to my links, but i had to use
get_bookmarksinstead ofwp_list_bookmarks… the method i used is based on this dude’s custom array found herehere’s what i came up with:
<?php $bookmarks = get_bookmarks( array('category_name'=>'About')); foreach ( $bookmarks as $bookmark ) {?> <li id="link-<?php echo $bookmark->link_id; ?>"> <a title="<?php echo $bookmark->link_name; ?>" href="<?php echo clean_url($bookmark->link_url); ?>" target="_blank"><?php echo $bookmark->link_name; ?></a> </li> <?php } ?>Forum: Plugins
In reply to: Filter id/class into wp_list_bookmarks?bump.
Forum: Fixing WordPress
In reply to: [Plugin: WP e-Commerce] Problems[Cuss word moderated]
im a little too late to edit the above post, but, looking in the .zip files of each of the versions i’ve tried,
merchant.class.phponly exists in the 3.7.6.1 BETA version, but i currently do have that file on my server in the correct spot, probably because it didnt get deleted when overwriting files for the different versions. however, i still get theFatal Error:whether or not that file is present. and i get the same error with version 3.7.5.2Forum: Fixing WordPress
In reply to: [Plugin: WP e-Commerce] Problemsi do indeed have that file:
[Code moderated as per forum rules]