Posts are the core of WordPress. They store content, are categorized, and are expansible with meta. Posts are grouped by post type, and within their post type by taxonomy (though a taxonomy can span more than one post type).

learn more… | top users | synonyms (2)

0
votes
1answer
28 views

Delete data from custom table when deleting a post

I want to delete post id form my custom table, when deleting a post. I have tried this way, nothing happened. Please help. add_action('delete_post', 'delete_data'); function delete_data($post_id) { ...
0
votes
0answers
21 views

how to show posts from a different categories under different pages

hi how can i show posts under categories to display on pages on the main menu e.g : 10 posts from category A to be displayed on page 1 and 10 post from category b to be displayed on page 2 ...
0
votes
1answer
18 views

adjust wp_link_pages to only show link to last page

i plan to have posts with multiple pages that would receive updates (added pages) over time. what i want to do is to display the direct link to the last page of the post on the main index. would ...
1
vote
1answer
24 views

Reverse chronology of post listing

I"m working on modifying a theme that is based on 2010. I want to make the posts on this blog display earliest to oldest, but I don't see how to do this in the theme: I understand I need to add . ...
-1
votes
1answer
37 views

Search from Post on the basis of custom fields

I have shown all the Post on a page. Where i want to add Filter for sorting Like Date and other Custom Fields. So how can i Do this Please Help me.
-3
votes
1answer
32 views

Allow User Can See His Post on his dashboard

I want to allow user that Post option display on his dashboard. Where User's Can Show only his post. How I manage this. Please Help me.
0
votes
0answers
34 views

custom search in theme doesnt work

the theme back end says Enable live search in posts and pages (post search is enabled by default). check boxes are Pages, knowledgebase, Articles, Faq, but they don't do anything. i think ...
0
votes
0answers
3 views

Having a hard time getting Javascript to work in a post. Please help [migrated]

Disclaimer: I know nothing about javascript. I'm trying to get this script to work on the test post. The goal is to have the links below the video jump to certain spots in the video. It works fine in ...
0
votes
1answer
34 views

Insert data in custom table during new post creation

I want to in insert data in my custom db table when creating a post. Suppose there are three categories (php, wordpress & jquery). When i create a post in wordpress, i want to insert post id and ...
0
votes
0answers
30 views

Kalin's PDF creation station [closed]

Hi I am using free plugin -Kalin's PDF creation station- It was working fine until i changed some of my content in the post dynamically-Plugin updates pdf only if there is change in post itself OR ...
0
votes
0answers
5 views

Register custom post type categories to default categories [duplicate]

How to register custom post type categories to standard default wordpress categories?
0
votes
0answers
22 views

Add Custom Post Type Categories to General Categories

I've created three custom post types. I want them seen as general categories. I could not find a solution, can anybody help me? Thank you.
-1
votes
0answers
15 views

fields hidden and checked checkbox not present in $_POST

I've created a my own template page with a simple form. All fields are present in the $_POST vector except the default checked checkbox. I know that the unchecked checkbox will not be present in the ...
1
vote
0answers
40 views

Related Posts by Multiple Tags?

I was curious if was possible to display related posts by multiple tags. The site I am working on has about 5 tags per post. Most posts have 1 or 2 tags in common. The related posts I'd like to show ...
-3
votes
1answer
27 views

Change from blogger to wordpress

I would like to change my blog platform from blogger to wordpress. My website is: http://www.hdpeak.net I would like to keep a similar template and all the posts. What are the necessary steps I ...
0
votes
1answer
41 views

How to display only one category in a custom post type?

I have a custom post type called 'portcat' and I want to display the results of only one portcat category ('games' - which has an ID of '3') on my page. The below code displays all of the categories ...
0
votes
1answer
28 views

How to auto strip hyperlinks & images in wordpress post

I creat a post form on front-end for wordpress members by use DJD Site Post plugin. Plugin url: http://wordpress.org/extend/plugins/djd-site-post/ And now i want to auto strip all hyperlink & ...
0
votes
0answers
15 views

Scheduling daily refresh of posts

So here's my situation: I'm using AmazonSimpleAdmin to display products using the Amazon API. I have one product per post. The API limits 1 request per second. Meaning my front page can only have one ...
0
votes
0answers
32 views

Displaying only posts from a certain category on my custom page template

I want to create proper pages for my post categories, rather than just a default category page. So for example, I'm going to create a Video page and have a load of information about my videos, and ...
-2
votes
0answers
18 views

Is there a plug in to enable Facebook type posts in in wordpress [closed]

Is there a plug in to allow a WP admin to post a link and it will auotmatically pull an excerpt and image like a facebook post?
0
votes
0answers
17 views

Exlude posts using posts_clauses

I am using a nivo silder to which I created a post to show the sliders on the home page with category 'nivo' . And I tried to exclude posts using the below code to show on the blog page. But it is ...
0
votes
0answers
17 views

Listing posts with next/previous in single.php

I'm currently building a Wordpress theme wich should be very responsive / fluid design. For a single post page, the current post is basically a large box surrounded by other smaller random posts. ...
0
votes
1answer
18 views

Number of displayed posts

I have tried many things to solve this problem. So I have a plugin which displays projects assigned to users in a widget. It displays projects as posts. The problem is that it only displays 5 ...
0
votes
0answers
18 views

Why is $_POST Empty in Profile Edit Admin?

This is a very odd problem - post data seems to be empty in the profile editing page of admin. Here is my code: http://pastebin.com/3ejg8P99 What causes this? Is there some "safety" step I've missed ...
0
votes
1answer
15 views

How do I change the location of post-specific information?

On each post page is the following information displayed: Written by: nona Date Posted: April 24th, 2013 Category: drawing writing reading, General Comments: 3 Comments » Here is an ...
0
votes
1answer
57 views

Hide parts of the post content on the home page

I have a post that contains a video (or a slider) and some text. Is it possible to hide the text on the home page, but still display the rest? How would I do that?
1
vote
2answers
50 views

How to Separate CPT From Regular Posts?

I'm just starting to populate my CPT. I want to keep it separate from regular posts. But when I go look at regular posts (in the single.php template), the Prev/Next nav includes CPT posts. ...
0
votes
1answer
90 views

load more posts by category

Well as you can see here im doing a load by category in every tab i have and show a total posts of 10 by each tab i want to setup once the 10 posts are done. i want to add a load more button to the ...
0
votes
0answers
26 views

Unable to add post to the custom menu?

I added custom menu in wordpress 3.5.1 from Appearance-Menus-Menu name. After saving it does not appear on the site. Also the post is also not showing. What are the additional configuration I required ...
0
votes
1answer
21 views

How to make only posts show date

Made template but how to make date to show only in posts not anywhere else? <div class="date"><strong><?php the_date(); ?></strong></div> This makes date to show in ...
0
votes
0answers
43 views

Show all posts grouped by category

I would like to show in a page all the posts grouped by category. Example: Category A: Post 1 Post 2 Post 3 Category B Post 1 Post 2 Post 3 How can I do it?
0
votes
2answers
15 views

Display message depending on capability outside loop

I want to display a unique message on the post (single.php) page outside the loop on author box. I want the message to be different depending on the author's capabilities. So for instance, if the ...
1
vote
1answer
67 views

How to display posts via custom taxonomy terms using checkboxes?

I would like to have a form with checkboxes. Each checkbox would be a term of my taxonomy "cities". The idea is that if a user select any of the checkboxes, it should show all posts that are NOT in ...
-2
votes
0answers
38 views

wordpress frontend create custom field? [closed]

i want to create custom fields in frontend and also manage at frontend. basically i want to create a slambook website where any user can create his slambook fields. and also manage as well. i try a ...
0
votes
1answer
58 views

add <div> to end of post in the loop with plugin

I'm looking to add a <div> with some more html content to the bottom of specific posts in the loop. The the_post action can be used to add the <div> to the beginning of the post in the ...
0
votes
1answer
51 views

How to exclude the word “class” from being matched in search?

I would like to exclude the word "class" from being matched to the search term "lass". On a site I'm helping manage, the search term "lass" is quite prominent. Unfortunately, that matches the common ...
0
votes
1answer
42 views

Latest news mini images

I tried to find an answer on websites and other forums, but found nothing. I will try to explain my problem. I need to change my WordPress website so that it displays a small image for all news ...
0
votes
1answer
12 views

Changing the post date and time with function

What function can be used to update a post's post date and time to the current date & time?
-1
votes
1answer
24 views

How to make post stick to its own div

A Wordpress theme has 4 boxes in front page. Each box has its own posts. please see the screenshot http://prntscr.com/1231qw I want to let the user edit the post using admin panel and when he save ...
0
votes
1answer
45 views

Lightbox on wordpress post page

I am building WordPress admin plugin. In which I have a metabox with 10 checkboxes (It can be more than that). At below there is submit button. My requirement is: (A) open a lightbox when some one ...
-1
votes
1answer
60 views

How to get the post's parent ID?

I have a template which outputs the blog posts (Blog Page), I open one of the posts which use single.php template, Now how can I get the ID of it's parent which is the (Blog Page)? I should say that ...
1
vote
0answers
31 views

How do I use inline SVG in WordPress

I am trying to put in an SVG inside my post, but it seems WordPress removes the content. e.g. <svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="190"> <polygon points="100,10 ...
0
votes
0answers
44 views

User driven content problems

I am trying to build a website that will allow users to post from the front end. I need to be able to have the user enter a title, a category, and tags. For the content of the post, I would ideally ...
0
votes
1answer
31 views

Changing permalink of custom category

I've tried reading up on past posts here but my head is just spinning. My problem is I'd like to change my permalink structure for a custom full width posts under a custom category. For example, ...
0
votes
0answers
36 views

How to add audio media in a post?

I am simply trying to add an audio file in a wordpress blog! I have tried different audio player plugins: the non-existing anymore (?) haiku minimalist player, the jQuery player, the ...
0
votes
2answers
40 views

Code to auto expire posts after 30 days

I've tried the plugins that are available in the Wordpress plugins section but they seem to fail miserably. Initially, I used Auto Post Expire By User Role which worked for a time, but for some reason ...
0
votes
0answers
27 views

How can i retrive the movies, trailers, news in a single page using search

How can i retrive that. For a few month i build a website, and i want to make it diferent For the search i have 3 post type, and i have for each diferent themes for display - Movies - Trailers - ...
0
votes
0answers
49 views

Press this! not working

I am trying to debug a Press this function on a site {Adult Contents} This issue is, images on the page does not add up and does not show... javascript code for press this button is javascript:var ...
1
vote
1answer
38 views

Add a class to post title if a link ends with a certain extension

I am using a Page Links To plugin that allows me to link the post title to an external web page, rather than to the content of the post. And I link some of the post titles to external pages, and ...
-1
votes
0answers
15 views

the_content() displays all content on one line, over each other [closed]

I am having this issue. I want to display the contents of a post like the following <p class="contentZoom"><?php the_content(); ?></p> The problem is that it dipslays all the ...

1 2 3 4 5 35