ucfknight10
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Prototype 0.1: displaying images full sizecan you provide a link where we can see this?
Forum: Themes and Templates
In reply to: Prototype 0.1: displaying images full sizewhen you insert the image, make sure to select “full size” as the image size…this should insert the image at the original dimensions.
Forum: Fixing WordPress
In reply to: Posts listing on starting letter (alphabetical)the error occurs on “A-Z Pagestest.php”, not functions.php
Forum: Fixing WordPress
In reply to: how to add only posts title in catagory pagesoh, and @venusww, make sure to use https://www.pastebox.com in the future when pasting code
Forum: Fixing WordPress
In reply to: how to add only posts title in catagory pageswell, to me it was an oversight. maybe it wouldve worked fine for him, but for someone else reading this for a similar problem, it may have broken another aspect of their site, so in that regard, it was an incomplete solution.
Forum: Fixing WordPress
In reply to: How to filter post by authorwordpress does this by default. https://blogdomainname.com/author/username
Forum: Hacks
In reply to: Modifying 'the_contents' before saving?welcome
Forum: Fixing WordPress
In reply to: Showing WordPress on a different siteyeah doing comments could be complicated, tho i would suspect that having it bring up the original post wouldnt be a problem.
before going through with this, you might want to read this article: https://yoast.com/complete-guide-duplicate-content/
@voodoo do you know if adding a hidden input field with name “wp_redirect” or “redirect” would allow for the form to redirect back to the referring page?
Forum: Fixing WordPress
In reply to: how to add only posts title in catagory pagesvoodoo is correct…i apologize for my oversight =/
Forum: Hacks
In reply to: posts_where filter using custom fields for datesvery well
Forum: Fixing WordPress
In reply to: how to link blog header to my website?what is the code you are using in header.php? make sure to use https://www.pastebin.com, or a mod may throw a fit.
Forum: Fixing WordPress
In reply to: Showing WordPress on a different siteyou could just parse the WP generated rss feed and display that on beckinfield. this is the securest and simplest option.
Forum: Fixing WordPress
In reply to: Search & Highlight Terms on One PageCtrl+F?
Forum: Fixing WordPress
In reply to: How to include custome fields in search result?you would have to create a new db query on search.php to search custom fields, and then merge the results of the original query with the second query.
or, discard WP’s built in search entirely, and write your own mysql query to do the search.
Forum: Fixing WordPress
In reply to: URL Links and Shotcodes not parsing in the post for my themecan you post the code you are using to add your shortcode? maybe try adding a simple shortcode function in the first few lines of functions.php, just to make sure there isnt something in your functions.php causing it to die.