Hi All,
I've search everywhere but haven't found what I'mlooking for even though I'm convinced there must be a solution floating around since it's obviously such a common request:
I want to display a list of authors with a short excerpt of their latest post.
I have a list of Authors with their images (using the 'Author Avatars List') ...
I want to make a user class that can edit pages, and save them as a draft without being able to publish it. An admin would have to go in and publish the draft once they approve it.
The idea is similar to TDO Mini Forms except this will be done within the Wordpress admin panel, not be a form, and they must be a registered user in a speci...
I want to change my search result for wordpress site. I want the search result to show posts only if it has at least one approved comment.
...
Hi,
I have been trying to put twitter's new tweet button on my wordpress blog. I have tried code provided on official twitter website, and couple of wordpress plugins to add tweet button on the blog. But on every try I am running into same issue. When I click on tweet button it goes to the twitter website but says
url' parameter does n...
Hi There,
I currently have a nav menu that is built with the following,
<?php
if(!is_user_logged_in()) {
wp_page_menu('show_home=1&exclude=214&exclude_tree=80');
} else {
wp_page_menu('show_home=1&exclude=214');
}
?>
My problem is that I have some buddpres...
I have a plugin which registers a post type, taxonomy and handles some business logic.
I went ahead and made my perfectly working plugin OO based and now it only works some of the time.
Its set-up like the following:
class Fruit {
public function __construct() {
add_action('init', array(&$this, 'init'));
...
Hi guys,
i'm currently exceeding the maximum server queries per hour with my blog on my host, and when that happens they shut my account down, rendering it useless.
I keep exceeding the maximum amount of queries which is 75,000 but I don't think I should be considering the amount of visitors I have at the moment, plus I'm using Super C...
I have a WordPress website (abetterworldbydesign.com) which has user-agent detection to redirect mobile websites to a subdirectory. It is using the plugin: WPtap Mobile Detector
I want to include a toggle link to switch between the mobile and desktop version. How can I make the site remember that a mobile user has switched to the deskto...
I have made the site egrafiiti.net using the wordpress theme Aggregator 1.0 by Templatic.com
To keep people on the site i want to be able to make any external link open in an iframe on the current page, instead of a new window. also the iframe will be styled like fancybox, mulitbox etc (dimmed background, border etc)
Is there any way t...
Greetings,
We can edit image attributes with this get_image_tag filter when we are adding images,but is there any similar filter or action that can we use to edit these attributes when post is added or edited - updated?
Here is the link I found.
http://www.webtechwise.com/wordpress-filter-examples-changing-attributes-when-adding-images...
Hello
Can anyone explain me what this mean :
a:2:{s:8:"scSlider";s:8:"featured";s:8:"npSlider";s:1:"4";}
How should I read these values?Tnx
...
Please guide me. I want to learn WordPress from scratch.
Should I buy an ebook, or are there any good online resource available?
...
I'm writing a plugin and naturally, I'm reporting feedback to the user of if their submission was accepted or not. Is there a way to tie into Wordpress's feedback mechanism? I'm doing my own, but I'm wondering if there is a better way.
...
I have downloaded an existing plugin from the web to use in my theme. How do I add it correctly to the theme I am developing without using wp-content/plugins folder?
...
Hi guys. I just wanted to ask you how to change the width/height of the image in nextGen (galleryview template) wordpress plugin? After I set everything up it works like charm but I can't increase the size of the image. This is the code I found inside the template:
<script type="text/javascript" defer="defer">
jQuery("document").ready(f...
I have raised this question on the WP Answers as well. But since this uses Salesforce too, wasn't sure if I'd get a response there.
I am using Contact Form 7 on my website and would like to integrate Salesforce lead tracking with it.
I was able to add a hidden field with my oid as suggested on this site
But when I submit the contact f...
Hi. Currently producing a Wordpress plugin that allows for multiple image sliders. At the moment, to make sure that the code is valid I am having to load each sliders dynamic styling into the tags. This is fine, however it loads the styling for all the sliders, which can really start to add a lot of code to the pages source if the users ...
I'm building a WordPress plugin and I'd like to have an edit-item page that can't be reached via the submenu (because then the item wouldn't be specified).
This resource (http://codex.wordpress.org/Adding_Administration_Menus) shows how to associate an admin page with a function, but not how to do so without adding it as a menu item.
C...
Hi,
I have many content writers for my website. I intend to use wordpress to manage the articles each of them writes. I have 2-3 editors who will then edit the articles sent by the authors.
I just have one problem. I want to hide the articles written by author A from author B. Of course the editors will see all the articles, but one au...
Hi Everyone,
I'm getting message;
Sorry your transaction was not accepted.
Click here to go back to checkout page.
I'm using SagePay and I can replicate the error - It's basically if you wait ages on the SagePay end then process payment - and the SessionID is missing.
Can anybody please help?
Regards
Shane
...