Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
251 views

“Featured Image” or “Thumbnail” in Wordpress 3?

What's the difference between a featured image and thumbnail, and why would you use one over the other?
1
vote
3answers
52 views

How to choose one featured row at a time?

I have a mySQL table "classifieds", which is not well designed, I know. It has the following fields: id=A_I pk, title, desc, ........., other fields, featured = int(1) (1 or 0) but can be ...
1
vote
1answer
497 views

Wordpress Featured Post by Category Content Slider/Cycle

For a client project I need to create a featured content slider that will live on the home page. The slider will contain 4 separate slides based on top-level post categories. There will be 1 featured ...
1
vote
1answer
35 views

Retrive certain posts by their number?

How can I call certain posts by their number to place them as featured posts in specific places of my template ? I've read about sticky posts , But I have about 3 places to place my featured posts and ...
1
vote
1answer
58 views

Deactivate featured post click through in header of wordpress theme

I've purchased a premium WP theme that has a header which rotates between five featured posts/photos. My hope is to keep the visual appeal of this without clicking through to the post itself. Any ...
1
vote
1answer
125 views

Sorting Featured Posts (Wordpress)

I can display posts from featured category like so: query_posts('tag=featured'); ... but is it possible to further sort it using a dropdown/select menu: <select name=""> <option ...
0
votes
2answers
47 views

How to implement the Android Market layout in an IOS view?

I'm looking for an efficient way to implement the same kind of layout that the Android market. Right now I'm using a UITableView with custom cells. The data I'm sending from the server is something ...
0
votes
1answer
38 views

Wordpress: feaured images into menu

Merry Xmas to everyone BTW. On some pages I am including featured images (which are being output into 2 different sizes, 200px x 200px and 40px x 40px. My goal is to show the 40 x 40 featured images ...
0
votes
2answers
32 views

Wordpress: show featured image with subcategory

I'm using this to generate a list of sub-pages that are a parent of 10 and images: <ul> <?php wp_list_pages('title_li=&child_of=10&link_after=<img ...
0
votes
1answer
52 views

Wordpress featured image not working on homepage

I have tried and researched but can't find a solution to this. Basically I'm trying to display a particular post (post_id 1) on the homepage with its featured image. The title and excerpt work fine, ...
0
votes
1answer
95 views

Featured Image column of admin for custom post types not working - help?

I have added code to my function.php file to add the Featured Image of a post to my admin column. It works great for posts and pages, but for my two custom post types (cars, wheels) it dosen't do ...
0
votes
2answers
119 views

Wordpress - changing attributes of featured images

I want to use Featured Images (thumbnails) in my posts. The thing is, I want to be able to change the following image attributes after the image has been attached to the post, but before the post has ...
0
votes
2answers
149 views

Wordpress 3.2.1 Featured Image Size and Crop

I need help finding where and how to change the size and crop of a featured image within a post. I've looked in functions.php and init.php, but with no success. I'm using a child theme of the inLine ...
0
votes
0answers
77 views

WordPress: extend wp_nav_menu to output featured image of each page listing

Context: I am building a portfolio index where I can sort the individual project links in my sidebar by priority of appearance. I've successfully done this using the wp_nav_menu(), where each project ...
0
votes
3answers
54 views

Wordpress WP_Query call posts AND pages

I have a feature slider set up that draws in posts that are tagged 'feature' $my_query = new WP_Query(array( 'showposts' => 3, 'tag' => 'feature' )); Is is possible to draw in posts AND ...
0
votes
0answers
58 views

Associating high res images with Open Graph objects

I'm building a testing app for the new FB Timeline and I've noticed that when an application posts activity to a user's timeline, and that user then 'features' the activity, the activity is displayed ...
0
votes
1answer
105 views

Wordpress slideshow from featured images

I'm making a Wordpress theme, with a slideshow in header. The slideshow output must be like this: <img src="theFeaturedImage" href="thePostOrPageURL" title="theTitleUsedInCreatingTheMenuItem"> I ...
0
votes
1answer
29 views

Wordpress thumbs

I´m having, in lack of better words, a hell of a time finding out how to use an image as thumbnail on my wordpress site. What I want, is a thumbnail on my index.php and another, or larger ...
0
votes
1answer
313 views

Virtuemart - Module featured products

I have marked my discounted products as "special" (featured). This offers are displayed in "Featured products". Ok. Now, This module display: image description price But how I can display price ...
0
votes
0answers
275 views

Magento : Featured products not showing on home page

I want to show featured products on home page but they are not being shown.I have given featured attribute to a attribute,I have put {{block type="catalog/product_featured" name="product_featured" ...
0
votes
0answers
38 views

How to get the ID of a user's YouTube featured video

How can I get the video ID (and/or other metadata) about the video featured on a user's YouTube page? I've searched the YouTube API docs with no success.
0
votes
3answers
142 views

jQuery - if body has a class of X then change rotation speed of slider to X

I'm trying to write a function for featured slider. Basically, on one page I want the rotate speed to be 10000 and on another page I want the speed to be 3000. I have the two functions separately - ...
0
votes
0answers
57 views

I want to upload mp3 file with wordpress featured image option. How to do that?

I want to upload mp3 file with wordpress featured image option. Right now with featured image option we can only set image for the post but I want to set mp3 as well for the post. Can someone help me ...
0
votes
1answer
30 views

Get row with highest comment count

I am making a custom CMS and can't quite get something to work... The featured slider needs to get the 3 "most commented" posts. How would I do this? Thanks Ben
0
votes
0answers
142 views

load an swf in prettyphoto when i click on the featured image in wordpress

i wan't to load an swf file in prettyphoto when click on the featured image of a custom post:this is the code: <div class="img"><a href="<?php ...
0
votes
1answer
150 views

jQuery featured slider conflict

before a few days, i put Featured jQuery-Slider script on my webpage,it is working OK, but now jQuery popup and jquery-autocomplete script is not working!! seems , featured jQuery conflict with other ...
0
votes
0answers
55 views

Wordpress - Showing Certain Listings First Based On Visitors Location

Hey. I've got a question. I have an idea how to do this, but I'd love to hear your guys' take on it. Let me start off by explaining what part of this project I've completed so far. I've already ...
0
votes
2answers
745 views

Change default crop origin of a featured image in Wordpress (thumbnail)

I would like to change the way Wordpress crops the featured images thumbnail. The generated thumbnails are cropped from the center. Can I control that to set up to top left ? This post mentions a ...
0
votes
2answers
634 views

Jquery - Featured Content Slider not working

Okay, so here is my problem. I've been spending probably about 10 hours to try to put a Featured Content Slider on my website. Trying with anything I can come up with. Trying probably 3 different ...
0
votes
1answer
106 views

How to define certain posts as featured posts in WordPress?

I need to make a four posts featured content slider but not with the latest 4 posts. Instead I wanna define certain posts as featured, now I know I can make a new category as Featured and add it as a ...
0
votes
1answer
320 views

IE 6 Compatible Content Slider suggestions

I am working on a site that requires a selection of images to appear in a tabbed featured content area. Does anyone know of a good (IE=>6) compatible content slider that would allow me to do this? Any ...
0
votes
1answer
84 views

Featured articles list

I'd like to display 10 articles from "featured" category. Only the first should have title and excerpt, the rest 9 only titles. How'd I do that? Many thanks for your help.
-1
votes
1answer
43 views

deleting featured image in wordpress

why when i am deleting the posts or custom posts from trash the featured image still exist on the server and not deleted ?