wordpress plugin - how to count home page visitors - wordpress

I am working on wordpress plugin, need to add home page counter, how can I do that ? I don't want other users to put code on home page or their posts. My plugin should do all the job.
Thanks.

Related

Woocommerce plugin causing redirect

i'm using woocommerce to create a store for my shop in WordPress but whenever I activate the woocommerce plugin the page redirect with this message "ERR_TOO_MANY_REDIRECTS", then when I deactivate the page works. please help me understand what I'm doing wrong.

Can we display visitor's uploaded images WordPress homepage instantly?

How can I display user submitted images on other pages of WordPress site instantly. Currently I'm using Advanced custom fields plugin but that needs admin access.
On the settings page of the plugin you can use the option "Auto Publish" and add the shortcode to the page you want it to show up... for more help use the plugin support / forum here: https://wordpress.org/support/plugin/user-submitted-posts

Wordpress theme integrate with rest api

I have a wordpress site and a theme. When I hit home page it suppose to show products available in site, but is loading theme with default products came along with theme. I want to render my own products instead of theme products when I hit home page.
I do like to use existing rest web service to load that products from DB to show in theme home page.
I am new to wordpress and I need a way to achieve that requirement.
Thanks in advance..

Customize woocommerce login & my account Page

I am using woo commerce on my website.
When i customize my account page , Same customization shows on my login page.
Like if i add any word to My account page , Same word Shows on Login Page
Are they using same php?
How can i separate those two pages?
My Website login page
Thanks
On setup, woocommerce creates only 4 pages automatically, shop, cart, checkout and my account. to create a login page, go to pages>add new and you can customise it there.

Page linking in the admin suite

I'm trying to develop a wordpress plugin but have become unstuck very quickly.
The plugin within the admin is to act as a way for users to set up various database fields so that the front end of the wordpress site can then use these. This is going to happen over several pages, one for each task.
I'd want to be able to load these pages in from links on a main page.
This I can do but these pages do not load into the wordpress admin site they just load on there own.
How can I load these pages in (using hook calls?) to the wordpress admin site, right of the menu?
I have got my plugin to appear in the menu with add_object_page and have called that using add_action. I have a page loading up fine but cannot link to any other pages.
Ok, I was very tired yesterday and failed to try using the slug.
The slug you give to menu items to fire off a function can be used again on other links. The slug will do the same as it does on the menu items!

Resources