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

GeneralHavok on "Add input to Comment form"

Need a hand. I'm not a noob, but I'm puzzled by the instructions/tutorials I've found for customizing a WP comment form. Quite simply, I want to add an input to the comment form. Seems like the...

View Article


fireflip on "Relate Images to Posts, Advice?"

Hey! Can anyone point me in a direction to the best way to dynamically relate images to a post? I would like to be able to upload images using the media library, tag the images with an assortment of...

View Article


maxgoldberg on "if someone modifies a premium theme can they then re-sell...

Are themes covered by gnu? What about plugins? Or is it just the core?

View Article

onerock on "Custom Search Function for plugin update"

I am relatively new to WordPress and have never coded a plugin. I thought that this would be a great place to get my feet wet. :) I am working to update the "NextGEN Gallery Search" plugin...

View Article

pieterw3 on "Div around Comment text"

Hello, i would like to have a div around my comment text. the current setup is a <p> around the comment text. i found that i might need to edit the wp_list_comments() but i have not been able to...

View Article


wilirius on "Uploaded image is being resized to the same size as full"

When I upload an image of say size 940x300 it is being resized by wordpress with the extension 940-300. This is completely unnecessary and also creates a worse image because the full size image IS...

View Article

THE MOLITOR on "Publish scheduled/future posts in 3.5"

Hi there, I'm using the following code in my functions.php file that sets posts with a future publish date to the "published" status (instead of "scheduled"). Everything worked perfect until updating...

View Article

mrfraz on "get last comments | with pop-up link"

hey, i found a code snippet for last comments on a static page: but i use comments only with a pop-up. <?php comments_popup_link('0 Comments', '1 Comment', '% Comments', 'comment-link-top',...

View Article


hungken on "Only display featured image of the first post"

I want to know how to displayed random post like image below: http://i.imgur.com/ejNRh1e.png That is, the code will display a list of 8 random posts, but only show the first post featured image and...

View Article


vimes1984 on "widgets admin page and js inside widget..."

Ok so here's the question: I have registered a custom widget inside of my functions.php, the widget has custom js inside it the code is as follows: /* * *Ajax loaded gallery for sidebar *Note tis will...

View Article

mrfraz on "Get Term-ID"

<?php $meta = get_option('select_name'); if (empty($meta)) $meta = array(); if (!is_array($meta)) $meta = (array) $meta; $meta = isset($meta['77']) ? $meta['77'] : array(); $value =...

View Article

Panagiotis Angelidis on "How to remove the comment form"

Hello I am trying to remove the comment form from posts or pages without any success. The concept is via a plugin’s shortcode the users could remove the comment form. Any ideas of how this could be...

View Article

cscott5288 on "Adding a admin menu item that links to a URL"

I understand that I can add an admin link which links to a page generated by a specified function, but I just want to link to a URL (not a page generated by a function). Specifically, an Edit view of a...

View Article


edw!n on "wp_dropdown_pages() with parents disabled"

I wnat to use wp_dropdown_pages() the get a select with all pages within the site. But for all pages that have children, I'd like the <option> to be disabled, because these pages don't have any...

View Article

jamieschmid on "Help me brainstorm a way to sort the items in featured areas?"

Here is the setup: I have a CPT Projects, and a taxonomy of Featured Areas. Each project has a slideshow. I'm using an ACF repeater to set the slides on each project page. It works awesome, by the way!...

View Article


majestsick on "I made random redirect post on 404, but seo help please"

I have made my 1st php code and I think its amazing lol probably not, it goes to a random post but in a much better way if you go to a 404 on my website yont.co.uk and type some jiberish after a "/"...

View Article

atomicfuze on "Including a page in multiple custom menu drop downs and both...

I'm including a page in multiple top level custom menu items and both main menu items highlight when you visit the page. Basically the last two main menu items are "Buy Now" and "Minting Process" Under...

View Article


mrfraz on "echo wp_get_attachment_image"

foreach ($files as $att) { echo wp_get_attachment_image($att); } Need a little help.. for if empty.. echo.. nothing. Thanks!

View Article

tstrebeck on "Display menu for pages under specific directory"

Here's the basic structure of my site: Section 1 - subpage - - sub subpage - - sub subpage - subpage - - sub subpage - subpage Section 2 - subpage - - sub subpage - - sub subpage - subpage - subpage -...

View Article

kristarella on "wp_get_attachment_image_attributes filter not working"

I've seen this filter in a few places on the net and I've looked at the core WP code, as far as I can see this should work, but it doesn't work at all. function remove_img_title($atts) {...

View Article
Browsing all 8245 articles
Browse latest View live