Search the Community
Showing results for tags 'archive'.
Found 7 results
-
Hi, I'm facing a strange issue displaying my post by category. If I go to the category http://www.bienal-stp.org/category/noticias/ everything is correct and setup has I defined in PageLines-> Site Options -> Blogs and Posts but, when I click in one of the left links of category archive by month http://www.bienal-stp.org/2013/01/?cat=7 I loose thumb and excerpt, I don't have the posts list with the same appearance as in general category page. How can I fix this? Thanks
-
Hi there, Thank you in advance for reading this. My question is about archives. I have used numerous different archive widgets thinking perhaps that was the problem, but everything I install after clicking on the month, only the title of each post is shown. And only three posts for that month... I've tried to change this in viewing settings, nothing is working, my website is wearflatstodinner.com What do you think is the issue? Thanks, Vanessa
-
Would Like Custom Archive to Have Same Look as Category Archives
wendyweb posted a topic in DMS & Legacy Products
I've been trying to work this out for two days and am just baffled. I would like my custom post type archives to display using the same style as categories. Here's what a category listing looks like on my site. This display is also working for all http://www.village-art-antiques.com/mapregions/europe/ However the listing for the archive of all posts that belong to the custom post type "antique maps" - looks like this: I'd really like it to use the same style as the category and custom taxonomires. In particular, although I'm pulling featured images which are large, they are getting resized. http://www.village-art-antiques.com/antiquemap/ I'm using the Views plugin, and this is what the view code looks like. Featured images should be displaying larger. I can't figure out how to get that. Is there a way to tell this to use same style as the other page. [wpv-layout-start] [wpv-posts-found] <!-- wpv-loop-start --> <table width="100%"> <wpv-loop wrap="2" pad="true"> [wpv-item index=1] <tr><td>[wpv-post-featured-image]<br>[wpv-post-link]<br>[wpv-post-excerpt]</td> [wpv-item index=other] <td>[wpv-post-featured-image]<br>[wpv-post-link]<br>[wpv-post-excerpt]</td> [wpv-item index=2] <td>[wpv-post-featured-image]<br>[wpv-post-link]<br>[wpv-post-excerpt]</td></tr> [wpv-item index=pad] <td></td> [wpv-item index=pad-last] <td></td></tr> </wpv-loop> </table> ---------- And this is what Firebug is showing me on the pages where the images are sized correctly: <div class="full_img fix"> <a class="post-thumb img fix" style="width: 100%" title="Link To The Port of Calais" rel="bookmark" href="http://www.village-art-antiques.com/antiquemap/the-port-of-calais/"> <span class="c_img"> <img class="attachment-large wp-post-image" width="450" height="373" alt="FULL" src="http://www.village-art-antiques.com/wp-content/uploads/2013/02/bhcalaisfull.jpg"> I think I need to use one of those classes somehow, but I can't figure out where and how. I tried it like this - but that didn't work: <tr><td><div class="full_img fix">[wpv-post-featured-image]<br>[wpv-post-link]<br>[wpv-post-excerpt]</class></td> I realize this is a mix match of Views and Pagelines queries, but would be very grateful for your help!- 3 replies
-
- 1
-
-
- views plugin
- views
-
(and 4 more)
Tagged with:
-
Hi, i searched forum for this topic but i couldn't find the answer. i just bought new framework and install iblogpro 5 template. When i look into my old archive page, it was empty. So i deleted that page. i want to create a new archive page but when i select pages / new page section, there is no archive page template option for my new page... there is only default page, template 1,2,3,4 and 5. How can i add an archive page? Thank you...
-
Can not access page template for custom post archives
ccowell posted a topic in DMS & Legacy Products
Hi, I created a custom post type named "Podcast". I noticed that this created a "Podcast Archive" template in Pagelines' Drag N Drop. After configuring the new template, I tried to create a new page with the "Podcast Archive" template but it does not show up in the dropdown. How can I assign the "Podcast Archive" template to a new page? Thanks.- 6 replies
-
- page template
- custom post type
-
(and 2 more)
Tagged with:
-
Hello, How I can remove the link of the post tilte in a custom post type archive page? I would like to list my custom posts but not linking to the specific posts. Thanks for advance!
-
Hi //sorry for horrible english I have a Custom Post Type and written a Section to display the Post Loop. //works! Now i want to display my custom Taxonomy Archives at the same way. /how?