Questions tagged [posting]
Posting is the process of publishing some content. The result can be a post, but also a page or an attachment like an image, a video or any other type of content. Comments are also 'posted'.
30 questions
0 votes
1 answer
108 views
Cannot add image (png, jpeg, etc.) but can add pdf, 403 forbidden when posting
I just encountered a bug when I am trying to post with images. When I am adding media using "Add Media" button, the image will not add and will have this error: POST https://philsa.gov.ph/wp-...
1 vote
2 answers
202 views
Content Restriction but allow public REST API
My Question, is it possible to restrict the content from a post (shwo e.g. teaser/excerpt only) but still let access the content fully by the REST Api interface? My scenario is that i would like to ...
0 votes
0 answers
301 views
Why are my newly added categories not showing up when creating a post?
When I add a Category, it shows up under the separate "Categories" menu but when I go to create a post, they do not show up under the "Categories" menu on the side for me to check ...
0 votes
0 answers
43 views
Checkbox is not being set
isset not working. My goal is when the checkbox is checked I want to set a variable to a certain value but even when I check the checkbox the value of $mystring would be "no". Please let me ...
1 vote
0 answers
175 views
Can't post to my Wordpress site
Today's date is January 18, 2020. I am currently running WordPress version 5.3.2. I am NOT a WordPress expert by any means. So replies should take that under consideration. My blog was working fine ...
0 votes
0 answers
98 views
Front-end uploader logging user out when they attempt to upload image
I'm building a community site where users can post short blogs similar to Twitter. I've created a widget that has the ability for the user to make a post, regardless of where they are on the site (So ...
0 votes
1 answer
127 views
I am trying to add checkbox for anonymous post on form post
i wanna add new feature on my wordpress site post as anonymously i tried to customize the form field and add a new field and the database but there are too files and instruction to store form data in ...
0 votes
1 answer
61 views
How to update the children of a post?
i found nothing about it in the WP reference and Google, so i ask you: I want to update a post by a form - and with it its children. $post = array( 'ID' => $mainid, ...
0 votes
1 answer
678 views
Posting variables to WP database using $_POST method
I am trying to solve one problem I have. I created a form that allows users to submit data to special table in my database. I want them to input one field and I want to get the rest information fed ...
0 votes
1 answer
54 views
Frontend post creation including image attachment
I am coding frontend-posting and this includes meta-data of images. I have searched some and wondering about below code, function my_submission_processor() { $post_data = array( 'post_title' =&...
1 vote
1 answer
199 views
Preview featured image using frontend post plugin
I'm using Frontier Post plugin for frontend posting and it works great, but I would like to add the following: when a user uploads/selects a featured image I would like it to be immediately displayed (...
0 votes
1 answer
327 views
How to Query the Top 5 Posts of a specific category?
This is the code I was able to find: $query = new WP_Query( array( 'meta_key' => 'post_views_count', 'orderby' => 'meta_value_num', 'posts_per_page' => 5 ) ); How would I make this so it ...
0 votes
0 answers
172 views
Google + auto post publish
I want that my wordpress post auto publish on google+. I have already done this auto pulishing feature on other socail networks like facebook,linkedin and twitter. There are some plugin also ...
0 votes
1 answer
47 views
Trouble posting in Sub-Category
On my Main Menu, I have made category called "Blog" and then under that a drop down tab listed "News". I am trying to add a News item in this subcategory, but for some reason keeps positing under Blog,...
1 vote
2 answers
200 views
Is back-end access not required for an app to post to my blog?
I've recently installed a couple of apps (WordPress and BlogPad Pro) and I'm a bit surprised to see that they can indeed post to my blogs, even though I haven't given them the renamed login and wp-...