Questions tagged [posts]

Blogging and other social media activities usually provide mechanisms allowing users to provide content of their own. One such unit is usually referred to as a post.

Blogging and other social media activities usually provide mechanisms allowing users to provide content of their own. One such unit is usually referred to as a post.

973 questions
-2
votes
2 answers

How can I add categories-authors-members area for commenting on my website?

I have designed my own template on dreamweaver using HTML and CSS. I don't know much about php which i assume its what i need. but i still want to know how to make something has similar idea like http://howtogeek.com I mean the posts and commenting…
Omar Emara
  • 71
  • 1
  • 2
-2
votes
1 answer

Wordpress: do something only for new posts and not for updated ones

Good morning, I need a hook or something to call to separate new posts from updated ones. I want to execute some code only for new posts... something like that: add_action('publish_post', myfunction); function myfunction( $post_id ){ if
Simone Conti
  • 349
  • 1
  • 17
-2
votes
1 answer

Show Programming Syntax Highlighting with Dynamic Blogger themes?

I use blogger to create posts relating to some programming languages. With Simple Themes in blogger.com the programming syntax could be set to be seen with various styles, that sets it apart from the rest of the text. But, with dynamic themes any of…
Harindra Singh
  • 371
  • 2
  • 6
  • 17
-2
votes
1 answer

New post at blog

Assuming there is a blog which doesnt have RSS feed association and I am not registered to any notification regarding this blog , I want to be able to "know" each time a new post is published on it. Is there any way I can do that? I'm looking for…
user1709062
  • 163
  • 1
  • 1
  • 5
-3
votes
2 answers

How To Display Featured Posts From Multiple Blogs in Shopify?

I have multiple blogs on my Shopify site. I'm trying to display posts from ALL blogs on the site in the featured section on the homepage. However, when I attempt to select them in the admin area, it only allows me to select one at a time. What do I…
-3
votes
1 answer

PHP Select posts within a date range

I am a WP developer with just little if none knowledge of PHP. Yet I have to use a code snippet on a website to select posts with a date within a range. Browsing around I found the following but I see all the results -no filtering. // args $args =…
-3
votes
2 answers

How to get all posts from the instagram api for a specific user_id?

Don't understand how to display all posts. 20 posts displays, and how to bring the rest do not know. Please help.
WinsOk
  • 1
-3
votes
1 answer

Display WordPress posts with Featured Image on html

I'm building an app using Apache Cordova. I want to pull the posts from a WordPress site and display them on a html page. Pull the last 10 posts. Featured image as a thumbnail. On click,display the post inside it without taking the user to the…
-3
votes
1 answer

How to get Text Area in WordPress posts section?

I need to change this code to implement "More info" field as a text field in my WordPress post section. The "More info" field looks like this: I use smartmetabox. It has 2 files: textarea.php: