anandsrinivasan
Forum Replies Created
-
Hi,
After researching thoroughly through the internet [and encountering your posts across many forums along the way ;-)], I guess there is no simple way that exists today.
The problem with posting the different slides on different pages is that if you are looking for users to comment, these comments will be scattered across the different pages. It’s really not a viable solution.
I am looking at developers who can custom build it. As mentioned above, the logic as I see fit is to make use of the ‘Read More’ tag that is provided by WP. The different slides should be separated by the <!–more-> tag and the different slides should share the same URL with a different reference parameter. That is, they should have URLs like example.com/article#slide1, example.com/article#slide2,etc.
That way, the plugin should also be theme-agnostic as well. Will post here if I manage to get it done.
Hi Woodent,
I guess one way a plugin could help achieve this need would be by customizing the excerpt option on WP (the <!–more-> tag). The plugin could separate every ‘more’ tag in a post to display in a new page with the URL modified to include a #page1, #page2 kind of suffix.
What do you think?
Hi,
Wondering if you have found a plugin to achieve this. I have the exact same requirement.
Forum: Fixing WordPress
In reply to: Changed WordPress URL to a .GIF Image. How To Get It BackI have achieved it with the help of a PHP redirect on the index.php page. Is there a better way to do this?
Thanks
Forum: Fixing WordPress
In reply to: Changed WordPress URL to a .GIF Image. How To Get It BackThanks a lot Gangleri..It worked 🙂
By the way, are you aware of what exactly I should do in order to redirect my http://www.example.com root page to a particular image?
Thanks again
AnandForum: Fixing WordPress
In reply to: WordPress Admin Login IssuesI do not know if this is coincidence, but yesterday I was unable to login after so many trials, I logged into the other wordpress site and once successful, tried it again here and was able to login ..The same happened today as well..
Both these are in the same hosting account and the wordpress site with no problem is the parent hosting account!
Forum: Plugins
In reply to: Page views by authorHi Duncan
Any luck so far in finding a plugin for this? I’ve been looking for exactly the same plugin..