GokuSan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: 13th FloorI use 13th floor, really cool theme. To add images to the home page slider, you have to add a ‘Thumbnail’ custom field to your post. Here are the steps:
1) Edit the post you want to add the image for
2) In the Edit post screen, towards the bottom, you’ll see a section for ‘Custom Fields’. Click ‘Enter new’ to create your own.
3) Then type in ‘Thumbnail’ for the Name and then the URL of your image for the Value.
4) Then click the ‘Add Custom Field’ button
5) Click Update to update your post (or you can preview first if you would like)All done 😉
On another note:
I also wanted to update the button text on the front page for each post to ‘Read More’. This is another Custom Field you can add to the post. To do this, add a new Custom Field with the name ‘Button’ and for the Value, enter the text you want the button to display.Hope this helps
Thanks!
I found the issue. I was digging around in the database and found a row for ‘siteurl’ in the ‘wp_options’ table. The site url row had been updated from
http://claytonsindvolvo.com
to
http://claytonsindvolvo.com/VolvoserviceI changed the value for siteurl back to http://claytonsindvolvo.com an wha-la, issue fixed! I’m unsure if it was the WordPress SEO by Yoast that modified this or not.
Now to block the owners wordpress account access… bwahahah (kidding)
Does anyone know if WordPress SEO by Yoast modifies .htaccess to perform the URL rewrite? It looks like every request for every resource (css, js,k images) has been rewrote to include /Volvoservice/. Not sure if that rewrite rule would be something in .htaccess or not…