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

SirCharo on "Custom WooCommerce payment gateway redirection issue"

Hello, I'm developing a custom payment gateway for WooCommerce to process payments through NetCommerce (a local visa and credit card gateway). 1- Collecting customer information is Working fine 2-...

View Article


cipriano200 on "display only child taxonomies"

Hello guys This code below displays all TAXONOMY categories with images(CATEGORIES IMAGES PLUGIN). I don't want to show parent category. This is the only problem Only to show parent child categories....

View Article


Evypoo on "Editing the Loop to Exclude a Tag"

Hello, I am having some trouble editing my WP homepage loop. Currently, I have a custom post type called woo_video and on my homepage it shows my latest 9 video posts. However, I would like to add the...

View Article

Wolfenstein on "Need help with onclick with shortcode"

Well right now I have brain lock and this should be simple. Basically I want to add a onclick event to the content in this function in which it applies a css class. function my_onclick_handler($atts,...

View Article

elsnare on "get email out of user_register"

Hello wordpress community! I need to get a new user name and most import. email when a account is created. As far as I know user_register can be used but I had no luck so far. Thank you for your time.

View Article


gglazer on "Plugin or not?"

In order to support a particular site, I am writing a database administration app and a database query app that will return formatted results to people viewing the page. The db schema is quite...

View Article

zkorwin on "Add user registration info to different table as well"

Hello, I have a flash program with a login that runs from the same database where I have my Wordpress install. The program has a registration that goes into the "rsusers" table, and Wordpress obviously...

View Article

JusHerb on "Plugin or HAck it out?"

I have a WordPress site with multiple users. I would like to have a plugin that acts as a invoicing system. Where I would have an hourly rate/wage attached to a users role or entered in a custom field...

View Article


juzkyte on "Get query post form tag id in post"

I want to get other post from tag in post In a post can have one, two,.. or more tags... I want to get query post from tag, example: tag_id=1,2,3... :( Help me...

View Article


juzkyte on "Show posts from tags of current post but don't show current post"

<?php $posttags = get_the_tags(); if ($posttags) {$dem= 0; foreach($posttags as $tag) {$dstag[$dem]= $tag->term_id; $dem++;}} $args = array('tag__in' => $dstag); $the_query = new WP_Query(...

View Article

TheBnl on "mixed loop in cms for drag and drop reordering (1 post)"

Hello, I'am looking for a way to use drag and drop reordering for a mixed loop. I like how the post type order plugin adds drag and drop support to the individual post types. But what i'm after is a...

View Article

coriander on "Manual excerpt - how to keep html tag"

I have manual excerpts and the <p> and tags are always stripped... I'm trying to find out how to keep them! I've come up with the following function in functions.php, please any suggestions are...

View Article

alirezaChimeh on "Show posts that are in cat=1 and cat=2"

HI How can I show posts that are common in two specific category? I have visited: http://wordpress.org/support/topic/linking-to-multiple-categories but there is no result for me.

View Article


luciendub on "strtotime returns strange characters"

I want to show date of events created via custom post type and ACF in WordPress. I try to figure out why this: <?php setlocale(LC_TIME, 'fr_FR'); echo strftime('%d %h %Y',...

View Article

azor_ahai on "Adding Class to Container based on Post Thumbnail Orientation"

I have a script in my functions that adds a class to the featured image based on whether it is landscape or portrait. It works by measuring the height against the width of given post thumbnail and...

View Article


jstudios on "[Multisite] Set cookies for mirrored domain (subsite)..."

I have a wordpress multisite at domain.com and I'm using subdomains for all the sites, except the parent one of course. I am also doing a "symlink" for one of the sites with my hosting company. In...

View Article

mdp9000 on "place short code into html area of lightbox"

I totally mess up this article because of hack, facebook games

View Article


DRandy on "How do you get a form field value into a function variable"

Hi. I added a simple one field form on a page. The user enters a value in that field and submits. Then that value is assigned as a variable in my function before returning. For example, my user enters...

View Article

aldajl on "wp_editor spitting out plugin's code"

Hello, I'm creating a textarea using wp_editor, but instead of printing out '' (empty string), it's printing out code for the digg digg plugin. So for example. I use wp_editor( $content, $id,...

View Article

thomasario on "User profile enhancement - can the Wordpress core support this...

I’m wanting to enhance the standard "User > Your Profile" page. I need to allow a user to create and associate simple (but potentially multiple records) with their account. Example as follows; The...

View Article
Browsing all 8245 articles
Browse latest View live