Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Browsing all 8245 articles
Browse latest View live

MimmiN on "Html editor in form in plugin"

I'm building a local plugin to edit my custom tables, using forms. I would like to be able to use the WP html editor when editing text areas of the form. That is, I want the admin of the site to use...

View Article


Creatrix on "Show post title and content"

Hi, I'm using this bit of code to try and pull through a post with its title and content. SELECT post_title post_content FROM $wpdb->posts WHERE post_type='%s' AND post_status='publish' ORDER BY ID...

View Article


selnomeria on "how to force CUSTOM POST TYPES to use default permalink"

my custom post type sample link is : mysite.com/custom-type-name/post_slug i want that my custom post types used the DEFAULT permalink structure, which i have set in Options>Permalinks...

View Article

dossrealestate88 on "Login Issues/Registration Hacks"

I've been using wordpress for about a year and I recently updated to the 3.7.1 version. Recently, someone hacked into my account and changed one of my plugins. The plugin that is now active allows...

View Article

troyward on "Getting Term IDs in WP_Query"

I am trying to run a query to display posts from a custom post type that do not have any terms from a custom taxonomy associated with them. Here is the code. $args = array( 'fields' => 'ids',...

View Article


mbschori on "Remove Gallery Zoom Option"

I am creating a website for a wedding shop and am having an issue with the galleries. If you click on the image, it will bring you directly to that designer's website as opposed to enlarging the image...

View Article

jskates on "Changing a navigation label to user's first name?"

Hi Everyone, I'm assuming this is relatively easy for all of you... I'm still a little newbish... What I'm trying to do is I have a dynamic profile page for users to manage their profile information on...

View Article

andydraysen on "how to query mysql for newest posts"

What columns in wp_posts do I use to determine what a new post is? I need to get title of the newest post.

View Article


chrisvallleyoc on "Removing Posts from the_loop?"

I have a unique circumstance where I'm trying to hide specific custom posts from one of the loops in my template. It was fairly easy to hide them with an if statement in the loop to prevent them from...

View Article


Christiaan Conover on "Can't update settings with multiple settings sections"

I've got my plugin options set up to be in multiple sections, for ease of use and more efficient database calls. However, since reorganizing my Options page I can only seem so save changes made in the...

View Article

Jeroen on "Homepage doesn’t show a sticky post"

Hi, I'm working with this piece of code to show the latest 4 posts of category-id 1 on my homepage. <!-- Recent Blog Posts --> <?php //get post type ==> regular posts global $post; $args =...

View Article

jwashburn on "Having trouble with adding content to top of post using...

I have a plugin that I am working on hacking a bit. Currently it pulls some data and adds content to the bottom of a post using add_filter('the_content', 'showWhiteboard'); It also uses add_filter(...

View Article

Christiaan Conover on "Update TinyMCE instance with AJAX not working"

I'm trying to update a TinyMCE instance I created with wp_editor() in my plugin using the following JavaScript: jQuery( document ).ready( function( $ ) { // Don't execute anything until the page is...

View Article


jwashburn on "Need help with adding an option to a plugin"

I am working on reverse engineering a Plugin to modify it just a bit. Here is the plugin http://wordpress.org/plugins/wodtogether-whiteboards/ Currently it appends some data at the bottom of every post...

View Article

mrapi on "Visits on the site counted twice"

Hi,I found on a tutorial a code for a plugin that counts visits on the site,I put it on the server and something strange:90% of visits are counted twice....

View Article


osterichs on "Possible to show all metabox key from another plugin/theme ?"

is it possible to show all custom metabox key/name that plugin/theme developer make ? i just wanna make a plugin that will support to detected custom metabox from all plugin/theme and show the metabox...

View Article

ryan.kanner on "menu_order not working with slugs that start with admin.php"

I am filtering the menu_order hook (codex link) to change the order of my links in the admin menu. Currently the ordering will not work on slugs that begin with admin.php, so a settings page with the...

View Article


mairouh on "Slider image to text field"

http://demo.siteorigin.com/pitch/ Is it possible to have text aswell? I want to make tab slider menu and this is the closest one I found. although, if there was some kind of plugin which includes those...

View Article

Adrian Toll on "Missed Schedule caused by HTTP authentication in htaccess"

I've been trying to track down the cause of this error and I've figured out what's been causing it in my instance - I have a staging server that's protected by an HTTP authentication username /...

View Article

jmedu on "Options Data Pull"

Hello Folks, I am working on a plugin that changes the names of the 'options' table in the wpdb object so that data pushes and pulls are redirected to that table when certain functions are performed....

View Article
Browsing all 8245 articles
Browse latest View live