myminds on "Dynamic links pointing to the same page"
Hi guys. I want to create a link in all the articles with the following structure: http://site.com/link/<?php the_title(); ?> What can i do to point all the generated links to the same page? I...
View ArticlePlutDem on "Outputting HTML code outside meta boxes?"
Hello, is it possible to output HTML code outside meta boxes?
View Articledano421 on "ad links"
I am getting text-enhance links on random words on my website, it is not isolated to my own computer but somehow embedded in my website. I've asked my web hosting service for advice & so far they...
View Articlejayo on "oEmbed or video Embed code with custom field"
Been trying to figure it out for a long time, but cant. Im trying to achieve, being able to use a custom field to post videos, but to output a video using the Oembed option or using an embed code (so,...
View Articlechazbeaner on "Variable Not Working Inside is_author() Array"
I'm using a plugin (User Groups) to separate out users into, well, groups, and I need to figure out a way to create a conditional to check if an author is in a certain group. So, using get_term_by and...
View Articlesamcrawshaw on "basic if statement"
Yo mo fo's, I've done a duplicate post over in the Plugins section. I've flummoxed myself with an if statement. Here is my code: if (is_page(64)){ $recent = new WP_Query("page_id=64"); //Define the...
View ArticleChrisColston on "wp_query_posts and masonry script"
Hi, bit of a newbie to the coding side of things and have inherited a blog site which I'm trying to customise utilisiing the jquery masonry script. Got the custom template all set up here:...
View Articlefallenpeace on "Use wordpress's login for outside standalone application?"
Okay basically, I have a music project I picked up from a friend that ive been working on for the the past couple of weeks. Its divided into three parts, A main website (powered by wordpress) - a...
View ArticleSwayne3 on "Adding custom attribute to [gallery] shortcode"
Hi, I'm modifying one WP theme and I'd really like to add a simple attribute to gallery shortcode whether to crop image thumbnail or not. And then in the process of creating a thumbnail I would like to...
View Articledisinfor on "Merging get_posts returned arrays"
I've searched everywhere and can't quite wrap my head around a particular issue I'm working on. What I'm trying to do is get all the images belonging to a particular custom post type and category. I've...
View Articlerekkette on ""Asides" post directly to Twitter"
I'm wondering about the mechanics involved in linking "Aside" posts to directly post to your Twitter account. I actually have never looked at to plugins that post you twitter feed onto your Wordpress...
View ArticleWierdbeard65 on "add_filter('wp_nav_menu_items' not working?"
Hi, I'm trying to add a login option to the main menu bar of my theme. Virtually all the solutions I have found with google amount to the same method, which is to add a function to create the entry and...
View ArticleOwen on "How to make favicon show on register/login page?"
I currently have a favicon on every page of my site(including the admin) except the register/login page. On there for some reason the oldest favicon on my site is there a modification I can make so the...
View Articlepetermae on "Parsing only first line of posts with php (before a )"
I need to extract the first line of the content of my posts with php. I also need to extract a number of characters fron the rest of the post. E.g. my post content structure looks like this:...
View ArticleKase on "Rave Player Plugin for Wordpress"
Hi, I am trying to embed a Rave (Media) Player into my site. The site is using the - deTube - Professional Video WordPress Theme - I have embedded the player in my home page but it is automatically...
View ArticleBlaxsun on "get_terms() with javascript?"
Hey guys, I have the following situation: For one of my Websites I need a extended Searchform (taxonomy picking). This is my code, so far: <select id="hersteller" name="hersteller"...
View Articlemrfraz 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 ArticleKimber254 on "Trying to learn enabled to disabled."
Hi, I'm a bit scared to make changes and need help learning what to look for. This is my first attempt at changing codes in a plug-in without a tutor to work from. I bought WooCommerce Custom Product...
View Articlemtucker on "How To Display Price and Product Name On Rollovers from Woocommerce"
Hello, I am looking to create an image hover that displays information that is stored from WooCommerce (like price and product name). Here is an example of exactly what I am looking for:...
View ArticleHellCoder on "Modifying title of other widgets"
Hello. Is there a way, to modify title or before_title and after_title with plugin? How? Thanks
View Article