I have a static page site in WordPress and I want the "contact me" at the bottom of the page. how would I add that without having a separate page with contact forum 7? I am adding my custom page into WordPress that I have made from scratch. I am using vs code for my text editor. I know there should be a way to cut the code from somewhere and add it at the bottom of my page in the contact section just don't know how.
How to add get post link feature beneath my posts in my WordPress website so that visitors can easily share that link wherever they want ... I need a dedicated button for that .... is it possible in WordPress? P.S. I don't want to copy from the browser url field.
Need help in wordpress (edit page and custom field,not change in css). After editing custom field and page, the website's page didn't display the correct setup as in wordpress. I had done clear the cache but still no change in website page. No need to change in css.
this is the editing page for contact us page
This is my custom field setting (contact us page)
But still after update the website didn't display the right template.
I chose Wordpress for my last project but I have a question. I'll use Pages so the client is able to change the content himself. For the moment there are no Post or blog in it. Is it possible to run Wordpess without a blog? It'll be a blog in a future but not now. Thanks.
Absolutely you can have a WordPress site without a blog. You just need to do a couple of things in the admin.
First you need to create 2 pages: a static 'home' page, and a 'blog index' page. The home page is what will be displayed when a visitor comes to the site. The blog index page is just a blank page, with a title you can remember.
Next, in Settings > Reading, select Front page displays a 'static page', then set 'Front page:' to the home page you made, and 'Posts page:' to the blog index page you made.
Yes, for sure you can do this.
Just do the following:
In your admin backend click on Settings -> Reading and set "A Static Page"
Go to Appearance and build a custom menu and add there your pages to a active menu.
Disable all widgets which link to posts.
In fact you need only the first step, but with the second you allow users to navigate on your site. To make the UX better, just add a plugin like Map Categories to Pages to add a category widget or something in this way, to let people browse your site more nicely.
I am using http://wordpress.org/extend/plugins/add-to-any/ this plugin to show facebook like button on post listing page in wordpress. In my post listing I am showing thumbnail of the posts as well. I want when someone like a post then it should be posted in his/her facebook wall. Which is happening properly but the thumbnaiul image on fb wall is not showing properly.
When I am liking 2nd post then it is posting image of some other posts on that page randomly. I want to show the image of that particular posts on fb wall which is liked by user. I think this is happening because I have multiple images on the same page and facebook is not able to decide which image to choose, so it picks a random image form the page. Whereas on the post details page, there is only oine image in that case it is working fine and showing correct image on fb wall.
Is there any way to fix this in wordpress listing pages?