I am new to Wordpress and I want to set up my personal website, I am using a Theme and there is a part says as the image I attached, I want to find the social links part but I failed, I reference some videos and they said there is a Theme Options section has the social links, but I do not have a Theme Options. Are there any ideas to find the social links part?
Thank you,
Haha I found it!It is under the "Web Page Design".
Related
I am currently building a website for my fishing guide business. You can see it here: https://keystimecharters.com the problem is, at the bottom there are facebook, instagram, twitter and mail icons. I cannot find a way to edit the url link to my instagram account. In the customization layout, when I hover my mouse over the Instagram icon a red circle with a line through it appears.
Maybe this is because I used a template from the wordpress website?
Need a reasoning for this, thanks for your time!
If you are using a Theme Builder it may be inside the builder footer options, if you have a custom template, it maybe on your theme inside footer.php, if your theme has custom options it may be inside the options... What theme are you using? Are you doing this with a builder?
I'm developing a magazine/blog site with wordpress for my school project. After selecting theme and all that stuff, I started to add my content into site via posts section in wordpress. After writing some articles i noticed that my titles are all "Auto Draft". After many tries, i managed to fix it for some of my articles but others remain same. I've fixed it even with JQuery in add post section but it only fixes when I'm viewing that post. When I look at my posts in home page article's title is same:"Auto Draft". Can you help me fix that? Thanks in advance.
It's just my inexperience. You must make your theme default and disable all plugins if you're having same problem with me. Then activate all plugins and your theme one by one and check your site each time. You can easily find the source of the problem then.
How to restrict non-admin users from making any kind of modifications to blog content, post or remove blog?
How to change the images for social media icons in blog list item? There are in build images for social media.
I believe the Blog App 3.03 uses AddThis. See App.Settings. You need to go setup an account on AddThis, then get the URL with your 'key' saved in the settings. Then you configure things on the AddThis site for your project; which shares to include.
welcome to StackOverflow :)
#Accuraty-Jeremy is right - as of now, it just uses AddThis. You can try to customize that, or create your own share-feature as you want, since the html-source is there, ready for editing.
I just wondering whether http://www.shoutmeloud.com/videos is a subdomain under subdirectory?
I am just curious to know how we can do that.
I have a website called http://quantumbuddy.com/ and I want to share spirtual video the same way here shoutmeloud did.
Can anyone let me know how they did?
The website Shoutmeloud is a very popular website of a very popular Indian blogger Harsh Agarwal. The website is WordPress built as told by him many times. Regarding your question - the http://www.shoutmeloud.com/videos is not a directory because if it had been a WordPress directly there would be a login url - http://www.shoutmeloud.com/videos/wp-login.php, but it is not there.
Seeing the design of http://www.shoutmeloud.com/videos i think it is a post category (videos) which shows the post contained in it(here videos).
In wordpress this comes by default, all you have to do is to create a post category and add post in it. Then in these post add youtube videos embed code.
You can easily achieve that by going to your wordpress dashboard then add a new page and name it like videos then insert some video files there whether it's a link or from your uploaded videos then save it.
To check the page, Add it to your main menu for example then save it.
The url would be like http://quantumbuddy.com/videos.
so basically the videos is the name of the page.
I checked your site and it only contain one link in the menu. Add a page and add it to your menu bar and it would display next to the Blog link.
The website you are referring to is using Genesis Theme. You can find it here
.
I am working on a WordPress site for a client and want to know where the styling for the blog would be located. The blog can be viewed here http://ruthcrocker.whoistheoldguy.com/blog/. Pretty much what I want to do is make the whole blog page narrower and centered to match the styling of the rest of the site. Then place the categories and subscribers to the right and have the most recent blog posts in the middle. Does anyone know how this can be achieved?
See Theme Development in the Wordpress Manual.
The basic stylesheet is located here:
http://ruthcrocker.whoistheoldguy.com/wp-content/themes/ruth/styles/style.css
But I would have a look at:
http://codex.wordpress.org/Theme_Development
For development instructions and advice